/*
! tailwindcss v3.1.6 | 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: var(--gray-200); /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: var(--gray-400); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: var(--gray-400); /* 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;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--gray-500);
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: var(--gray-500);
  opacity: 1;
}

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

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

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

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

[multiple] {
  background-image: 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: var(--blue-600);
  background-color: #fff;
  border-color: var(--gray-500);
  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: var(--blue-600);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}

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

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

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

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

[type='file'] {
  background: 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-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(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 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%;
}.\!container {
  width: 100% !important;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

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

  .container {
    max-width: 768px;
  }

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

  .container {
    max-width: 1024px;
  }

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

  .container {
    max-width: 1280px;
  }

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

  .container {
    max-width: 1440px;
  }

  .\!container {
    max-width: 1440px !important;
  }
}.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: var(--gray-500);
  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;
}.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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: var(--blue-600);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: var(--blue-600);
}.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: var(--gray-500);
  opacity: 1;
}.form-input::placeholder,.form-textarea::placeholder {
  color: var(--gray-500);
  opacity: 1;
}.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.-right-0\.5 {
  right: -0.125rem;
}.-bottom-0\.5 {
  bottom: -0.125rem;
}.-right-0 {
  right: -0px;
}.-bottom-0 {
  bottom: -0px;
}.top-0 {
  top: 0px;
}.right-0 {
  right: 0px;
}.right-18 {
  right: 4.5rem;
}.-bottom-5 {
  bottom: -1.25rem;
}.left-6 {
  left: 1.5rem;
}.left-10 {
  left: 2.5rem;
}.right-10 {
  right: 2.5rem;
}.left-0 {
  left: 0px;
}.bottom-0 {
  bottom: 0px;
}.top-32 {
  top: 8rem;
}.bottom-4 {
  bottom: 1rem;
}.right-4 {
  right: 1rem;
}.bottom-5 {
  bottom: 1.25rem;
}.-bottom-8 {
  bottom: -2rem;
}.right-24 {
  right: 6rem;
}.right-2 {
  right: 0.5rem;
}.right-12 {
  right: 3rem;
}.right-6 {
  right: 1.5rem;
}.top-20 {
  top: 5rem;
}.isolate {
  isolation: isolate;
}.z-20 {
  z-index: 20;
}.z-10 {
  z-index: 10;
}.z-40 {
  z-index: 40;
}.z-30 {
  z-index: 30;
}.z-90 {
  z-index: 90;
}.z-100 {
  z-index: 100;
}.z-0 {
  z-index: 0;
}.-m-5 {
  margin: -1.25rem;
}.m-5 {
  margin: 1.25rem;
}.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.-mr-7 {
  margin-right: -1.75rem;
}.mr-0 {
  margin-right: 0px;
}.mb-9 {
  margin-bottom: 2.25rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.ml-0 {
  margin-left: 0px;
}.ml-5 {
  margin-left: 1.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-1 {
  margin-right: 0.25rem;
}.-mt-2px {
  margin-top: -2px;
}.ml-4 {
  margin-left: 1rem;
}.mr-3 {
  margin-right: 0.75rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-2 {
  margin-left: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mb-4 {
  margin-bottom: 1rem;
}.-mt-0\.5 {
  margin-top: -0.125rem;
}.-mt-0 {
  margin-top: -0px;
}.-mt-4 {
  margin-top: -1rem;
}.-mb-2 {
  margin-bottom: -0.5rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.-ml-3 {
  margin-left: -0.75rem;
}.mb-0 {
  margin-bottom: 0px;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mr-5 {
  margin-right: 1.25rem;
}.-mt-32 {
  margin-top: -8rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-11 {
  margin-top: 2.75rem;
}.-ml-2 {
  margin-left: -0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.ml-1 {
  margin-left: 0.25rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.ml-7 {
  margin-left: 1.75rem;
}.ml-10 {
  margin-left: 2.5rem;
}.-mt-1 {
  margin-top: -0.25rem;
}.-mb-5 {
  margin-bottom: -1.25rem;
}.-mr-3 {
  margin-right: -0.75rem;
}.-mr-4 {
  margin-right: -1rem;
}.-mt-5 {
  margin-top: -1.25rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mr-6 {
  margin-right: 1.5rem;
}.-mt-8 {
  margin-top: -2rem;
}.mr-10 {
  margin-right: 2.5rem;
}.-mt-6 {
  margin-top: -1.5rem;
}.-ml-4 {
  margin-left: -1rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.-mr-2 {
  margin-right: -0.5rem;
}.mt-auto {
  margin-top: auto;
}.mt-14 {
  margin-top: 3.5rem;
}.-mb-3 {
  margin-bottom: -0.75rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.-mt-14 {
  margin-top: -3.5rem;
}.mr-14 {
  margin-right: 3.5rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.list-item {
  display: list-item;
}.hidden {
  display: none;
}.h-20 {
  height: 5rem;
}.h-9 {
  height: 2.25rem;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-25 {
  height: 6.25rem;
}.h-12 {
  height: 3rem;
}.h-auto {
  height: auto;
}.h-8 {
  height: 2rem;
}.h-full {
  height: 100%;
}.h-16 {
  height: 4rem;
}.h-3 {
  height: 0.75rem;
}.h-1 {
  height: 0.25rem;
}.h-6 {
  height: 1.5rem;
}.h-2 {
  height: 0.5rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-56 {
  height: 14rem;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-32 {
  height: 8rem;
}.h-38 {
  height: 9.5rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-14 {
  height: 3.5rem;
}.h-7 {
  height: 1.75rem;
}.h-\(screen-16\) {
  height: calc(100vh - 4rem);
}.max-h-600 {
  max-height: 37.5rem;
}.max-h-500 {
  max-height: 32rem;
}.max-h-xs {
  max-height: 20rem;
}.min-h-16 {
  min-height: 4rem;
}.min-h-\(screen-16\) {
  min-height: calc(100vh - 4rem);
}.min-h-screen {
  min-height: 100vh;
}.w-full {
  width: 100%;
}.w-30 {
  width: 7.5rem;
}.w-7 {
  width: 1.75rem;
}.w-5 {
  width: 1.25rem;
}.w-9 {
  width: 2.25rem;
}.w-10 {
  width: 2.5rem;
}.w-11 {
  width: 2.75rem;
}.w-25 {
  width: 6.25rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-40 {
  width: 10rem;
}.w-1 {
  width: 0.25rem;
}.w-2\/3 {
  width: 66.666667%;
}.w-12 {
  width: 3rem;
}.w-4 {
  width: 1rem;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-3 {
  width: 0.75rem;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.w-3\/5 {
  width: 60%;
}.w-16 {
  width: 4rem;
}.w-1\/3 {
  width: 33.333333%;
}.w-1\/2 {
  width: 50%;
}.w-1\/5 {
  width: 20%;
}.w-2\/5 {
  width: 40%;
}.w-14 {
  width: 3.5rem;
}.w-11\/12 {
  width: 91.666667%;
}.w-1\/12 {
  width: 8.333333%;
}.w-1\/6 {
  width: 16.666667%;
}.w-6\/12 {
  width: 50%;
}.w-4\/5 {
  width: 80%;
}.w-5\/6 {
  width: 83.333333%;
}.w-36 {
  width: 9rem;
}.w-10\/12 {
  width: 83.333333%;
}.w-32 {
  width: 8rem;
}.w-2 {
  width: 0.5rem;
}.w-44 {
  width: 11rem;
}.w-300 {
  width: 18.75rem;
}.w-auto {
  width: auto;
}.w-1\/4 {
  width: 25%;
}.w-20 {
  width: 5rem;
}.min-w-80 {
  min-width: 5rem;
}.min-w-90 {
  min-width: 5.625rem;
}.min-w-0 {
  min-width: 0px;
}.min-w-160 {
  min-width: 10rem;
}.min-w-1\/2 {
  min-width: 50%;
}.min-w-9 {
  min-width: 2.25rem;
}.min-w-full {
  min-width: 100%;
}.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}.max-w-full {
  max-width: 100%;
}.max-w-screen-2xl {
  max-width: 1440px;
}.max-w-sm {
  max-width: 24rem;
}.max-w-980 {
  max-width: 61.25rem;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-screen-md {
  max-width: 768px;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-md {
  max-width: 28rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-none {
  flex: none;
}.flex-auto {
  flex: 1 1 auto;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.shrink {
  flex-shrink: 1;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.table-auto {
  table-layout: auto;
}.table-fixed {
  table-layout: fixed;
}.border-collapse {
  border-collapse: collapse;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}.animate-spin {
  animation: spin 1s linear infinite;
}.cursor-pointer {
  cursor: pointer;
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-text {
  cursor: text;
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}.resize {
  resize: both;
}.list-inside {
  list-style-position: inside;
}.list-disc {
  list-style-type: disc;
}.grid-flow-row {
  grid-auto-flow: row;
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.content-center {
  align-content: center;
}.content-end {
  align-content: flex-end;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-evenly {
  justify-content: space-evenly;
}.gap-1 {
  gap: 0.25rem;
}.self-start {
  align-self: flex-start;
}.self-end {
  align-self: flex-end;
}.self-center {
  align-self: center;
}.overflow-hidden {
  overflow: hidden;
}.overflow-visible {
  overflow: visible;
}.overflow-scroll {
  overflow: scroll;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-y-auto {
  overflow-y: auto;
}.overflow-x-scroll {
  overflow-x: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-line {
  white-space: pre-line;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}.break-words {
  overflow-wrap: break-word;
}.break-all {
  word-break: break-all;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-xl {
  border-radius: 1.125rem;
}.rounded-2xl {
  border-radius: 1.25rem;
}.rounded-3xl {
  border-radius: 1.375rem;
}.rounded-lg {
  border-radius: 0.6875rem;
}.rounded-sm {
  border-radius: 0.125rem;
}.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-tr {
  border-top-right-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}.border-l-4 {
  border-left-width: 4px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-r {
  border-right-width: 1px;
}.border-l {
  border-left-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-t-4 {
  border-top-width: 4px;
}.border-t-0 {
  border-top-width: 0px;
}.border-t-2 {
  border-top-width: 2px;
}.border-solid {
  border-style: solid;
}.border-none {
  border-style: none;
}.border-red-600 {
  border-color: var(--red-600);
}.border-yellow-500 {
  border-color: var(--yellow-500);
}.border-sky-500 {
  border-color: var(--sky-500);
}.border-green-600 {
  border-color: var(--green-600);
}.border-blue-500 {
  border-color: var(--blue-500);
}.border-primary-300 {
  border-color: var(--primary-300);
}.border-gray-400 {
  border-color: var(--gray-400);
}.border-gray-300 {
  border-color: var(--gray-300);
}.border-primary-500 {
  border-color: var(--primary-500);
}.border-gray-600 {
  border-color: var(--gray-600);
}.border-green-300 {
  border-color: var(--green-300);
}.border-yellow-300 {
  border-color: var(--yellow-300);
}.border-gray-200 {
  border-color: var(--gray-200);
}.border-gray-900 {
  border-color: var(--gray-900);
}.border-primary-base {
  border-color: var(--primary-base);
}.border-green-500 {
  border-color: var(--green-500);
}.border-red-500 {
  border-color: var(--red-500);
}.border-primary-700 {
  border-color: var(--primary-700);
}.border-gray-700 {
  border-color: var(--gray-700);
}.border-primary-200 {
  border-color: var(--primary-200);
}.border-blue-300 {
  border-color: var(--blue-300);
}.border-blue-600 {
  border-color: var(--blue-600);
}.border-primary-400 {
  border-color: var(--primary-400);
}.bg-red-200 {
  background-color: var(--red-200);
}.bg-yellow-200 {
  background-color: var(--yellow-200);
}.bg-sky-200 {
  background-color: var(--sky-200);
}.bg-green-200 {
  background-color: var(--green-200);
}.bg-red-100 {
  background-color: var(--red-100);
}.bg-yellow-100 {
  background-color: var(--yellow-100);
}.bg-sky-100 {
  background-color: var(--sky-100);
}.bg-green-100 {
  background-color: var(--green-100);
}.bg-red-600 {
  background-color: var(--red-600);
}.bg-blue-500 {
  background-color: var(--blue-500);
}.bg-white {
  background-color: var(--white);
}.bg-green-500 {
  background-color: var(--green-500);
}.bg-red-500 {
  background-color: var(--red-500);
}.bg-primary-base {
  background-color: var(--primary-base);
}.bg-purple-700 {
  background-color: var(--purple-700);
}.bg-gray-300 {
  background-color: var(--gray-300);
}.bg-primary-200 {
  background-color: var(--primary-200);
}.bg-green-300 {
  background-color: var(--green-300);
}.bg-gray-400 {
  background-color: var(--gray-400);
}.bg-yellow-500 {
  background-color: var(--yellow-500);
}.bg-gray-100 {
  background-color: var(--gray-100);
}.bg-gray-200 {
  background-color: var(--gray-200);
}.bg-gray-900 {
  background-color: var(--gray-900);
}.bg-gray-800 {
  background-color: var(--gray-800);
}.bg-primary-700 {
  background-color: var(--primary-700);
}.bg-sky-500 {
  background-color: var(--sky-500);
}.bg-gray-700 {
  background-color: var(--gray-700);
}.bg-green-400 {
  background-color: var(--green-400);
}.bg-primary-300 {
  background-color: var(--primary-300);
}.bg-primary-500 {
  background-color: var(--primary-500);
}.bg-blue-300 {
  background-color: var(--blue-300);
}.bg-primary-100 {
  background-color: var(--primary-100);
}.bg-none {
  background-image: none;
}.bg-auto {
  background-size: auto;
}.bg-cover {
  background-size: cover;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.p-1\.5 {
  padding: 0.375rem;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-0 {
  padding: 0px;
}.p-3 {
  padding: 0.75rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-4 {
  padding: 1rem;
}.p-10 {
  padding: 2.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pr-0\.5 {
  padding-right: 0.125rem;
}.pr-0 {
  padding-right: 0px;
}.pt-7 {
  padding-top: 1.75rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pr-4 {
  padding-right: 1rem;
}.pt-1\.5 {
  padding-top: 0.375rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-32 {
  padding-top: 8rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-4 {
  padding-top: 1rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pl-0 {
  padding-left: 0px;
}.pr-3 {
  padding-right: 0.75rem;
}.pr-16 {
  padding-right: 4rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-14 {
  padding-left: 3.5rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-7 {
  padding-right: 1.75rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pt-0 {
  padding-top: 0px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-baseline {
  vertical-align: baseline;
}.align-bottom {
  vertical-align: bottom;
}.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}.text-3xl {
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.00625rem;
}.text-lg {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
}.text-base {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0125rem;
}.text-sm {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0;
}.text-xs {
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.016875rem;
}.text-4xl {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  letter-spacing: 0rem;
}.text-2xl {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
}.text-xl {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.00625rem;
}.text-xxs {
  font-size: 0.5rem;
  line-height: 0.625rem;
  letter-spacing: 0;
}.font-bold {
  font-weight: 700;
}.font-semibold {
  font-weight: 600;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-light {
  font-weight: 300;
}.font-thin {
  font-weight: 100;
}.font-extralight {
  font-weight: 200;
}.font-extrabold {
  font-weight: 800;
}.font-black {
  font-weight: 900;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.leading-5 {
  line-height: 1.25rem;
}.leading-4 {
  line-height: 1rem;
}.leading-3 {
  line-height: .75rem;
}.leading-6 {
  line-height: 1.5rem;
}.leading-none {
  line-height: 1;
}.leading-7 {
  line-height: 1.75rem;
}.tracking-wide {
  letter-spacing: 0.025em;
}.tracking-normal {
  letter-spacing: 0em;
}.text-red-800 {
  color: var(--red-800);
}.text-yellow-800 {
  color: var(--yellow-800);
}.text-sky-800 {
  color: var(--sky-800);
}.text-green-900 {
  color: var(--green-900);
}.text-red-500 {
  color: var(--red-500);
}.text-red-700 {
  color: var(--red-700);
}.text-sky-700 {
  color: var(--sky-700);
}.text-green-800 {
  color: var(--green-800);
}.text-white {
  color: var(--white);
}.text-blue-500 {
  color: var(--blue-500);
}.text-blue-600 {
  color: var(--blue-600);
}.text-gray-800 {
  color: var(--gray-800);
}.text-primary-700 {
  color: var(--primary-700);
}.text-gray-900 {
  color: var(--gray-900);
}.text-gray-700 {
  color: var(--gray-700);
}.text-yellow-900 {
  color: var(--yellow-900);
}.text-sky-600 {
  color: var(--sky-600);
}.text-primary-600 {
  color: var(--primary-600);
}.text-gray-300 {
  color: var(--gray-300);
}.text-primary-500 {
  color: var(--primary-500);
}.text-red-400 {
  color: var(--red-400);
}.text-green-700 {
  color: var(--green-700);
}.text-yellow-600 {
  color: var(--yellow-600);
}.text-red-600 {
  color: var(--red-600);
}.text-primary-base {
  color: var(--primary-base);
}.text-gray-600 {
  color: var(--gray-600);
}.text-opacity-50 {
  --tw-text-opacity: 0.5;
}.underline {
  text-decoration-line: underline;
}.no-underline {
  text-decoration-line: none;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-primary-700::-moz-placeholder {
  color: var(--primary-700);
}.placeholder-primary-700::placeholder {
  color: var(--primary-700);
}.opacity-50 {
  opacity: 0.5;
}.opacity-75 {
  opacity: 0.75;
}.opacity-25 {
  opacity: 0.25;
}.shadow-button {
  --tw-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-center-sm {
  --tw-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-center {
  --tw-shadow: 0 2px 15px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 15px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-list {
  --tw-shadow: inset 0 -1px 0 0 #F5F5F5;
  --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-programs {
  --tw-shadow: 0 10px 20px 0 rgba(128,128,128,0.25);
  --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-brand {
  --tw-shadow: 0 0 0 4px var(--primary-100);
  --tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-tab {
  --tw-shadow: 0 6px 0 var(--white), 0 1px 6px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color), 0 1px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-vat {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,0.11);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}.ring-offset-gray-300 {
  --tw-ring-offset-color: var(--gray-300);
}.ring-offset-white {
  --tw-ring-offset-color: var(--white);
}.blur {
  --tw-blur: blur(8px);
  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);
}.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  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-opacity {
  transition-property: opacity;
  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-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.primary-fill-primary-100 .primary {
  fill: var(--primary-100);
}.primary-fill-primary-200 .primary {
  fill: var(--primary-200);
}.primary-fill-primary-300 .primary {
  fill: var(--primary-300);
}.primary-fill-primary-400 .primary {
  fill: var(--primary-400);
}.primary-fill-primary-500 .primary {
  fill: var(--primary-500);
}.primary-fill-primary-600 .primary {
  fill: var(--primary-600);
}.primary-fill-primary-700 .primary {
  fill: var(--primary-700);
}.primary-fill-primary-800 .primary {
  fill: var(--primary-800);
}.primary-fill-primary-900 .primary {
  fill: var(--primary-900);
}.primary-fill-primary-base .primary {
  fill: var(--primary-base);
}.primary-fill-purple-100 .primary {
  fill: var(--purple-100);
}.primary-fill-purple-200 .primary {
  fill: var(--purple-200);
}.primary-fill-purple-300 .primary {
  fill: var(--purple-300);
}.primary-fill-purple-400 .primary {
  fill: var(--purple-400);
}.primary-fill-purple-500 .primary {
  fill: var(--purple-500);
}.primary-fill-purple-600 .primary {
  fill: var(--purple-600);
}.primary-fill-purple-700 .primary {
  fill: var(--purple-700);
}.primary-fill-purple-800 .primary {
  fill: var(--purple-800);
}.primary-fill-purple-900 .primary {
  fill: var(--purple-900);
}.primary-fill-gray-100 .primary {
  fill: var(--gray-100);
}.primary-fill-gray-200 .primary {
  fill: var(--gray-200);
}.primary-fill-gray-300 .primary {
  fill: var(--gray-300);
}.primary-fill-gray-400 .primary {
  fill: var(--gray-400);
}.primary-fill-gray-500 .primary {
  fill: var(--gray-500);
}.primary-fill-gray-600 .primary {
  fill: var(--gray-600);
}.primary-fill-gray-700 .primary {
  fill: var(--gray-700);
}.primary-fill-gray-800 .primary {
  fill: var(--gray-800);
}.primary-fill-gray-900 .primary {
  fill: var(--gray-900);
}.primary-fill-green-100 .primary {
  fill: var(--green-100);
}.primary-fill-green-200 .primary {
  fill: var(--green-200);
}.primary-fill-green-300 .primary {
  fill: var(--green-300);
}.primary-fill-green-400 .primary {
  fill: var(--green-400);
}.primary-fill-green-500 .primary {
  fill: var(--green-500);
}.primary-fill-green-600 .primary {
  fill: var(--green-600);
}.primary-fill-green-700 .primary {
  fill: var(--green-700);
}.primary-fill-green-800 .primary {
  fill: var(--green-800);
}.primary-fill-green-900 .primary {
  fill: var(--green-900);
}.primary-fill-red-100 .primary {
  fill: var(--red-100);
}.primary-fill-red-200 .primary {
  fill: var(--red-200);
}.primary-fill-red-300 .primary {
  fill: var(--red-300);
}.primary-fill-red-400 .primary {
  fill: var(--red-400);
}.primary-fill-red-500 .primary {
  fill: var(--red-500);
}.primary-fill-red-600 .primary {
  fill: var(--red-600);
}.primary-fill-red-700 .primary {
  fill: var(--red-700);
}.primary-fill-red-800 .primary {
  fill: var(--red-800);
}.primary-fill-red-900 .primary {
  fill: var(--red-900);
}.primary-fill-yellow-100 .primary {
  fill: var(--yellow-100);
}.primary-fill-yellow-200 .primary {
  fill: var(--yellow-200);
}.primary-fill-yellow-300 .primary {
  fill: var(--yellow-300);
}.primary-fill-yellow-400 .primary {
  fill: var(--yellow-400);
}.primary-fill-yellow-500 .primary {
  fill: var(--yellow-500);
}.primary-fill-yellow-600 .primary {
  fill: var(--yellow-600);
}.primary-fill-yellow-700 .primary {
  fill: var(--yellow-700);
}.primary-fill-yellow-800 .primary {
  fill: var(--yellow-800);
}.primary-fill-yellow-900 .primary {
  fill: var(--yellow-900);
}.primary-fill-blue-100 .primary {
  fill: var(--blue-100);
}.primary-fill-blue-200 .primary {
  fill: var(--blue-200);
}.primary-fill-blue-300 .primary {
  fill: var(--blue-300);
}.primary-fill-blue-400 .primary {
  fill: var(--blue-400);
}.primary-fill-blue-500 .primary {
  fill: var(--blue-500);
}.primary-fill-blue-600 .primary {
  fill: var(--blue-600);
}.primary-fill-blue-700 .primary {
  fill: var(--blue-700);
}.primary-fill-blue-800 .primary {
  fill: var(--blue-800);
}.primary-fill-blue-900 .primary {
  fill: var(--blue-900);
}.primary-fill-sky-100 .primary {
  fill: var(--sky-100);
}.primary-fill-sky-200 .primary {
  fill: var(--sky-200);
}.primary-fill-sky-300 .primary {
  fill: var(--sky-300);
}.primary-fill-sky-400 .primary {
  fill: var(--sky-400);
}.primary-fill-sky-500 .primary {
  fill: var(--sky-500);
}.primary-fill-sky-600 .primary {
  fill: var(--sky-600);
}.primary-fill-sky-700 .primary {
  fill: var(--sky-700);
}.primary-fill-sky-800 .primary {
  fill: var(--sky-800);
}.primary-fill-sky-900 .primary {
  fill: var(--sky-900);
}.primary-fill-black .primary {
  fill: var(--black);
}.primary-fill-white .primary {
  fill: var(--white);
}.primary-fill-transparent .primary {
  fill: transparent;
}.primary-fill-facebook-500 .primary {
  fill: #1877F2;
}.primary-fill-facebook-600 .primary {
  fill: #1257B3;
}.primary-fill-linkedin-500 .primary {
  fill: #0077B5;
}.primary-fill-linkedin-600 .primary {
  fill: #004C75;
}.primary-fill-google-500 .primary {
  fill: #4285F4;
}.primary-fill-google-600 .primary {
  fill: #3164B5;
}.secondary-fill-primary-100 .secondary {
  fill: var(--primary-100);
}.secondary-fill-primary-200 .secondary {
  fill: var(--primary-200);
}.secondary-fill-primary-300 .secondary {
  fill: var(--primary-300);
}.secondary-fill-primary-400 .secondary {
  fill: var(--primary-400);
}.secondary-fill-primary-500 .secondary {
  fill: var(--primary-500);
}.secondary-fill-primary-600 .secondary {
  fill: var(--primary-600);
}.secondary-fill-primary-700 .secondary {
  fill: var(--primary-700);
}.secondary-fill-primary-800 .secondary {
  fill: var(--primary-800);
}.secondary-fill-primary-900 .secondary {
  fill: var(--primary-900);
}.secondary-fill-primary-base .secondary {
  fill: var(--primary-base);
}.secondary-fill-purple-100 .secondary {
  fill: var(--purple-100);
}.secondary-fill-purple-200 .secondary {
  fill: var(--purple-200);
}.secondary-fill-purple-300 .secondary {
  fill: var(--purple-300);
}.secondary-fill-purple-400 .secondary {
  fill: var(--purple-400);
}.secondary-fill-purple-500 .secondary {
  fill: var(--purple-500);
}.secondary-fill-purple-600 .secondary {
  fill: var(--purple-600);
}.secondary-fill-purple-700 .secondary {
  fill: var(--purple-700);
}.secondary-fill-purple-800 .secondary {
  fill: var(--purple-800);
}.secondary-fill-purple-900 .secondary {
  fill: var(--purple-900);
}.secondary-fill-gray-100 .secondary {
  fill: var(--gray-100);
}.secondary-fill-gray-200 .secondary {
  fill: var(--gray-200);
}.secondary-fill-gray-300 .secondary {
  fill: var(--gray-300);
}.secondary-fill-gray-400 .secondary {
  fill: var(--gray-400);
}.secondary-fill-gray-500 .secondary {
  fill: var(--gray-500);
}.secondary-fill-gray-600 .secondary {
  fill: var(--gray-600);
}.secondary-fill-gray-700 .secondary {
  fill: var(--gray-700);
}.secondary-fill-gray-800 .secondary {
  fill: var(--gray-800);
}.secondary-fill-gray-900 .secondary {
  fill: var(--gray-900);
}.secondary-fill-green-100 .secondary {
  fill: var(--green-100);
}.secondary-fill-green-200 .secondary {
  fill: var(--green-200);
}.secondary-fill-green-300 .secondary {
  fill: var(--green-300);
}.secondary-fill-green-400 .secondary {
  fill: var(--green-400);
}.secondary-fill-green-500 .secondary {
  fill: var(--green-500);
}.secondary-fill-green-600 .secondary {
  fill: var(--green-600);
}.secondary-fill-green-700 .secondary {
  fill: var(--green-700);
}.secondary-fill-green-800 .secondary {
  fill: var(--green-800);
}.secondary-fill-green-900 .secondary {
  fill: var(--green-900);
}.secondary-fill-red-100 .secondary {
  fill: var(--red-100);
}.secondary-fill-red-200 .secondary {
  fill: var(--red-200);
}.secondary-fill-red-300 .secondary {
  fill: var(--red-300);
}.secondary-fill-red-400 .secondary {
  fill: var(--red-400);
}.secondary-fill-red-500 .secondary {
  fill: var(--red-500);
}.secondary-fill-red-600 .secondary {
  fill: var(--red-600);
}.secondary-fill-red-700 .secondary {
  fill: var(--red-700);
}.secondary-fill-red-800 .secondary {
  fill: var(--red-800);
}.secondary-fill-red-900 .secondary {
  fill: var(--red-900);
}.secondary-fill-yellow-100 .secondary {
  fill: var(--yellow-100);
}.secondary-fill-yellow-200 .secondary {
  fill: var(--yellow-200);
}.secondary-fill-yellow-300 .secondary {
  fill: var(--yellow-300);
}.secondary-fill-yellow-400 .secondary {
  fill: var(--yellow-400);
}.secondary-fill-yellow-500 .secondary {
  fill: var(--yellow-500);
}.secondary-fill-yellow-600 .secondary {
  fill: var(--yellow-600);
}.secondary-fill-yellow-700 .secondary {
  fill: var(--yellow-700);
}.secondary-fill-yellow-800 .secondary {
  fill: var(--yellow-800);
}.secondary-fill-yellow-900 .secondary {
  fill: var(--yellow-900);
}.secondary-fill-blue-100 .secondary {
  fill: var(--blue-100);
}.secondary-fill-blue-200 .secondary {
  fill: var(--blue-200);
}.secondary-fill-blue-300 .secondary {
  fill: var(--blue-300);
}.secondary-fill-blue-400 .secondary {
  fill: var(--blue-400);
}.secondary-fill-blue-500 .secondary {
  fill: var(--blue-500);
}.secondary-fill-blue-600 .secondary {
  fill: var(--blue-600);
}.secondary-fill-blue-700 .secondary {
  fill: var(--blue-700);
}.secondary-fill-blue-800 .secondary {
  fill: var(--blue-800);
}.secondary-fill-blue-900 .secondary {
  fill: var(--blue-900);
}.secondary-fill-sky-100 .secondary {
  fill: var(--sky-100);
}.secondary-fill-sky-200 .secondary {
  fill: var(--sky-200);
}.secondary-fill-sky-300 .secondary {
  fill: var(--sky-300);
}.secondary-fill-sky-400 .secondary {
  fill: var(--sky-400);
}.secondary-fill-sky-500 .secondary {
  fill: var(--sky-500);
}.secondary-fill-sky-600 .secondary {
  fill: var(--sky-600);
}.secondary-fill-sky-700 .secondary {
  fill: var(--sky-700);
}.secondary-fill-sky-800 .secondary {
  fill: var(--sky-800);
}.secondary-fill-sky-900 .secondary {
  fill: var(--sky-900);
}.secondary-fill-black .secondary {
  fill: var(--black);
}.secondary-fill-white .secondary {
  fill: var(--white);
}.secondary-fill-transparent .secondary {
  fill: transparent;
}.secondary-fill-facebook-500 .secondary {
  fill: #1877F2;
}.secondary-fill-facebook-600 .secondary {
  fill: #1257B3;
}.secondary-fill-linkedin-500 .secondary {
  fill: #0077B5;
}.secondary-fill-linkedin-600 .secondary {
  fill: #004C75;
}.secondary-fill-google-500 .secondary {
  fill: #4285F4;
}.secondary-fill-google-600 .secondary {
  fill: #3164B5;
}.primary-stroke-primary-100 .primary {
  stroke: var(--primary-100);
}.primary-stroke-primary-200 .primary {
  stroke: var(--primary-200);
}.primary-stroke-primary-300 .primary {
  stroke: var(--primary-300);
}.primary-stroke-primary-400 .primary {
  stroke: var(--primary-400);
}.primary-stroke-primary-500 .primary {
  stroke: var(--primary-500);
}.primary-stroke-primary-600 .primary {
  stroke: var(--primary-600);
}.primary-stroke-primary-700 .primary {
  stroke: var(--primary-700);
}.primary-stroke-primary-800 .primary {
  stroke: var(--primary-800);
}.primary-stroke-primary-900 .primary {
  stroke: var(--primary-900);
}.primary-stroke-primary-base .primary {
  stroke: var(--primary-base);
}.primary-stroke-purple-100 .primary {
  stroke: var(--purple-100);
}.primary-stroke-purple-200 .primary {
  stroke: var(--purple-200);
}.primary-stroke-purple-300 .primary {
  stroke: var(--purple-300);
}.primary-stroke-purple-400 .primary {
  stroke: var(--purple-400);
}.primary-stroke-purple-500 .primary {
  stroke: var(--purple-500);
}.primary-stroke-purple-600 .primary {
  stroke: var(--purple-600);
}.primary-stroke-purple-700 .primary {
  stroke: var(--purple-700);
}.primary-stroke-purple-800 .primary {
  stroke: var(--purple-800);
}.primary-stroke-purple-900 .primary {
  stroke: var(--purple-900);
}.primary-stroke-gray-100 .primary {
  stroke: var(--gray-100);
}.primary-stroke-gray-200 .primary {
  stroke: var(--gray-200);
}.primary-stroke-gray-300 .primary {
  stroke: var(--gray-300);
}.primary-stroke-gray-400 .primary {
  stroke: var(--gray-400);
}.primary-stroke-gray-500 .primary {
  stroke: var(--gray-500);
}.primary-stroke-gray-600 .primary {
  stroke: var(--gray-600);
}.primary-stroke-gray-700 .primary {
  stroke: var(--gray-700);
}.primary-stroke-gray-800 .primary {
  stroke: var(--gray-800);
}.primary-stroke-gray-900 .primary {
  stroke: var(--gray-900);
}.primary-stroke-green-100 .primary {
  stroke: var(--green-100);
}.primary-stroke-green-200 .primary {
  stroke: var(--green-200);
}.primary-stroke-green-300 .primary {
  stroke: var(--green-300);
}.primary-stroke-green-400 .primary {
  stroke: var(--green-400);
}.primary-stroke-green-500 .primary {
  stroke: var(--green-500);
}.primary-stroke-green-600 .primary {
  stroke: var(--green-600);
}.primary-stroke-green-700 .primary {
  stroke: var(--green-700);
}.primary-stroke-green-800 .primary {
  stroke: var(--green-800);
}.primary-stroke-green-900 .primary {
  stroke: var(--green-900);
}.primary-stroke-red-100 .primary {
  stroke: var(--red-100);
}.primary-stroke-red-200 .primary {
  stroke: var(--red-200);
}.primary-stroke-red-300 .primary {
  stroke: var(--red-300);
}.primary-stroke-red-400 .primary {
  stroke: var(--red-400);
}.primary-stroke-red-500 .primary {
  stroke: var(--red-500);
}.primary-stroke-red-600 .primary {
  stroke: var(--red-600);
}.primary-stroke-red-700 .primary {
  stroke: var(--red-700);
}.primary-stroke-red-800 .primary {
  stroke: var(--red-800);
}.primary-stroke-red-900 .primary {
  stroke: var(--red-900);
}.primary-stroke-yellow-100 .primary {
  stroke: var(--yellow-100);
}.primary-stroke-yellow-200 .primary {
  stroke: var(--yellow-200);
}.primary-stroke-yellow-300 .primary {
  stroke: var(--yellow-300);
}.primary-stroke-yellow-400 .primary {
  stroke: var(--yellow-400);
}.primary-stroke-yellow-500 .primary {
  stroke: var(--yellow-500);
}.primary-stroke-yellow-600 .primary {
  stroke: var(--yellow-600);
}.primary-stroke-yellow-700 .primary {
  stroke: var(--yellow-700);
}.primary-stroke-yellow-800 .primary {
  stroke: var(--yellow-800);
}.primary-stroke-yellow-900 .primary {
  stroke: var(--yellow-900);
}.primary-stroke-blue-100 .primary {
  stroke: var(--blue-100);
}.primary-stroke-blue-200 .primary {
  stroke: var(--blue-200);
}.primary-stroke-blue-300 .primary {
  stroke: var(--blue-300);
}.primary-stroke-blue-400 .primary {
  stroke: var(--blue-400);
}.primary-stroke-blue-500 .primary {
  stroke: var(--blue-500);
}.primary-stroke-blue-600 .primary {
  stroke: var(--blue-600);
}.primary-stroke-blue-700 .primary {
  stroke: var(--blue-700);
}.primary-stroke-blue-800 .primary {
  stroke: var(--blue-800);
}.primary-stroke-blue-900 .primary {
  stroke: var(--blue-900);
}.primary-stroke-sky-100 .primary {
  stroke: var(--sky-100);
}.primary-stroke-sky-200 .primary {
  stroke: var(--sky-200);
}.primary-stroke-sky-300 .primary {
  stroke: var(--sky-300);
}.primary-stroke-sky-400 .primary {
  stroke: var(--sky-400);
}.primary-stroke-sky-500 .primary {
  stroke: var(--sky-500);
}.primary-stroke-sky-600 .primary {
  stroke: var(--sky-600);
}.primary-stroke-sky-700 .primary {
  stroke: var(--sky-700);
}.primary-stroke-sky-800 .primary {
  stroke: var(--sky-800);
}.primary-stroke-sky-900 .primary {
  stroke: var(--sky-900);
}.primary-stroke-black .primary {
  stroke: var(--black);
}.primary-stroke-white .primary {
  stroke: var(--white);
}.primary-stroke-transparent .primary {
  stroke: transparent;
}.primary-stroke-facebook-500 .primary {
  stroke: #1877F2;
}.primary-stroke-facebook-600 .primary {
  stroke: #1257B3;
}.primary-stroke-linkedin-500 .primary {
  stroke: #0077B5;
}.primary-stroke-linkedin-600 .primary {
  stroke: #004C75;
}.primary-stroke-google-500 .primary {
  stroke: #4285F4;
}.primary-stroke-google-600 .primary {
  stroke: #3164B5;
}.secondary-stroke-primary-100 .secondary {
  stroke: var(--primary-100);
}.secondary-stroke-primary-200 .secondary {
  stroke: var(--primary-200);
}.secondary-stroke-primary-300 .secondary {
  stroke: var(--primary-300);
}.secondary-stroke-primary-400 .secondary {
  stroke: var(--primary-400);
}.secondary-stroke-primary-500 .secondary {
  stroke: var(--primary-500);
}.secondary-stroke-primary-600 .secondary {
  stroke: var(--primary-600);
}.secondary-stroke-primary-700 .secondary {
  stroke: var(--primary-700);
}.secondary-stroke-primary-800 .secondary {
  stroke: var(--primary-800);
}.secondary-stroke-primary-900 .secondary {
  stroke: var(--primary-900);
}.secondary-stroke-primary-base .secondary {
  stroke: var(--primary-base);
}.secondary-stroke-purple-100 .secondary {
  stroke: var(--purple-100);
}.secondary-stroke-purple-200 .secondary {
  stroke: var(--purple-200);
}.secondary-stroke-purple-300 .secondary {
  stroke: var(--purple-300);
}.secondary-stroke-purple-400 .secondary {
  stroke: var(--purple-400);
}.secondary-stroke-purple-500 .secondary {
  stroke: var(--purple-500);
}.secondary-stroke-purple-600 .secondary {
  stroke: var(--purple-600);
}.secondary-stroke-purple-700 .secondary {
  stroke: var(--purple-700);
}.secondary-stroke-purple-800 .secondary {
  stroke: var(--purple-800);
}.secondary-stroke-purple-900 .secondary {
  stroke: var(--purple-900);
}.secondary-stroke-gray-100 .secondary {
  stroke: var(--gray-100);
}.secondary-stroke-gray-200 .secondary {
  stroke: var(--gray-200);
}.secondary-stroke-gray-300 .secondary {
  stroke: var(--gray-300);
}.secondary-stroke-gray-400 .secondary {
  stroke: var(--gray-400);
}.secondary-stroke-gray-500 .secondary {
  stroke: var(--gray-500);
}.secondary-stroke-gray-600 .secondary {
  stroke: var(--gray-600);
}.secondary-stroke-gray-700 .secondary {
  stroke: var(--gray-700);
}.secondary-stroke-gray-800 .secondary {
  stroke: var(--gray-800);
}.secondary-stroke-gray-900 .secondary {
  stroke: var(--gray-900);
}.secondary-stroke-green-100 .secondary {
  stroke: var(--green-100);
}.secondary-stroke-green-200 .secondary {
  stroke: var(--green-200);
}.secondary-stroke-green-300 .secondary {
  stroke: var(--green-300);
}.secondary-stroke-green-400 .secondary {
  stroke: var(--green-400);
}.secondary-stroke-green-500 .secondary {
  stroke: var(--green-500);
}.secondary-stroke-green-600 .secondary {
  stroke: var(--green-600);
}.secondary-stroke-green-700 .secondary {
  stroke: var(--green-700);
}.secondary-stroke-green-800 .secondary {
  stroke: var(--green-800);
}.secondary-stroke-green-900 .secondary {
  stroke: var(--green-900);
}.secondary-stroke-red-100 .secondary {
  stroke: var(--red-100);
}.secondary-stroke-red-200 .secondary {
  stroke: var(--red-200);
}.secondary-stroke-red-300 .secondary {
  stroke: var(--red-300);
}.secondary-stroke-red-400 .secondary {
  stroke: var(--red-400);
}.secondary-stroke-red-500 .secondary {
  stroke: var(--red-500);
}.secondary-stroke-red-600 .secondary {
  stroke: var(--red-600);
}.secondary-stroke-red-700 .secondary {
  stroke: var(--red-700);
}.secondary-stroke-red-800 .secondary {
  stroke: var(--red-800);
}.secondary-stroke-red-900 .secondary {
  stroke: var(--red-900);
}.secondary-stroke-yellow-100 .secondary {
  stroke: var(--yellow-100);
}.secondary-stroke-yellow-200 .secondary {
  stroke: var(--yellow-200);
}.secondary-stroke-yellow-300 .secondary {
  stroke: var(--yellow-300);
}.secondary-stroke-yellow-400 .secondary {
  stroke: var(--yellow-400);
}.secondary-stroke-yellow-500 .secondary {
  stroke: var(--yellow-500);
}.secondary-stroke-yellow-600 .secondary {
  stroke: var(--yellow-600);
}.secondary-stroke-yellow-700 .secondary {
  stroke: var(--yellow-700);
}.secondary-stroke-yellow-800 .secondary {
  stroke: var(--yellow-800);
}.secondary-stroke-yellow-900 .secondary {
  stroke: var(--yellow-900);
}.secondary-stroke-blue-100 .secondary {
  stroke: var(--blue-100);
}.secondary-stroke-blue-200 .secondary {
  stroke: var(--blue-200);
}.secondary-stroke-blue-300 .secondary {
  stroke: var(--blue-300);
}.secondary-stroke-blue-400 .secondary {
  stroke: var(--blue-400);
}.secondary-stroke-blue-500 .secondary {
  stroke: var(--blue-500);
}.secondary-stroke-blue-600 .secondary {
  stroke: var(--blue-600);
}.secondary-stroke-blue-700 .secondary {
  stroke: var(--blue-700);
}.secondary-stroke-blue-800 .secondary {
  stroke: var(--blue-800);
}.secondary-stroke-blue-900 .secondary {
  stroke: var(--blue-900);
}.secondary-stroke-sky-100 .secondary {
  stroke: var(--sky-100);
}.secondary-stroke-sky-200 .secondary {
  stroke: var(--sky-200);
}.secondary-stroke-sky-300 .secondary {
  stroke: var(--sky-300);
}.secondary-stroke-sky-400 .secondary {
  stroke: var(--sky-400);
}.secondary-stroke-sky-500 .secondary {
  stroke: var(--sky-500);
}.secondary-stroke-sky-600 .secondary {
  stroke: var(--sky-600);
}.secondary-stroke-sky-700 .secondary {
  stroke: var(--sky-700);
}.secondary-stroke-sky-800 .secondary {
  stroke: var(--sky-800);
}.secondary-stroke-sky-900 .secondary {
  stroke: var(--sky-900);
}.secondary-stroke-black .secondary {
  stroke: var(--black);
}.secondary-stroke-white .secondary {
  stroke: var(--white);
}.secondary-stroke-transparent .secondary {
  stroke: transparent;
}.secondary-stroke-facebook-500 .secondary {
  stroke: #1877F2;
}.secondary-stroke-facebook-600 .secondary {
  stroke: #1257B3;
}.secondary-stroke-linkedin-500 .secondary {
  stroke: #0077B5;
}.secondary-stroke-linkedin-600 .secondary {
  stroke: #004C75;
}.secondary-stroke-google-500 .secondary {
  stroke: #4285F4;
}.secondary-stroke-google-600 .secondary {
  stroke: #3164B5;
}.scrolling-touch{-webkit-overflow-scrolling:touch}.trix-content>*, .quill-content>*, .quill-editor .ql-editor>* {
  margin-bottom: 0.75rem;
}.trix-content>*:last-child, .quill-content>*:last-child, .quill-editor .ql-editor>*:last-child {
  margin-bottom: 0px;
}.trix-content strong, .quill-content strong, .quill-editor .ql-editor strong {
  font-weight: 700;
}.trix-content a, .quill-content a, .quill-editor .ql-editor a {
  color: var(--sky-600);
}.trix-content b, .quill-content b, .quill-editor .ql-editor b {
  font-weight: 700;
}.trix-content h1, .quill-content h1, .quill-editor .ql-editor h1 {
  margin-bottom: 1.75rem;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0em;
}.trix-content h2, .quill-content h2, .quill-editor .ql-editor h2 {
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.00625rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0em;
}.trix-content h3, .quill-content h3, .quill-editor .ql-editor h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0em;
}.trix-content p, .quill-content p, .quill-editor .ql-editor p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0125rem;
  font-weight: 400;
  letter-spacing: 0em;
}.trix-content blockquote,.quill-content blockquote,.quill-editor .ql-editor blockquote{padding:15px 20px 15px 35px !important;margin:0 0 20px;position:relative;text-align:justify;border-left:none !important}.trix-content blockquote::before,.quill-content blockquote::before,.quill-editor .ql-editor blockquote::before{line-height:1.5rem;content:"“";font-family:Georgia,serif;font-size:40px;font-weight:bold;position:absolute;left:10px}.trix-content ol,.trix-content ul,.quill-content ol,.quill-content ul,.quill-editor .ql-editor ol,.quill-editor .ql-editor ul{padding-left:1.5rem}.trix-content ol>li,.trix-content ul>li,.quill-content ol>li,.quill-content ul>li,.quill-editor .ql-editor ol>li,.quill-editor .ql-editor ul>li{list-style-type:none}.trix-content ul>li::before,.quill-content ul>li::before,.quill-editor .ql-editor ul>li::before{content:"•"}.trix-content li::before,.quill-content li::before,.quill-editor .ql-editor li::before{display:inline-block;white-space:nowrap;width:1.2rem}.trix-content li:not(.ql-direction-rtl)::before,.quill-content li:not(.ql-direction-rtl)::before,.quill-editor .ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5rem;margin-right:.3rem;text-align:right}.trix-content li.ql-direction-rtl::before,.quill-content li.ql-direction-rtl::before,.quill-editor .ql-editor li.ql-direction-rtl::before{margin-left:.3rem;margin-right:-1.5rem}.trix-content ol li:not(.ql-direction-rtl),.trix-content ul li:not(.ql-direction-rtl),.quill-content ol li:not(.ql-direction-rtl),.quill-content ul li:not(.ql-direction-rtl),.quill-editor .ql-editor ol li:not(.ql-direction-rtl),.quill-editor .ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5rem}.trix-content ol li.ql-direction-rtl,.trix-content ul li.ql-direction-rtl,.quill-content ol li.ql-direction-rtl,.quill-content ul li.ql-direction-rtl,.quill-editor .ql-editor ol li.ql-direction-rtl,.quill-editor .ql-editor ul li.ql-direction-rtl{padding-right:1.5rem}.trix-content ol li,.quill-content ol li,.quill-editor .ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.trix-content ol li::before,.quill-content ol li::before,.quill-editor .ql-editor ol li::before{content:counter(list-0, decimal) ". "}.trix-content ol li.ql-indent-1,.quill-content ol li.ql-indent-1,.quill-editor .ql-editor ol li.ql-indent-1{counter-increment:list-1;counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.trix-content ol li.ql-indent-1::before,.quill-content ol li.ql-indent-1::before,.quill-editor .ql-editor ol li.ql-indent-1::before{content:counter(list-1, lower-alpha) ". "}.trix-content ol li.ql-indent-2,.quill-content ol li.ql-indent-2,.quill-editor .ql-editor ol li.ql-indent-2{counter-increment:list-2;counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.trix-content ol li.ql-indent-2::before,.quill-content ol li.ql-indent-2::before,.quill-editor .ql-editor ol li.ql-indent-2::before{content:counter(list-2, lower-roman) ". "}.trix-content ol li.ql-indent-3,.quill-content ol li.ql-indent-3,.quill-editor .ql-editor ol li.ql-indent-3{counter-increment:list-3;counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.trix-content ol li.ql-indent-3::before,.quill-content ol li.ql-indent-3::before,.quill-editor .ql-editor ol li.ql-indent-3::before{content:counter(list-3, decimal) ". "}.trix-content ol li.ql-indent-4,.quill-content ol li.ql-indent-4,.quill-editor .ql-editor ol li.ql-indent-4{counter-increment:list-4;counter-reset:list-5 list-6 list-7 list-8 list-9}.trix-content ol li.ql-indent-4::before,.quill-content ol li.ql-indent-4::before,.quill-editor .ql-editor ol li.ql-indent-4::before{content:counter(list-4, lower-alpha) ". "}.trix-content ol li.ql-indent-5,.quill-content ol li.ql-indent-5,.quill-editor .ql-editor ol li.ql-indent-5{counter-increment:list-5;counter-reset:list-6 list-7 list-8 list-9}.trix-content ol li.ql-indent-5::before,.quill-content ol li.ql-indent-5::before,.quill-editor .ql-editor ol li.ql-indent-5::before{content:counter(list-5, lower-roman) ". "}.trix-content ol li.ql-indent-6,.quill-content ol li.ql-indent-6,.quill-editor .ql-editor ol li.ql-indent-6{counter-increment:list-6;counter-reset:list-7 list-8 list-9}.trix-content ol li.ql-indent-6::before,.quill-content ol li.ql-indent-6::before,.quill-editor .ql-editor ol li.ql-indent-6::before{content:counter(list-6, decimal) ". "}.trix-content ol li.ql-indent-7,.quill-content ol li.ql-indent-7,.quill-editor .ql-editor ol li.ql-indent-7{counter-increment:list-7;counter-reset:list-8 list-9}.trix-content ol li.ql-indent-7:before,.quill-content ol li.ql-indent-7:before,.quill-editor .ql-editor ol li.ql-indent-7:before{content:counter(list-7, lower-alpha) ". "}.trix-content ol li.ql-indent-8,.quill-content ol li.ql-indent-8,.quill-editor .ql-editor ol li.ql-indent-8{counter-increment:list-8;counter-reset:list-9}.trix-content ol li.ql-indent-8::before,.quill-content ol li.ql-indent-8::before,.quill-editor .ql-editor ol li.ql-indent-8::before{content:counter(list-8, lower-roman) ". "}.trix-content ol li.ql-indent-9,.quill-content ol li.ql-indent-9,.quill-editor .ql-editor ol li.ql-indent-9{counter-increment:list-9}.trix-content ol li.ql-indent-9::before,.quill-content ol li.ql-indent-9::before,.quill-editor .ql-editor ol li.ql-indent-9::before{content:counter(list-9, decimal) ". "}.trix-content .ql-indent-1:not(.ql-direction-rtl),.quill-content .ql-indent-1:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3rem}.trix-content .ql-indent-2:not(.ql-direction-rtl),.quill-content .ql-indent-2:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:5rem}.trix-content .ql-indent-3:not(.ql-direction-rtl),.quill-content .ql-indent-3:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:7rem}.trix-content .ql-indent-4:not(.ql-direction-rtl),.quill-content .ql-indent-4:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:9rem}.trix-content .ql-indent-5:not(.ql-direction-rtl),.quill-content .ql-indent-5:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:11rem}.trix-content .ql-indent-6:not(.ql-direction-rtl),.quill-content .ql-indent-6:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:13rem}.trix-content .ql-indent-7:not(.ql-direction-rtl),.quill-content .ql-indent-7:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:15rem}.trix-content .ql-indent-8:not(.ql-direction-rtl),.quill-content .ql-indent-8:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:17rem}.trix-content .ql-indent-9:not(.ql-direction-rtl),.quill-content .ql-indent-9:not(.ql-direction-rtl),.quill-editor .ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:19rem}.trix-content hr, .quill-content hr, .quill-editor .ql-editor hr {
  border-width: 1px;
  border-color: var(--gray-400);
}.program-module-border.trix-content hr::after,  .program-module-border.quill-content hr::after,  .program-module-border.quill-editor .ql-editor hr::after {
  background-color: var(--gray-400);
}.trix-content .ql-align-center, .quill-content .ql-align-center, .quill-editor .ql-editor .ql-align-center {
  text-align: center;
}.trix-content .ql-align-right, .quill-content .ql-align-right, .quill-editor .ql-editor .ql-align-right {
  text-align: right;
}.trix-content img,.quill-content img,.quill-editor .ql-editor img{image-orientation:from-image;display:inline-block;margin:0 auto !important;max-width:100% !important}.trix-content .ql-video,.quill-content .ql-video,.quill-editor .ql-editor .ql-video{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;padding-top:0px;position:relative}.trix-content .ql-video:last-child,.quill-content .ql-video:last-child,.quill-editor .ql-editor .ql-video:last-child{margin-bottom:0}.trix-content .ql-video embed,.trix-content .ql-video object,.trix-content .ql-video iframe,.quill-content .ql-video embed,.quill-content .ql-video object,.quill-content .ql-video iframe,.quill-editor .ql-editor .ql-video embed,.quill-editor .ql-editor .ql-video object,.quill-editor .ql-editor .ql-video iframe{height:100% !important;left:0;position:absolute;top:0;width:100% !important}.spinner{animation:circleanimation 1.3s infinite linear;border-radius:50%;height:1em;margin:6em auto;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@keyframes circleanimation{0%,100%{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}0%,100%{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}.promote-space-y-0>*+*{margin-top:0;margin-bottom:0}.promote-space-y-2>*+*{margin-top:.5rem;margin-bottom:0}.promote-space-y-3>*+*{margin-top:.75rem;margin-bottom:0}.promote-space-y-3-reverse>*+*{margin-top:0;margin-bottom:.75rem}.promote-space-y-4>*+*{margin-top:1rem;margin-bottom:0}.promote-space-y-5>*+*{margin-top:1.25rem;margin-bottom:0}.promote-space-y-6>*+*{margin-top:1.5rem;margin-bottom:0}.promote-space-x-1>*+*{margin-right:0;margin-left:.25rem}.promote-space-x-2>*+*{margin-right:0;margin-left:.5rem}.promote-space-x-3>*+*{margin-right:0;margin-left:.75rem}.promote-space-x-4>*+*{margin-right:0;margin-left:1rem}trix-editor{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar *{box-sizing:border-box}trix-toolbar .trix-button-row{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:flex;margin-bottom:10px;border:1px solid #bbb;border-top-color:#ccc;border-bottom-color:#888;border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media(max-device-width: 768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer{flex-grow:1}@media(max-device-width: 768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:rgba(0, 0, 0, 0.6);font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active{background:#cbeefa;color:black}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:rgba(0, 0, 0, 0.125)}@media(max-device-width: 768px){trix-toolbar .trix-button{letter-spacing:-0.01em;padding:0 .3em}}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media(max-device-width: 768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon::before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;content:"";background-position:center;background-repeat:no-repeat;background-size:contain}@media(max-device-width: 768px){trix-toolbar .trix-button--icon::before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active::before{opacity:1}trix-toolbar .trix-button--icon:disabled::before{opacity:.125}trix-toolbar .trix-button--icon-attach::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E");top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-italic::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-link::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-strike::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-quote::before{background-image:url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-heading-1::before{background-image:url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-code::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-bullet-list::before{background-image:url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-number-list::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-undo::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-redo::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-decrease-nesting-level::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-button--icon-increase-nesting-level::before{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E")}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:#fff;box-shadow:0 .3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:normal;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{box-shadow:red 0px 0px 1.5px 1px}trix-toolbar .trix-button--dialog{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{flex:1 1}trix-toolbar .trix-dialog__link-fields .trix-button-group{flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;user-select:none}trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection{background:none}trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable] ::selection{background:none}trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection{background:highlight}trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img{box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity 200ms ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-0.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active{background:#cbeefa}trix-editor .trix-button:not(:disabled){cursor:pointer}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;box-shadow:1px 1px 6px rgba(0, 0, 0, 0.25)}trix-editor .trix-button--remove::before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;content:"";background-image:url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");background-position:center;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:#333}trix-editor .trix-button--remove:hover::before{opacity:1}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;transform:translate(-50%, 0);max-width:90%;padding:.1em .6em;font-size:.8em;color:#fff;background-color:rgba(0, 0, 0, 0.7);border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:.2em;white-space:nowrap}.trix-content{line-height:1.5}.trix-content *{box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:0 solid #ccc;border-left-width:.3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0;border-right-width:.3em;margin-right:.3em;padding-right:.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size::before{content:" · "}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file{color:#333;line-height:1;margin:0 2px 2px 2px;padding:.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{flex-basis:50%;max-width:50%}.trix-content .attachment-gallery>action-text-attachment,.trix-content .attachment-gallery>.attachment{flex:1 0 33%;max-width:33%;padding:0 .5em}.trix-content .attachment-gallery.attachment-gallery--2>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--4>.attachment{flex-basis:50%;max-width:50%}.trix-content action-text-attachment .attachment{max-width:100% !important;padding:0 !important}.trix-content .rich-text-mention{color:#1d4ed8;background-color:#dbeafe;border-radius:.25rem}.trix-content pre{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid #a227a5;color:#666;page-break-inside:avoid;font-family:monospace;font-size:.9;line-height:1.4;margin-bottom:1.6em;max-width:100%;padding:1em 1.5em;display:block;word-wrap:break-word}trix-toolbar .trix-button-row{display:flex;flex-direction:row;align-items:center}trix-toolbar .trix-button-group{display:flex;flex-direction:row;align-items:center;border:0;border-bottom-color:rgba(0,0,0,0);border-radius:3px;border-top-color:rgba(0,0,0,0);margin-bottom:0}trix-toolbar .trix-button-group:not(:first-child){margin-left:0}trix-toolbar .trix-button{border-bottom:0}trix-toolbar .trix-button--icon{height:2rem;width:2.2rem}trix-toolbar .trix-button--icon::before{background-size:1.2rem}trix-toolbar .trix-button:not(:first-child){border-left:0}trix-toolbar .trix-button--icon-strike,trix-toolbar .trix-button--icon-quote{display:none}trix-editor:focus{box-shadow:none;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.trix-button--icon-mention::before{background-image:url(/assets/packs/static/assets/images/default/at-830d98a241cf449532ee.svg)}.trix-button--icon-emoji::before{background-image:url(/assets/packs/static/assets/images/default/emoji-happy-93f4b624763a4306ae43.svg)}.attachment-icon-component{width:30px;height:40px;margin-right:10px;background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/file-f7fdf636b20d9737bac2.svg);background-repeat:no-repeat}.attachment-icon-component.-doc{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/doc-8a5a10e2edcaa088fdab.svg)}.attachment-icon-component.-img{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/img-53d62810ebb49ca7f2a5.svg)}.attachment-icon-component.-url{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/url-8d4aa6c3c12383f42ff5.svg)}.attachment-icon-component.-pdf{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/pdf-c1441a4f9fe26ee78d6c.svg)}.attachment-icon-component.-video{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/video-703375fec1d1a658f2da.svg)}.attachment-icon-component.-scorm{background-image:url(/assets/packs/static/assets/images/ng_admin/svg/attachments/scorm-4899435d7184d3b1084f.svg)}.attachment{border:none !important}.rich-attachment-link-before:before{content:" · ";box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--gray-400);display:inline-block;padding-right:.2rem}.rich-attachment-link{text-decoration:underline !important}.attachment-icon-component{display:inline-block;float:left;margin:.1rem}.file-caption--true{vertical-align:top;float:left;margin:.2rem;padding-left:.1rem}.attachment__name{font-weight:bold !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:8rem;text-align:left}.link_to_embed{display:flex;flex-direction:row;flex-wrap:wrap;font-size:.85rem;padding-top:1rem}.link_to_embed .embed-text{margin-right:.5rem}.link_to_embed .embed-button{color:#fff;font-weight:600;border-radius:.5rem;background-color:#00a55e;cursor:pointer;padding-left:.3rem !important;padding-right:.3rem !important;padding-top:.15rem !important;padding-bottom:.15rem !important}.trix-content img{display:inline-block;max-width:100%;height:auto}.trix-content .embed{display:inline-block;line-height:1;margin:1em 0 !important;padding:0 !important;width:100%}.trix-content iframe,.trix-content twitter-widget{display:inline-block !important}.trix-content .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.trix-content .embed-container iframe,.trix-content .embed-container object,.trix-content .embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.attachment--preview{margin:.6em 0;text-align:center;width:100%}.attachment--content[data-trix-attachment*=embed-container]{width:100%}.tribute-container{position:absolute;top:0;left:0;height:auto;overflow:auto;display:block;z-index:999999}.tribute-container ul{margin:0;margin-top:2px;padding:0;list-style:none;background:#efefef}.tribute-container li{padding:5px 5px;cursor:pointer}.tribute-container li.highlight{background:#ddd}.tribute-container li span{font-weight:bold}.tribute-container li.no-match{cursor:default}.tribute-container .menu-highlighted{font-weight:bold}.tribute-container{max-height:220px !important}.tribute-container li{padding-left:12px;padding-right:12px}.tab-primary{letter-spacing:.45px;border-bottom-width: 2px;border-color: var(--gray-400)}.program-module-border.tab-primary::after {
  background-color: var(--gray-400);
}.tab-primary.active,.tab-primary:not(.disabled):hover{letter-spacing:0}.tab-primary.active.brand, .tab-primary:not(.disabled):hover.brand {
  border-bottom-width: 2px;
  border-color: var(--primary-700);
}.tab-primary.active.brand .header, .tab-primary:not(.disabled):hover.brand .header {
  font-weight: 700;
  color: var(--primary-700);
}.tab-primary.active.brand .pill, .tab-primary:not(.disabled):hover.brand .pill {
  background-color: var(--primary-700);
  color: var(--white);
}.tab-primary.active.green, .tab-primary:not(.disabled):hover.green {
  border-bottom-width: 2px;
  border-color: var(--green-500);
}.program-module-border.tab-primary.active.green::after,  .program-module-border.tab-primary:not(.disabled):hover.green::after {
  background-color: var(--green-500);
}.tab-primary.active.green .header, .tab-primary:not(.disabled):hover.green .header {
  font-weight: 700;
  color: var(--green-700);
}.tab-primary.active.green .pill, .tab-primary:not(.disabled):hover.green .pill {
  background-color: var(--green-500);
  color: var(--green-900);
}.tab-primary.active.gray, .tab-primary:not(.disabled):hover.gray {
  border-bottom-width: 2px;
  border-color: var(--gray-900);
}.tab-primary.active.gray .header, .tab-primary:not(.disabled):hover.gray .header {
  font-weight: 700;
  color: var(--gray-900);
}.tab-primary.active.gray .pill, .tab-primary:not(.disabled):hover.gray .pill {
  background-color: var(--gray-900);
  color: var(--white);
}.tab-primary.active.red, .tab-primary:not(.disabled):hover.red {
  border-bottom-width: 2px;
  border-color: var(--red-500);
}.tab-primary.active.red .header, .tab-primary:not(.disabled):hover.red .header {
  font-weight: 700;
  color: var(--red-500);
}.tab-primary.active.red .pill, .tab-primary:not(.disabled):hover.red .pill {
  background-color: var(--red-500);
  color: var(--white);
}.tab-primary.active.yellow, .tab-primary:not(.disabled):hover.yellow {
  border-bottom-width: 2px;
  border-color: var(--yellow-500);
}.program-module-border.tab-primary.active.yellow::after,  .program-module-border.tab-primary:not(.disabled):hover.yellow::after {
  background-color: var(--yellow-500);
}.tab-primary.active.yellow .header, .tab-primary:not(.disabled):hover.yellow .header {
  font-weight: 700;
  color: var(--yellow-600);
}.tab-primary.active.yellow .pill, .tab-primary:not(.disabled):hover.yellow .pill {
  background-color: var(--yellow-500);
  color: var(--yellow-900);
}.tab-primary.disabled {
  cursor: not-allowed;
}.tab-secondary {
  margin-right: 0.25rem;
  display: flex;
  height: 3rem;
  min-width: 0px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-200);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  font-weight: 700;
}.sticky-header .pill.tab-secondary {
  background-color: var(--gray-800);
  color: var(--white);
}@media (min-width: 640px) {

  .tab-secondary {
    min-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}.tab-secondary:not(.locked).active, .tab-secondary:not(.locked):hover {
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 2px;
  background-color: var(--white);
  color: var(--primary-700);
  --tw-shadow: 0 6px 0 var(--white), 0 1px 6px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 6px 0 var(--tw-shadow-color), 0 1px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tab-secondary:not(.locked).active,.tab-secondary:not(.locked):hover{border-right-color:var(--gray-200);border-left-color:var(--gray-200);border-top-color:var(--primary-500)}.tab-admin{letter-spacing:.45px}.tab-admin.active{letter-spacing:0;border-bottom-width: 2px;border-color: var(--blue-500)}.tab-admin.active .header {
  font-weight: 700;
  color: var(--blue-500);
}.tab-admin:not(.disabled):hover .header {
  color: var(--blue-500);
}.tab-admin.disabled {
  cursor: not-allowed;
}.tab-pill {
  width: 100%;
  cursor: pointer;
  text-align: center;
}.tab-pill.active {
  background-color: var(--white);
  font-weight: 600;
  --tw-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.goals-tabs ul {
  margin-left: 0px;
  margin-right: 0px;
}.form-textarea{border:1px solid var(--gray-400);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem .75rem;font-size:1rem;font-weight:normal;font-style:normal;line-height:1.5}.form-textarea:focus{outline:none}#js-feed-form .form-textarea{border:0}#js-feed-form .form-textarea.trix-content{border:0;border-top:1px solid var(-gray-400);box-shadow:none}:focus.form-textarea.trix-content,.form-textarea.trix-content{border:0;border-top:1px solid var(-gray-400);box-shadow:none}.form-textarea.textarea-edit{border:medium none currentColor;border:initial;padding:0;padding:initial;font-size:inherit}.drag-over {
  position: relative;
  border-width: 0px;
}.drag-over .drag-message {
  display: block;
}.drag-over trix-editor{background-color:var(--primary-100);border:2px dashed var(--primary-base) !important;border-top:0px !important}.vat-line::after{bottom:-45px;content:"";height:66px;left:25.5px;position:absolute;width:5px;z-index:1}.vat-line.gray::after {
  background-color: var(--gray-400);
}.vat-line.yellow::after {
  background-color: var(--yellow-500);
}.vat-line.green::after {
  background-color: var(--green-500);
}.js-content-page-vat-active .vat-title {
  font-weight: 700;
}.program-module-border::after{content:"";position:absolute;z-index:1;top:45px;left:25.5px;display:block;width:5px;height:calc(100% - 45px)}.program-module-border.border-gray-400::after {
  background-color: var(--gray-400);
}.program-module-border.border-yellow-500::after {
  background-color: var(--yellow-500);
}.program-module-border.border-green-500::after {
  background-color: var(--green-500);
}.vat-line:last-child::after,.vat-line.hide-line::after{height:0}.vat-line:last-child .program-module-border,.vat-line.hide-line .program-module-border{position:relative}.vat-line:last-child .program-module-border::after,.vat-line.hide-line .program-module-border::after{top:0;height:100%;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.vat-program-module.-active{border:1px solid var(--gray-400);box-shadow:0 2px 15px 0 rgba(0,0,0,.14)}.program-module-circle {
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 1px;
  background-color: var(--white);top:20px;left:12px;z-index:2;box-shadow:0 2px 15px 0 rgba(0,0,0,.14);
}.program-module-position {
  position: absolute;
  width: 2rem;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  font-weight: 700;left:12px;text-align:center;top:24.5px;z-index:3;
}.program-module-milestone {
  position: absolute;left:16px;top:23px;z-index:3;
}.program-module-calendar {
  position: absolute;left:8.5px;top:20px;z-index:3;
}.card-hover:hover .highlight-card-icon .primary{fill:var(--gray-900)}.card-hover:hover .highlight-card-icon .secondary{fill:var(--gray-900)}.card-hover:hover .highlight-card-link {
  color: var(--primary-500);
  text-decoration-line: underline;
}@supports(position: sticky){.h-vat-sidebar{height:calc(100vh - 12rem)}@media(min-width: 641px){.h-vat-sidebar.preview-mode{height:calc(100vh - 16rem)}.h-vat-sidebar.with-filter{height:calc(100vh - 14rem)}.h-vat-sidebar.with-filter.preview-mode{height:calc(100vh - 18rem)}}@media(max-width: 640px){.h-vat-sidebar.preview-mode{height:calc(100vh - 19rem)}.h-vat-sidebar.with-filter{height:calc(100vh - 17rem)}.h-vat-sidebar.with-filter.preview-mode{height:calc(100vh - 21rem)}}@media (min-width: 1024px){.top-sidebar{top:4rem}.h-sidebar{height:calc(100vh - 4rem)}.sidebar-clear-preview-header .top-sidebar{top:7rem}.sidebar-clear-preview-header .h-sidebar{height:calc(100vh - 7rem)}}}.sidebar .aside {
  max-width: 100%;
  flex-shrink: 0;min-width:350px;
}@media (min-width: 1024px){.sidebar, .aside {
    max-width: 100%;
    flex-shrink: 0;
  }.sidebar,.aside{width:350px}}.toolbar .toolbar-item {
  border-right-width: 1px;
  border-color: var(--gray-300);
}.toolbar .toolbar-item:last-child {
  border-width: 0px;
}@media(max-width: 1279px){.toolbar {
    display: block;
  }.toolbar .toolbar-active-item {
    color: var(--primary-500);
  }.toolbar .toolbar-active-item .primary{fill:var(--primary-500)}.toolbar .toolbar-active-item .secondary{fill:var(--primary-700)}}@media(min-width: 1024px)and (max-width: 1279px){.toolbar .toolbar-default-item {
    color: var(--primary-500);
  }.toolbar .toolbar-default-item .primary{fill:var(--primary-500)}.toolbar .toolbar-default-item .secondary{fill:var(--primary-700)}}@media(max-width: 1024px){#js-sidebar.toolbar-active {
    display: block;
  }#js-aside.toolbar-active {
    display: block;
  }#js-main.toolbar-active {
    display: block;
  }}@media(min-width: 1024px)and (max-width: 1279px){#js-sidebar.toolbar-active {
    display: block;
  }#js-aside.toolbar-active {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
  }#js-main.toolbar-active {
    display: block;
  }}.hover\:icon-brand:hover .primary,.icon-brand .primary{fill:var(--primary-500)}.hover\:icon-brand:hover .secondary,.icon-brand .secondary{fill:var(--primary-700)}.icon-brand-solid .primary{fill:var(--primary-700)}.icon-brand-solid .secondary{fill:var(--primary-700)}.group:hover .group-hover\:icon-brand-light .primary,.icon-brand-light .primary{fill:var(--primary-300)}.group:hover .group-hover\:icon-brand-light .secondary,.icon-brand-light .secondary{fill:var(--primary-700)}.icon-gray .primary{fill:var(--gray-400)}.icon-gray .secondary{fill:var(--gray-700)}.icon-gray-solid .primary{fill:var(--gray-700)}.icon-gray-solid .secondary{fill:var(--gray-700)}.icon-gray-solid:disabled .primary{fill:var(--gray-400)}.icon-gray-solid:disabled .secondary{fill:var(--gray-400)}.hover\:icon-gray-solid-dark:hover .primary,.icon-gray-solid-dark .primary{fill:var(--gray-900)}.hover\:icon-gray-solid-dark:hover .secondary,.icon-gray-solid-dark .secondary{fill:var(--gray-900)}.hover\:icon-gray-solid-dark:hover:disabled .primary,.icon-gray-solid-dark:disabled .primary{fill:var(--gray-400)}.hover\:icon-gray-solid-dark:hover:disabled .secondary,.icon-gray-solid-dark:disabled .secondary{fill:var(--gray-400)}.toolbar-icon-gray .primary{fill:var(--gray-500)}.toolbar-icon-gray .secondary{fill:var(--gray-700)}.toolbar-icon-gray:hover .primary{fill:var(--gray-700)}.toolbar-icon-gray:hover .secondary{fill:var(--gray-900)}.icon-attachment .tertiary{fill:var(--white)}.pin{width:57px;height:65px}.pin.-learner{top:-29px}.pin.-average{top:24px}.pin.-top{top:24px}.pin.-average svg,.pin.-top svg{transform:rotate(180deg)}.pin.-average>.percentage,.pin.-top>.percentage{top:calc(50% + 3px)}.pin>span{position:absolute;width:100%;height:100%;top:0px;left:0px}.pin>.percentage{position:absolute;top:calc(50% - 5px);left:50%;transform:translate(-50%, -50%)}.header-item:hover,.menu-item:hover{background-color:rgba(255,255,255,.15)}.header-icon .primary{fill:rgba(255,255,255,.4)}.header-icon .secondary{fill:rgba(255,255,255,.7)}.header-icon .icon-news .secondary{fill:var(--primary-base)}.header-icon .icon-notification .primary{fill:rgba(255,255,255,.7)}.header-item-active,.hover\:header-item-active:hover{background-color:rgba(255,255,255,.15)}.hamburger-menu{border-radius:50%}.hamburger-menu span{height:2px;margin-bottom:5px;margin-top:5px;transition:.33s;width:24px}.menu {
  display: none;
}.nudl-position-unset div.menu{display:flex}@media (min-width: 1024px){.menu {
    display: flex;
  }}.display-menu{overflow-y:hidden}.display-menu .hamburger-menu span:first-child{width:12px;transform:rotate(45deg) translate(2px, 1px)}.display-menu .hamburger-menu span:nth-child(2){transform:rotate(-45deg)}.display-menu .hamburger-menu span:nth-child(3){width:12px;transform:rotate(45deg) translate(6px, -9px)}.display-menu .menu {
  display: block;
  height: calc(100vh - 4rem);
  width: 100%;
  overflow-y: auto;
}.display-menu .items {
  display: block;
}.unread-notification{border-radius:50%;height:9px;position:absolute;right:8px;top:2px;width:9px;z-index:2}@media (min-width: 1024px){.unread-notification{position:absolute;height:12px;width:12px;right:-2px;top:0}}.datalist-field .datalist-search-list {
  display: none;
}.nudl-position-unset div.datalist-field .datalist-search-list{display:flex}.datalist-field.active {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  border-color: var(--gray-200);
  --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, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.datalist-field.active .datalist-icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.datalist-field.active .datalist-search-list {
  display: flex;
}.fixed-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}@media (min-width: 640px) {

  .fixed-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}.fixed-header {
  background-color: var(--white);
  border-top-width: 2px;
  border-color: var(--primary-400);
}.fixed-header.-animated{animation-duration:.2s;animation-name:fixedHeader;animation-fill-mode:forwards}@keyframes fixedHeader{0% {
    background-color: var(--gray-400);
    border-color: var(--gray-100);
  }100% {
    background-color: var(--white);
    border-color: var(--primary-400);
  }}.sticky-header {
  z-index: 20;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}@media (min-width: 640px) {

  .sticky-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}.sticky-header {
  background-color: var(--gray-400);
  border-color: var(--gray-100);box-shadow:0px 15px 15px -5px rgba(0,0,0,.3);
}.sticky-header.-animated{animation-duration:1s;animation-name:stickyHeader;animation-fill-mode:forwards}.sticky-header.-top {
  border-top-width: 2px;box-shadow:0px 15px 15px -5px rgba(0,0,0,.2);
}.sticky-header.-bottom {
  border-bottom-width: 2px;box-shadow:0px -15px 15px -5px rgba(0,0,0,.2);
}.sticky-header h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  font-weight: 700;
}.sticky-header .pill.bg-gray-200 {
  background-color: var(--gray-800);
  color: var(--white);
}.sticky-header .header-container{width:calc(100% - 34px)}@keyframes stickyHeader{0% {
    background-color: var(--white);
    border-color: var(--white);
  }100% {
    background-color: var(--gray-400);
    border-color: var(--gray-100);
  }}.sticky-counterweight{height:0px}.sticky-counterweight.-active{height:12px}@media(min-width: 640px){.sticky-counterweight.-active{height:20px}}@media(max-width: 640px){.programs-header{background-image:none !important}}@media(min-width: 640px){.background-tint{background-color:rgba(var(--primary-base-rbg), 0.7)}}.inputs-tab{letter-spacing:.45px;border-bottom-width: 2px;border-color: var(--gray-400)}.program-module-border.inputs-tab::after {
  background-color: var(--gray-400);
}.inputs-tab.active,.inputs-tab:not(.disabled):hover{letter-spacing:0}.inputs-tab.active, .inputs-tab:not(.disabled):hover {
  border-bottom-width: 2px;
  border-color: var(--primary-700);
}.inputs-tab.active .header, .inputs-tab:not(.disabled):hover .header {
  font-weight: 700;
  color: var(--primary-700);
}.inputs-tab.active .pill, .inputs-tab:not(.disabled):hover .pill {
  background-color: var(--primary-700);
  color: var(--white);
}.inputs-tab.disabled {
  cursor: not-allowed;
}.program-image{height:200px;width:200px;background-position:center;background-repeat:no-repeat}.program-image-small{height:165px;width:165px;background-position:center;background-repeat:no-repeat}.program-image-tint{background-color:rgba(136,136,136,.5)}.primary-button-icon .primary,.cta-button-icon .primary{fill:transparent}.primary-button-icon .secondary,.cta-button-icon .secondary{fill:var(--white)}.primary-button-icon:disabled .secondary,.cta-button-icon:disabled .secondary{fill:var(--gray-600)}.secondary-button-icon .primary{fill:transparent}.secondary-button-icon .secondary{fill:var(--primary-700)}.secondary-button-icon:disabled .secondary{fill:var(--primary-200)}.secondary-admin-button-icon .primary{fill:transparent}.secondary-admin-button-icon .secondary{fill:var(--blue-500)}.secondary-admin-button-icon:hover .secondary{fill:var(--blue-600)}.secondary-admin-button-icon:disabled .secondary{fill:var(--blue-200)}.tertiary-button-icon .primary{fill:var(--white)}.tertiary-button-icon.brand .secondary{fill:var(--primary-700)}.tertiary-button-icon.brand:disabled .secondary{fill:var(--primary-200)}.tertiary-button-icon.red .secondary{fill:var(--red-800)}.tertiary-button-icon.red:disabled .secondary{fill:var(--red-200)}.tertiary-button-icon.yellow .secondary{fill:var(--yellow-800)}.tertiary-button-icon.yellow:disabled .secondary{fill:var(--yellow-200)}.tertiary-button-icon.blue .secondary{fill:var(--sky-800)}.tertiary-button-icon.blue:disabled .secondary{fill:var(--sky-200)}.tertiary-button-icon.green .secondary{fill:var(--green-800)}.tertiary-button-icon.green:disabled .secondary{fill:var(--green-200)}.tertiary-admin-button-icon .primary{fill:transparent}.tertiary-admin-button-icon .secondary{fill:var(--blue-600)}.tertiary-admin-button-icon:disabled .secondary{fill:var(--blue-300)}.link-button-icon .primary{fill:var(--gray-700)}.link-button-icon .secondary{fill:var(--gray-700)}.link-button-icon:disabled .primary{fill:var(--gray-500)}.link-button-icon:disabled .secondary{fill:var(--gray-500)}.link-button-icon:disabled:hover .primary{fill:var(--gray-500)}.link-button-icon:disabled:hover .secondary{fill:var(--gray-500)}.link-button-icon:hover .primary{fill:var(--gray-900)}.link-button-icon:hover .secondary{fill:var(--gray-900)}.link-button-decoration:hover {
  text-decoration-line: underline;
}.link-button-decoration:disabled:hover {
  text-decoration-line: none;
}.gradient-button{background:linear-gradient(150.36deg, var(--primary-gradient-left) 0%, var(--primary-gradient-right) 100%)}.gradient-button:hover{background:linear-gradient(150.36deg, var(--primary-gradient-right) 0%, var(--primary-gradient-left) 100%)}.gradient-button:disabled{background:var(--primary-200)}.tab-block {
  border-width: 1px;
  border-color: var(--gray-300);
}.tab-block.active, .tab-block:hover {
  border-width: 1px;
  border-color: var(--primary-500);
  background-color: var(--primary-100);
}.tab-block.active.brand .headers, .tab-block:hover.brand .headers {
  color: var(--primary-800);
}.tab-block.active.green, .tab-block:hover.green {
  border-width: 1px;
  border-color: var(--green-600);
  background-color: var(--green-100);
}.tab-block.active.green .headers, .tab-block:hover.green .headers {
  color: var(--green-900);
}.tab-block.active.gray, .tab-block:hover.gray {
  border-width: 1px;
  border-color: var(--gray-600);
  background-color: var(--gray-100);
}.tab-block.active.gray .headers, .tab-block:hover.gray .headers {
  color: var(--gray-900);
}.tab-block.active.red, .tab-block:hover.red {
  border-width: 1px;
  border-color: var(--red-500);
  background-color: var(--red-100);
}.tab-block.active.red .headers, .tab-block:hover.red .headers {
  color: var(--red-800);
}.tab-block.active.yellow, .tab-block:hover.yellow {
  border-width: 1px;
  border-color: var(--yellow-500);
  background-color: var(--yellow-100);
}.program-module-border.tab-block.active.yellow::after,  .program-module-border.tab-block:hover.yellow::after {
  background-color: var(--yellow-500);
}.tab-block.active.yellow .headers, .tab-block:hover.yellow .headers {
  color: var(--yellow-800);
}.checkbox-item [type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-color: var(--gray-400);
  --tw-ring-color: transparent;
}.program-module-border.checkbox-item [type=checkbox]::after {
  background-color: var(--gray-400);
}.checkbox-item [type=checkbox]:hover {
  border-color: var(--gray-700);
  background-color: var(--gray-300);background-image:url(/assets/packs/static/assets/images/default/input-check-gray-7f4786b61e6ef2022831.svg);background-repeat:no-repeat;
}.checkbox-item [type=checkbox]:disabled {
  border-color: var(--gray-400);
  background-color: var(--gray-300);
  background-image: none;
}.program-module-border.checkbox-item [type=checkbox]:disabled::after {
  background-color: var(--gray-400);
}.checkbox-item.brand [type=checkbox]:checked {
  border-color: var(--primary-500);
  background-color: var(--primary-500);background-image:url(/assets/packs/static/assets/images/default/input-check-white-59c63f23d7d007d9c6d4.svg);background-repeat:no-repeat;
}.checkbox-item.brand [type=checkbox]:checked:disabled {
  border-color: var(--primary-200);
  background-color: var(--primary-200);
}.checkbox-item.brand [type=checkbox]:checked:disabled:hover {
  border-color: var(--primary-200);
  background-color: var(--primary-200);
}.checkbox-item.brand [type=checkbox]:checked:hover {
  border-color: var(--primary-700);
  background-color: var(--primary-700);background-image:url(/assets/packs/static/assets/images/default/input-check-white-59c63f23d7d007d9c6d4.svg);background-repeat:no-repeat;
}.checkbox-item.blue [type=checkbox]:checked {
  border-color: var(--blue-500);
  background-color: var(--blue-500);background-image:url(/assets/packs/static/assets/images/default/input-check-white-59c63f23d7d007d9c6d4.svg);background-repeat:no-repeat;
}.checkbox-item.blue [type=checkbox]:checked:disabled {
  border-color: var(--blue-300);
  background-color: var(--blue-300);
}.checkbox-item.blue [type=checkbox]:checked:disabled:hover {
  border-color: var(--blue-300);
  background-color: var(--blue-300);
}.checkbox-item.blue [type=checkbox]:checked:hover {
  border-color: var(--blue-600);
  background-color: var(--blue-600);background-image:url(/assets/packs/static/assets/images/default/input-check-white-59c63f23d7d007d9c6d4.svg);background-repeat:no-repeat;
}.checkbox-item.multiselect [type=checkbox]:checked{background-image:url(/assets/packs/static/assets/images/default/input-multiselect-92f18ff57753fd3c8dbc.svg);background-repeat:no-repeat}.checkbox-item.multiselect [type=checkbox]:checked:hover{background-image:url(/assets/packs/static/assets/images/default/input-multiselect-92f18ff57753fd3c8dbc.svg);background-repeat:no-repeat}.radio-button-item [type=radio] {
  height: 0.75rem;
  width: 0.75rem;
  border-style: none;
  background-image: none;
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--gray-400);
  --tw-ring-offset-width: 2px;
}.radio-button-item [type=radio]:hover {
  background-color: var(--gray-700);
  --tw-ring-color: var(--gray-700);
}.radio-button-item [type=radio]:disabled {
  background-color: var(--gray-300);
  --tw-ring-color: var(--gray-400);
  --tw-ring-offset-color: var(--gray-300);
}.radio-button-item.brand [type=radio]:checked {
  background-color: var(--primary-500);
  --tw-ring-color: var(--primary-500);
}.radio-button-item.brand [type=radio]:checked:disabled {
  background-color: var(--primary-200);
  --tw-ring-color: var(--primary-200);
  --tw-ring-offset-color: var(--white);
}.radio-button-item.blue [type=radio]:checked {
  background-color: var(--blue-500);
  --tw-ring-color: var(--blue-500);
}.radio-button-item.blue [type=radio]:checked:disabled {
  background-color: var(--blue-300);
  --tw-ring-color: var(--blue-300);
  --tw-ring-offset-color: var(--white);
}.secondary-menu-item:after{content:attr(data-text);content:attr(data-text)/"";height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.nudl-position-unset div{position:static;position:initial}.nudl-position-unset div.hidden{display:flex}.nudl-highlight {
  overflow-x: auto;
}.accordion-icon{transition:transform .5s}.accordion-icon.collapsed{transform:rotate(180deg)}.accordion-content{overflow:hidden;transition:height .5s ease-in-out}.accordion-content.collapsed{height:0;overflow:hidden;transition:height .5s cubic-bezier(0, 1, 0, 1)}.logotype{background-image:url(/assets/packs/static/assets/images/default/logo-1bda63baee57e7b6db80.svg)}.background-image{background-image:url(/assets/packs/static/assets/images/default/image_branding-939d0f207a85326b1e6d.jpg)}.background-image-header{background-image:url(/assets/packs/static/assets/images/default/branding_header-f0f8896e471ca3611031.jpeg)}.notifications-text span.__strong {
  font-weight: 600;
}.left-triangle{width:0;height:0;border-top:12px solid var(--gray-200);border-left:12px solid #fff}.right-triangle{width:0;height:0;border-top:12px solid var(--gray-200);border-right:12px solid #fff}.__mentionable-item.-active {
  background-color: var(--gray-200);
  font-weight: 700;
}.sticky-header .pill.__mentionable-item.-active {
  background-color: var(--gray-800);
  color: var(--white);
}[contentEditable=true]:empty:not(:focus)::before{content:attr(data-placeholder);font-style:italic;color: var(--gray-600)}.mention {
  font-weight: 700;
}.input-form.error .focus-within\:border-primary-700 {
  border-width: 1px;
  border-color: var(--red-500);
}.input-form.error .focus-within\:shadow-brand{box-shadow:none}[id^=js-message-replies]>[id^=js-reply]:first-child {
  margin-top: 1.5rem;
}@media (min-width: 640px) {

  [id^=js-message-replies]>[id^=js-reply]:first-child {
    margin-top: 1.75rem;
  }
}[id^=js-message-replies]>[id^=js-reply] {
  margin-bottom: 1rem;
}[id^=js-message-replies]>[id^=js-reply]:last-child {
  margin-bottom: 0px;
}[id^=js-message-child-replies]>[id^=js-reply] {
  margin-bottom: 0.75rem;
}[id^=js-message-child-replies]>[id^=js-reply]:last-child {
  margin-bottom: 0px;
}.gradient-cta{background:linear-gradient(155.43deg, var(--primary-gradient-left) 0%, var(--primary-gradient-right) 100%)}.js-hidden{display:none !important}.tab-pill {
  width: 100%;
  cursor: pointer;
  text-align: center;
}.tab-pill.active {
  background-color: var(--white);
  font-weight: 600;
  --tw-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.first\:mt-6:first-child {
  margin-top: 1.5rem;
}.first\:ml-0:first-child {
  margin-left: 0px;
}.first\:mt-2:first-child {
  margin-top: 0.5rem;
}.first\:pt-4:first-child {
  padding-top: 1rem;
}.last\:mr-0:last-child {
  margin-right: 0px;
}.last\:mb-8:last-child {
  margin-bottom: 2rem;
}.last\:mb-0:last-child {
  margin-bottom: 0px;
}.last\:mb-16:last-child {
  margin-bottom: 4rem;
}.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}.last\:pb-0:last-child {
  padding-bottom: 0px;
}.checked\:font-bold:checked {
  font-weight: 700;
}.checked\:shadow-radio:checked {
  --tw-shadow: 0px 0px 0px 2px white inset;
  --tw-shadow-colored: inset 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus-within\:border-primary-700:focus-within {
  border-color: var(--primary-700);
}.focus-within\:shadow-brand:focus-within {
  --tw-shadow: 0 0 0 4px var(--primary-100);
  --tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:z-30:hover {
  z-index: 30;
}.hover\:-translate-y-2px:hover {
  --tw-translate-y: -2px;
  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));
}.hover\:translate-x-2px:hover {
  --tw-translate-x: 2px;
  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));
}.hover\:border-blue-600:hover {
  border-color: var(--blue-600);
}.hover\:border-primary-700:hover {
  border-color: var(--primary-700);
}.hover\:border-gray-500:hover {
  border-color: var(--gray-500);
}.hover\:border-primary-500:hover {
  border-color: var(--primary-500);
}.hover\:bg-red-700:hover {
  background-color: var(--red-700);
}.hover\:bg-blue-600:hover {
  background-color: var(--blue-600);
}.hover\:bg-gray-100:hover {
  background-color: var(--gray-100);
}.hover\:bg-green-600:hover {
  background-color: var(--green-600);
}.hover\:bg-gray-200:hover {
  background-color: var(--gray-200);
}.hover\:font-bold:hover {
  font-weight: 700;
}.hover\:font-semibold:hover {
  font-weight: 600;
}.hover\:tracking-normal:hover {
  letter-spacing: 0em;
}.hover\:text-blue-600:hover {
  color: var(--blue-600);
}.hover\:text-gray-900:hover {
  color: var(--gray-900);
}.hover\:text-primary-500:hover {
  color: var(--primary-500);
}.hover\:text-primary-700:hover {
  color: var(--primary-700);
}.hover\:text-sky-900:hover {
  color: var(--sky-900);
}.hover\:underline:hover {
  text-decoration-line: underline;
}.hover\:shadow-button-hover-sm:hover {
  --tw-shadow: 0 2px 3px 0 rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-button-hover:hover {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-button-sso:hover {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-brand:hover {
  --tw-shadow: 0 0 0 4px var(--primary-100);
  --tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:border:focus {
  border-width: 1px;
}.focus\:border-gray-400:focus {
  border-color: var(--gray-400);
}.focus\:border-primary-700:focus {
  border-color: var(--primary-700);
}.focus\:border-gray-200:focus {
  border-color: var(--gray-200);
}.focus\:text-primary-700:focus {
  color: var(--primary-700);
}.focus\:placeholder-primary-300:focus::-moz-placeholder {
  color: var(--primary-300);
}.focus\:placeholder-primary-300:focus::placeholder {
  color: var(--primary-300);
}.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:border-blue-200:disabled {
  border-color: var(--blue-200);
}.disabled\:border-primary-200:disabled {
  border-color: var(--primary-200);
}.disabled\:bg-red-300:disabled {
  background-color: var(--red-300);
}.disabled\:bg-blue-200:disabled {
  background-color: var(--blue-200);
}.disabled\:bg-white:disabled {
  background-color: var(--white);
}.disabled\:font-normal:disabled {
  font-weight: 400;
}.disabled\:text-blue-200:disabled {
  color: var(--blue-200);
}.disabled\:text-blue-300:disabled {
  color: var(--blue-300);
}.disabled\:text-gray-600:disabled {
  color: var(--gray-600);
}.disabled\:text-gray-500:disabled {
  color: var(--gray-500);
}.disabled\:text-primary-200:disabled {
  color: var(--primary-200);
}.disabled\:text-primary-300:disabled {
  color: var(--primary-300);
}.disabled\:text-red-300:disabled {
  color: var(--red-300);
}.disabled\:text-yellow-300:disabled {
  color: var(--yellow-300);
}.disabled\:text-sky-300:disabled {
  color: var(--sky-300);
}.disabled\:text-green-300:disabled {
  color: var(--green-300);
}.disabled\:no-underline:disabled {
  text-decoration-line: none;
}.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.error .error\:block {
  display: block;
}.error .error\:border-red-500 {
  border-color: var(--red-500);
}.base-error .base-error\:block {
  display: block;
}.base-error .base-error\:border-red-500 {
  border-color: var(--red-500);
}input[type="radio"]:checked ~ .label-checked\:font-semibold {
  font-weight: 600;
}@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

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

  .sm\:right-16 {
    right: 4rem;
  }

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

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

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

  .sm\:h-56 {
    height: 14rem;
  }

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

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

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

  .sm\:w-500 {
    width: 31.25rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

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

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-300 {
    width: 18.75rem;
  }

  .sm\:w-19\/50 {
    width: 38%;
  }

  .sm\:w-31\/50 {
    width: 62%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-300 {
    min-width: 18.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:self-end {
    align-self: flex-end;
  }

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

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

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .sm\:pr-28 {
    padding-right: 7rem;
  }

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

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

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

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

  .sm\:text-lg {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0rem;
  }

  .sm\:text-base {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.0125rem;
  }

  .sm\:text-xl {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.00625rem;
  }

  .sm\:text-3xl {
    font-size: 1.375rem;
    line-height: 1.625rem;
    letter-spacing: 0.00625rem;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }
}@media (min-width: 768px) {

  .md\:top-2 {
    top: 0.5rem;
  }

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:text-4xl {
    font-size: 1.875rem;
    line-height: 2.3125rem;
    letter-spacing: 0rem;
  }

  .md\:text-2xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.0125rem;
  }
}@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-48 {
    width: 12rem;
  }

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

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

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

  .lg\:w-300 {
    width: 18.75rem;
  }

  .lg\:w-49\/100 {
    width: 49%;
  }

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

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

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

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

  .lg\:content-center {
    align-content: center;
  }

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

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

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

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

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

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-gray-400 {
    border-color: var(--gray-400);
  }

  .lg\:border-gray-200 {
    border-color: var(--gray-200);
  }

  .lg\:bg-white {
    background-color: var(--white);
  }

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

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

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

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

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

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

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

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

  .lg\:text-gray-900 {
    color: var(--gray-900);
  }

  .lg\: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, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .group:hover .lg\:group-hover\:text-white {
    color: var(--white);
  }
}@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

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

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

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

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

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-56 {
    height: 14rem;
  }

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

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

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

  .xl\:w-620 {
    width: 38.75rem;
  }

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

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

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

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

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

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

/*# sourceMappingURL=application-e9488826.css.map*/