@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.top-0{
  top: 0px;
}.top-32{
  top: 8rem;
}.right-32{
  right: 8rem;
}.top-1\/2{
  top: 50%;
}.left-10{
  left: 2.5rem;
}.right-\[54px\]{
  right: 54px;
}.top-2{
  top: 0.5rem;
}.-left-10{
  left: -2.5rem;
}.bottom-1\/2{
  bottom: 50%;
}.left-8{
  left: 2rem;
}.top-\[98px\]{
  top: 98px;
}.top-40{
  top: 10rem;
}.bottom-0{
  bottom: 0px;
}.top-14{
  top: 3.5rem;
}.-right-32{
  right: -8rem;
}.top-24{
  top: 6rem;
}.-right-\[8\.5rem\]{
  right: -8.5rem;
}.top-20{
  top: 5rem;
}.-right-20{
  right: -5rem;
}.right-4{
  right: 1rem;
}.top-48{
  top: 12rem;
}.left-4{
  left: 1rem;
}.-top-24{
  top: -6rem;
}.top-10{
  top: 2.5rem;
}.left-\[30\%\]{
  left: 30%;
}.left-1\/2{
  left: 50%;
}.-right-\[60\%\]{
  right: -60%;
}.top-56{
  top: 14rem;
}.top-\[55\%\]{
  top: 55%;
}.bottom-\[20\%\]{
  bottom: 20%;
}.bottom-20{
  bottom: 5rem;
}.-top-20{
  top: -5rem;
}.right-20{
  right: 5rem;
}.-bottom-56{
  bottom: -14rem;
}.-top-10{
  top: -2.5rem;
}.-top-\[25\%\]{
  top: -25%;
}.-right-\[40\%\]{
  right: -40%;
}.-right-\[30\%\]{
  right: -30%;
}.-right-\[20\%\]{
  right: -20%;
}.-top-\[30\%\]{
  top: -30%;
}.-right-\[10\%\]{
  right: -10%;
}.right-\[10\%\]{
  right: 10%;
}.-top-\[10\%\]{
  top: -10%;
}.-left-\[10\%\]{
  left: -10%;
}.-left-\[20\%\]{
  left: -20%;
}.-left-\[30\%\]{
  left: -30%;
}.-left-\[50\%\]{
  left: -50%;
}.-top-\[70\%\]{
  top: -70%;
}.-right-\[50\%\]{
  right: -50%;
}.-top-\[90\%\]{
  top: -90%;
}.-right-\[15\%\]{
  right: -15%;
}.-right-\[05\%\]{
  right: -05%;
}.right-\[20\%\]{
  right: 20%;
}.right-\[30\%\]{
  right: 30%;
}.right-\[40\%\]{
  right: 40%;
}.right-\[15\%\]{
  right: 15%;
}.bottom-\[1\.1rem\]{
  bottom: 1.1rem;
}.-left-\[89vw\]{
  left: -89vw;
}.bottom-\[1\.2rem\]{
  bottom: 1.2rem;
}.-right-\[69vw\]{
  right: -69vw;
}.top-\[4\.6rem\]{
  top: 4.6rem;
}.left-\[1\.3rem\]{
  left: 1.3rem;
}.-bottom-\[150\%\]{
  bottom: -150%;
}.-left-2{
  left: -0.5rem;
}.top-4{
  top: 1rem;
}.-right-40{
  right: -10rem;
}.top-\[80\%\]{
  top: 80%;
}.z-0{
  z-index: 0;
}.z-50{
  z-index: 50;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-40{
  z-index: 40;
}.z-30{
  z-index: 30;
}.z-\[100\]{
  z-index: 100;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-4{
  grid-column: span 4 / span 4;
}.m-2{
  margin: 0.5rem;
}.m-auto{
  margin: auto;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-\[11px\]{
  margin-top: 11px;
  margin-bottom: 11px;
}.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}.my-\[39px\]{
  margin-top: 39px;
  margin-bottom: 39px;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}.my-\[64px\]{
  margin-top: 64px;
  margin-bottom: 64px;
}.my-\[22px\]{
  margin-top: 22px;
  margin-bottom: 22px;
}.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-\[27px\]{
  margin-top: 27px;
  margin-bottom: 27px;
}.ml-3{
  margin-left: 0.75rem;
}.-ml-px{
  margin-left: -1px;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.-mr-1{
  margin-right: -0.25rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-1{
  margin-top: 0.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.mt-8{
  margin-top: 2rem;
}.ml-4{
  margin-left: 1rem;
}.ml-12{
  margin-left: 3rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-2{
  margin-left: 0.5rem;
}.-mr-0\.5{
  margin-right: -0.125rem;
}.-mr-0{
  margin-right: -0px;
}.-mr-2{
  margin-right: -0.5rem;
}.mr-3{
  margin-right: 0.75rem;
}.mt-10{
  margin-top: 2.5rem;
}.ml-6{
  margin-left: 1.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.-mt-px{
  margin-top: -1px;
}.-mb-1{
  margin-bottom: -0.25rem;
}.mr-1{
  margin-right: 0.25rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.ml-auto{
  margin-left: auto;
}.mb-2{
  margin-bottom: 0.5rem;
}.-mt-4{
  margin-top: -1rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mt-20{
  margin-top: 5rem;
}.-mt-40{
  margin-top: -10rem;
}.mb-20{
  margin-bottom: 5rem;
}.ml-20{
  margin-left: 5rem;
}.mb-0{
  margin-bottom: 0px;
}.mr-\[10px\]{
  margin-right: 10px;
}.mb-\[39px\]{
  margin-bottom: 39px;
}.mt-32{
  margin-top: 8rem;
}.mb-14{
  margin-bottom: 3.5rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-40{
  margin-bottom: 10rem;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[16px\]{
  margin-top: 16px;
}.mb-\[64px\]{
  margin-bottom: 64px;
}.mt-14{
  margin-top: 3.5rem;
}.mb-\[56px\]{
  margin-bottom: 56px;
}.mb-\[45px\]{
  margin-bottom: 45px;
}.mr-4{
  margin-right: 1rem;
}.mt-12{
  margin-top: 3rem;
}.mb-32{
  margin-bottom: 8rem;
}.mb-8{
  margin-bottom: 2rem;
}.-mb-10{
  margin-bottom: -2.5rem;
}.-mr-40{
  margin-right: -10rem;
}.mt-40{
  margin-top: 10rem;
}.mt-\[0\.8rem\]{
  margin-top: 0.8rem;
}.mb-24{
  margin-bottom: 6rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mt-24{
  margin-top: 6rem;
}.ml-10{
  margin-left: 2.5rem;
}.-ml-24{
  margin-left: -6rem;
}.mr-auto{
  margin-right: auto;
}.-mb-20{
  margin-bottom: -5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mt-0{
  margin-top: 0px;
}.-mt-6{
  margin-top: -1.5rem;
}.mt-56{
  margin-top: 14rem;
}.-ml-6{
  margin-left: -1.5rem;
}.-mt-80{
  margin-top: -20rem;
}.-ml-32{
  margin-left: -8rem;
}.-mb-2{
  margin-bottom: -0.5rem;
}.-mr-20{
  margin-right: -5rem;
}.-ml-20{
  margin-left: -5rem;
}.ml-0{
  margin-left: 0px;
}.mb-\[31px\]{
  margin-bottom: 31px;
}.mt-\[56px\]{
  margin-top: 56px;
}.mb-auto{
  margin-bottom: auto;
}.mr-\[20px\]{
  margin-right: 20px;
}.-mb-40{
  margin-bottom: -10rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.h-5{
  height: 1.25rem;
}.h-16{
  height: 4rem;
}.h-12{
  height: 3rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-4{
  height: 1rem;
}.h-9{
  height: 2.25rem;
}.h-10{
  height: 2.5rem;
}.h-20{
  height: 5rem;
}.h-full{
  height: 100%;
}.h-3{
  height: 0.75rem;
}.h-32{
  height: 8rem;
}.h-2{
  height: 0.5rem;
}.h-14{
  height: 3.5rem;
}.h-\[90vh\]{
  height: 90vh;
}.h-\[350px\]{
  height: 350px;
}.h-\[360px\]{
  height: 360px;
}.h-\[200px\]{
  height: 200px;
}.h-\[300px\]{
  height: 300px;
}.h-\[450px\]{
  height: 450px;
}.h-\[460px\]{
  height: 460px;
}.h-\[700px\]{
  height: 700px;
}.h-\[110vh\]{
  height: 110vh;
}.h-\[281px\]{
  height: 281px;
}.h-\[72px\]{
  height: 72px;
}.h-\[52px\]{
  height: 52px;
}.h-7{
  height: 1.75rem;
}.h-\[28px\]{
  height: 28px;
}.h-\[184px\]{
  height: 184px;
}.h-\[6px\]{
  height: 6px;
}.h-\[800px\]{
  height: 800px;
}.h-screen{
  height: 100vh;
}.h-1{
  height: 0.25rem;
}.h-\[600px\]{
  height: 600px;
}.h-\[400px\]{
  height: 400px;
}.h-\[1000px\]{
  height: 1000px;
}.h-56{
  height: 14rem;
}.h-\[60vh\]{
  height: 60vh;
}.h-\[500px\]{
  height: 500px;
}.h-\[80\%\]{
  height: 80%;
}.h-\[40\%\]{
  height: 40%;
}.h-\[128vh\]{
  height: 128vh;
}.h-\[2px\]{
  height: 2px;
}.h-\[200vh\]{
  height: 200vh;
}.h-\[443px\]{
  height: 443px;
}.h-\[1px\]{
  height: 1px;
}.h-\[117vh\]{
  height: 117vh;
}.h-\[470px\]{
  height: 470px;
}.h-\[30px\]{
  height: 30px;
}.h-auto{
  height: auto;
}.h-\[70\%\]{
  height: 70%;
}.h-\[60px\]{
  height: 60px;
}.h-\[35px\]{
  height: 35px;
}.max-h-\[70px\]{
  max-height: 70px;
}.max-h-\[50px\]{
  max-height: 50px;
}.max-h-\[650px\]{
  max-height: 650px;
}.max-h-\[300px\]{
  max-height: 300px;
}.max-h-\[250px\]{
  max-height: 250px;
}.max-h-\[500px\]{
  max-height: 500px;
}.max-h-\[140vh\]{
  max-height: 140vh;
}.max-h-\[170vh\]{
  max-height: 170vh;
}.max-h-10{
  max-height: 2.5rem;
}.max-h-\[70\%\]{
  max-height: 70%;
}.min-h-screen{
  min-height: 100vh;
}.min-h-\[700px\]{
  min-height: 700px;
}.min-h-\[100vh\]{
  min-height: 100vh;
}.w-5{
  width: 1.25rem;
}.w-16{
  width: 4rem;
}.w-full{
  width: 100%;
}.w-0{
  width: 0px;
}.w-12{
  width: 3rem;
}.w-6{
  width: 1.5rem;
}.w-3\/4{
  width: 75%;
}.w-48{
  width: 12rem;
}.w-auto{
  width: auto;
}.w-8{
  width: 2rem;
}.w-4{
  width: 1rem;
}.w-60{
  width: 15rem;
}.w-10{
  width: 2.5rem;
}.w-1\/2{
  width: 50%;
}.w-20{
  width: 5rem;
}.w-11{
  width: 2.75rem;
}.w-3{
  width: 0.75rem;
}.w-2{
  width: 0.5rem;
}.w-14{
  width: 3.5rem;
}.w-\[70\%\]{
  width: 70%;
}.w-\[90\%\]{
  width: 90%;
}.w-\[300px\]{
  width: 300px;
}.w-\[372px\]{
  width: 372px;
}.w-\[284\.39px\]{
  width: 284.39px;
}.w-\[72px\]{
  width: 72px;
}.w-\[52px\]{
  width: 52px;
}.w-7{
  width: 1.75rem;
}.w-\[28px\]{
  width: 28px;
}.w-\[295px\]{
  width: 295px;
}.w-\[57px\]{
  width: 57px;
}.w-\[400px\]{
  width: 400px;
}.w-32{
  width: 8rem;
}.w-\[237px\]{
  width: 237px;
}.w-2\/3{
  width: 66.666667%;
}.w-40{
  width: 10rem;
}.w-\[60\%\]{
  width: 60%;
}.w-64{
  width: 16rem;
}.w-\[600px\]{
  width: 600px;
}.w-\[20px\]{
  width: 20px;
}.w-\[80\%\]{
  width: 80%;
}.w-\[45\%\]{
  width: 45%;
}.w-36{
  width: 9rem;
}.w-96{
  width: 24rem;
}.w-\[10\%\]{
  width: 10%;
}.w-\[120\%\]{
  width: 120%;
}.w-\[40\%\]{
  width: 40%;
}.w-\[55\%\]{
  width: 55%;
}.w-\[65\%\]{
  width: 65%;
}.w-\[20\%\]{
  width: 20%;
}.w-1\/3{
  width: 33.333333%;
}.w-\[450px\]{
  width: 450px;
}.w-\[24rem\]{
  width: 24rem;
}.w-4\/5{
  width: 80%;
}.w-\[360px\]{
  width: 360px;
}.w-\[250px\]{
  width: 250px;
}.w-80{
  width: 20rem;
}.w-\[90vw\]{
  width: 90vw;
}.w-\[1px\]{
  width: 1px;
}.w-\[1100px\]{
  width: 1100px;
}.w-\[370px\]{
  width: 370px;
}.w-\[500px\]{
  width: 500px;
}.w-\[550px\]{
  width: 550px;
}.w-\[95\%\]{
  width: 95%;
}.w-\[290px\]{
  width: 290px;
}.w-\[320px\]{
  width: 320px;
}.w-\[30px\]{
  width: 30px;
}.w-\[185px\]{
  width: 185px;
}.w-\[100\%\]{
  width: 100%;
}.w-\[225px\]{
  width: 225px;
}.min-w-0{
  min-width: 0px;
}.min-w-full{
  min-width: 100%;
}.max-w-screen-xl{
  max-width: 1280px;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-xl{
  max-width: 36rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[20px\]{
  max-width: 20px;
}.max-w-\[70\%\]{
  max-width: 70%;
}.max-w-\[95\%\]{
  max-width: 95%;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.table-auto{
  table-layout: auto;
}.border-collapse{
  border-collapse: collapse;
}.origin-top-left{
  transform-origin: top left;
}.origin-top{
  transform-origin: top;
}.origin-top-right{
  transform-origin: top right;
}.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@-webkit-keyframes spin{to{
    transform: rotate(360deg);
  }
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-pointer{
  cursor: pointer;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-wait{
  cursor: wait;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.resize-none{
  resize: none;
}.list-inside{
  list-style-position: inside;
}.list-disc{
  list-style-type: disc;
}.list-none{
  list-style-type: none;
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.justify-items-start{
  justify-items: start;
}.justify-items-center{
  justify-items: center;
}.gap-6{
  gap: 1.5rem;
}.gap-4{
  gap: 1rem;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-8{
  gap: 2rem;
}.gap-\[26px\]{
  gap: 26px;
}.gap-\[121px\]{
  gap: 121px;
}.gap-\[8px\]{
  gap: 8px;
}.gap-\[33px\]{
  gap: 33px;
}.gap-12{
  gap: 3rem;
}.gap-32{
  gap: 8rem;
}.gap-16{
  gap: 4rem;
}.gap-5{
  gap: 1.25rem;
}.gap-20{
  gap: 5rem;
}.gap-14{
  gap: 3.5rem;
}.gap-\[40px\]{
  gap: 40px;
}.gap-\[11px\]{
  gap: 11px;
}.gap-0{
  gap: 0px;
}.gap-y-\[20px\]{
  row-gap: 20px;
}.gap-y-\[33px\]{
  row-gap: 33px;
}.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}.gap-y-20{
  row-gap: 5rem;
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-visible{
  overflow-x: visible;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-nowrap{
  white-space: nowrap;
}.break-all{
  word-break: break-all;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-sm{
  border-radius: 0.125rem;
}.rounded-3xl{
  border-radius: 1.5rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-\[62px\]{
  border-radius: 62px;
}.rounded-\[30px\]{
  border-radius: 30px;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-\[22\.43px\]{
  border-radius: 22.43px;
}.rounded-\[12px\]{
  border-radius: 12px;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-none{
  border-radius: 0px;
}.rounded-\[6px\]{
  border-radius: 6px;
}.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}.rounded-t-\[24px\]{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-\[1px\]{
  border-width: 1px;
}.border-\[2px\]{
  border-width: 2px;
}.border-\[3px\]{
  border-width: 3px;
}.border-4{
  border-width: 4px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l-4{
  border-left-width: 4px;
}.border-t{
  border-top-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-r{
  border-right-width: 1px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-r-\[1px\]{
  border-right-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-b-4{
  border-bottom-width: 4px;
}.border-l-\[2px\]{
  border-left-width: 2px;
}.border-b-\[3px\]{
  border-bottom-width: 3px;
}.border-dashed{
  border-style: dashed;
}.border-none{
  border-style: none;
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-transparent{
  border-color: transparent;
}.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}.border-\[\#DEE4E9\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 228 233 / var(--tw-border-opacity));
}.border-\[\#011375\]{
  --tw-border-opacity: 1;
  border-color: rgb(1 19 117 / var(--tw-border-opacity));
}.border-\[\#909090\]{
  --tw-border-opacity: 1;
  border-color: rgb(144 144 144 / var(--tw-border-opacity));
}.border-\[\#F0F2F7\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 242 247 / var(--tw-border-opacity));
}.border-\[\#DBDFE6\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 223 230 / var(--tw-border-opacity));
}.border-\[\#00246A\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 36 106 / var(--tw-border-opacity));
}.border-\[\#D4D4D4\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.border-\[\#E81212\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 18 18 / var(--tw-border-opacity));
}.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(1 69 163 / var(--tw-border-opacity));
}.border-\[\#ddd\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}.border-\[\#E7E9EE\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 233 238 / var(--tw-border-opacity));
}.border-\[\#CCCED8\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 206 216 / var(--tw-border-opacity));
}.border-\[\#999999\]{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}.border-\[\#f78d8d\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 141 141 / var(--tw-border-opacity));
}.border-\[\#BEF264\]{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}.border-\[\#E2DAFA\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 218 250 / var(--tw-border-opacity));
}.border-\[\#D9DCDF\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 220 223 / var(--tw-border-opacity));
}.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 69 163 / var(--tw-border-opacity));
}.border-b-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-\[\#F8FAFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 163 / var(--tw-bg-opacity));
}.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}.bg-secundary{
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity));
}.bg-proconph{
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 163 / var(--tw-bg-opacity));
}.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.bg-\[\#e9e9e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}.bg-\[\#011375\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 19 117 / var(--tw-bg-opacity));
}.bg-\[\#eeeeee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.bg-\[\#E81212\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 18 18 / var(--tw-bg-opacity));
}.bg-\[\#00246A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 106 / var(--tw-bg-opacity));
}.bg-\[\#F0F2F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 247 / var(--tw-bg-opacity));
}.bg-\[\#F7F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}.bg-\[\#142032\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 32 50 / var(--tw-bg-opacity));
}.bg-\[\#013C94\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 60 148 / var(--tw-bg-opacity));
}.bg-\[\#004EC5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 197 / var(--tw-bg-opacity));
}.bg-\[\#f2f2f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 244 / var(--tw-bg-opacity));
}.bg-\[\#293e4a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 62 74 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#FFE0EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 239 / var(--tw-bg-opacity));
}.bg-\[\#EFEFEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}.bg-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}.bg-\[\#008b42\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 66 / var(--tw-bg-opacity));
}.bg-\[\#e7f5ed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 237 / var(--tw-bg-opacity));
}.bg-\[\#0f492a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 73 42 / var(--tw-bg-opacity));
}.bg-\[\#2f513d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 81 61 / var(--tw-bg-opacity));
}.bg-\[\#0a301c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 48 28 / var(--tw-bg-opacity));
}.bg-\[\#737373\]{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}.bg-\[\#68CC58\]{
  --tw-bg-opacity: 1;
  background-color: rgb(104 204 88 / var(--tw-bg-opacity));
}.bg-\[\#1c8c7e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 140 126 / var(--tw-bg-opacity));
}.bg-\[\#C5F1B6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 241 182 / var(--tw-bg-opacity));
}.bg-\[\#F6F7F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}.bg-\[\#3E722C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 114 44 / var(--tw-bg-opacity));
}.bg-\[\#1C3214\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 50 20 / var(--tw-bg-opacity));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.bg-\[\#1f5f85\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 95 133 / var(--tw-bg-opacity));
}.bg-\[\#e9f3f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 243 248 / var(--tw-bg-opacity));
}.bg-\[\#123c55\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 85 / var(--tw-bg-opacity));
}.bg-\[\#2e4e61\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 78 97 / var(--tw-bg-opacity));
}.bg-\[\#F7FDEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 239 / var(--tw-bg-opacity));
}.bg-\[\#031B0D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(3 27 13 / var(--tw-bg-opacity));
}.bg-\[\#2c87bd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 135 189 / var(--tw-bg-opacity));
}.bg-\[\#15803D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.bg-\[\#ECFCCB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}.bg-\[\#F3FFD8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 255 216 / var(--tw-bg-opacity));
}.bg-\[\#052E16\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}.bg-\[\#EDFFC8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 200 / var(--tw-bg-opacity));
}.bg-\[\#EAFDE3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 253 227 / var(--tw-bg-opacity));
}.bg-\[\#ddf5f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 245 242 / var(--tw-bg-opacity));
}.bg-\[\#0e413a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 65 58 / var(--tw-bg-opacity));
}.bg-\[\#146359\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 99 89 / var(--tw-bg-opacity));
}.bg-\[\#254b46\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 75 70 / var(--tw-bg-opacity));
}.bg-\[\#26a092\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 160 146 / var(--tw-bg-opacity));
}.bg-\[\#069C3E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 156 62 / var(--tw-bg-opacity));
}.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}.bg-\[\#161b21\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 27 33 / var(--tw-bg-opacity));
}.bg-\[\#28d07e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 208 126 / var(--tw-bg-opacity));
}.bg-\[\#111111\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}.bg-\[\#3d4146\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 65 70 / var(--tw-bg-opacity));
}.bg-\[\#145235\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 82 53 / var(--tw-bg-opacity));
}.bg-\[\#ffc961\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 97 / var(--tw-bg-opacity));
}.bg-\[\#846b3c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(132 107 60 / var(--tw-bg-opacity));
}.bg-\[\#2c2c2c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}.bg-\[\#0e1216\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 18 22 / var(--tw-bg-opacity));
}.bg-\[\#EFEBFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 252 / var(--tw-bg-opacity));
}.bg-\[\#6730A7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(103 48 167 / var(--tw-bg-opacity));
}.bg-\[\#E2DAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 218 250 / var(--tw-bg-opacity));
}.bg-\[\#eae6f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 230 248 / var(--tw-bg-opacity));
}.bg-\[\#c5b0e8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 176 232 / var(--tw-bg-opacity));
}.bg-\[\#f6f7f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}.bg-\[\#34C759\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 199 89 / var(--tw-bg-opacity));
}.bg-\[\#125e55\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 94 85 / var(--tw-bg-opacity));
}.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-\[url\(\'\/images\/background\.jpg\'\)\]{
  background-image: url('/images/background.jpg');
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-\[url\(\'\/images\/bgProconph\.jpg\'\)\]{
  background-image: url('/images/bgProconph.jpg');
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-\[url\(\'\/images\/ambientec\/content\.png\'\)\]{
  background-image: url('/images/ambientec/content.png');
}.bg-\[url\(\'\/images\/biocoletas\/content\.png\'\)\]{
  background-image: url('/images/biocoletas/content.png');
}.bg-\[url\(\'\/images\/colefar\/content\.png\'\)\]{
  background-image: url('/images/colefar/content.png');
}.bg-\[url\(\'\/images\/colemax\/content\.png\'\)\]{
  background-image: url('/images/colemax/content.png');
}.bg-\[url\(\'\/images\/colenorte\/content\.png\'\)\]{
  background-image: url('/images/colenorte/content.png');
}.from-\[\#E81212\]{
  --tw-gradient-from: #E81212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(232 18 18 / 0));
}.from-\[\#011375\]{
  --tw-gradient-from: #011375;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(1 19 117 / 0));
}.from-\[\#e7f5ed\]{
  --tw-gradient-from: #e7f5ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(231 245 237 / 0));
}.from-\[\#ffffff\]{
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}.from-\[\#e9f3f8\]{
  --tw-gradient-from: #e9f3f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(233 243 248 / 0));
}.from-\[\#ECFCCB\]{
  --tw-gradient-from: #ECFCCB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 252 203 / 0));
}.from-\[\#F4FFDC\]{
  --tw-gradient-from: #F4FFDC;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(244 255 220 / 0));
}.from-\[\#069C3E\]{
  --tw-gradient-from: #069C3E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 156 62 / 0));
}.from-\[\#FFD503\]{
  --tw-gradient-from: #FFD503;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 213 3 / 0));
}.from-\[\#202020\]{
  --tw-gradient-from: #202020;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(32 32 32 / 0));
}.from-\[\#28d07e\]{
  --tw-gradient-from: #28d07e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(40 208 126 / 0));
}.from-\[\#ffc961\]{
  --tw-gradient-from: #ffc961;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 201 97 / 0));
}.from-\[\#2f91f8\]{
  --tw-gradient-from: #2f91f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(47 145 248 / 0));
}.from-\[\#bd9ee2\]{
  --tw-gradient-from: #bd9ee2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(189 158 226 / 0));
}.from-\[\#d0bfed\]{
  --tw-gradient-from: #d0bfed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(208 191 237 / 0));
}.via-\[\#F0F6FE00\]{
  --tw-gradient-stops: var(--tw-gradient-from), #F0F6FE00, var(--tw-gradient-to, rgb(240 246 254 / 0));
}.via-\[\#ffffff\]{
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgb(255 255 255 / 0));
}.to-\[\#00246A\]{
  --tw-gradient-to: #00246A;
}.to-transparent{
  --tw-gradient-to: transparent;
}.to-\[\#F0F6FE00\]{
  --tw-gradient-to: #F0F6FE00;
}.to-\[\#00FF5F\]{
  --tw-gradient-to: #00FF5F;
}.to-\[\#FFEC8E\]{
  --tw-gradient-to: #FFEC8E;
}.to-\[\#4B4B4B\]{
  --tw-gradient-to: #4B4B4B;
}.to-\[\#177e4d\]{
  --tw-gradient-to: #177e4d;
}.to-\[\#fca012\]{
  --tw-gradient-to: #fca012;
}.to-\[\#0b66bd\]{
  --tw-gradient-to: #0b66bd;
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.fill-blue-600{
  fill: #2563eb;
}.fill-primary{
  fill: #0145a3;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-2{
  padding: 0.5rem;
}.p-6{
  padding: 1.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-10{
  padding: 2.5rem;
}.p-20{
  padding: 5rem;
}.p-5{
  padding: 1.25rem;
}.p-12{
  padding: 3rem;
}.p-8{
  padding: 2rem;
}.p-1{
  padding: 0.25rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}.px-\[36px\]{
  padding-left: 36px;
  padding-right: 36px;
}.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}.py-\[19px\]{
  padding-top: 19px;
  padding-bottom: 19px;
}.px-\[49px\]{
  padding-left: 49px;
  padding-right: 49px;
}.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}.px-\[300px\]{
  padding-left: 300px;
  padding-right: 300px;
}.px-\[56px\]{
  padding-left: 56px;
  padding-right: 56px;
}.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}.px-\[63px\]{
  padding-left: 63px;
  padding-right: 63px;
}.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}.pt-6{
  padding-top: 1.5rem;
}.pt-5{
  padding-top: 1.25rem;
}.pb-4{
  padding-bottom: 1rem;
}.pt-1{
  padding-top: 0.25rem;
}.pl-3{
  padding-left: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pt-8{
  padding-top: 2rem;
}.pt-24{
  padding-top: 6rem;
}.pr-10{
  padding-right: 2.5rem;
}.pt-20{
  padding-top: 5rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pt-10{
  padding-top: 2.5rem;
}.pb-14{
  padding-bottom: 3.5rem;
}.pt-32{
  padding-top: 8rem;
}.pt-\[100px\]{
  padding-top: 100px;
}.pl-2{
  padding-left: 0.5rem;
}.pb-\[40px\]{
  padding-bottom: 40px;
}.pb-2{
  padding-bottom: 0.5rem;
}.pr-20{
  padding-right: 5rem;
}.pt-48{
  padding-top: 12rem;
}.pb-20{
  padding-bottom: 5rem;
}.pl-4{
  padding-left: 1rem;
}.pr-3{
  padding-right: 0.75rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pl-6{
  padding-left: 1.5rem;
}.pb-32{
  padding-bottom: 8rem;
}.pt-14{
  padding-top: 3.5rem;
}.pl-20{
  padding-left: 5rem;
}.pt-80{
  padding-top: 20rem;
}.pl-\[2px\]{
  padding-left: 2px;
}.pl-12{
  padding-left: 3rem;
}.pt-40{
  padding-top: 10rem;
}.pr-2{
  padding-right: 0.5rem;
}.pt-12{
  padding-top: 3rem;
}.pl-10{
  padding-left: 2.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-justify{
  text-align: justify;
}.align-middle{
  vertical-align: middle;
}.align-bottom{
  vertical-align: bottom;
}.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-\[48px\]{
  font-size: 48px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[46px\]{
  font-size: 46px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[50px\]{
  font-size: 50px;
}.text-\[32px\]{
  font-size: 32px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[42px\]{
  font-size: 42px;
}.text-\[36px\]{
  font-size: 36px;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[60px\]{
  font-size: 60px;
}.text-\[30px\]{
  font-size: 30px;
}.text-\[38px\]{
  font-size: 38px;
}.text-\[64px\]{
  font-size: 64px;
}.text-\[72px\]{
  font-size: 72px;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[44px\]{
  font-size: 44px;
}.text-\[62px\]{
  font-size: 62px;
}.text-\[68px\]{
  font-size: 68px;
}.text-\[52px\]{
  font-size: 52px;
}.text-\[56px\]{
  font-size: 56px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[34px\]{
  font-size: 34px;
}.text-\[22\.8px\]{
  font-size: 22.8px;
}.text-\[24\.67px\]{
  font-size: 24.67px;
}.text-\[43px\]{
  font-size: 43px;
}.text-\[23\.4px\]{
  font-size: 23.4px;
}.text-\[3rem\]{
  font-size: 3rem;
}.text-\[0\.75rem\]{
  font-size: 0.75rem;
}.text-\[1\.8rem\]{
  font-size: 1.8rem;
}.text-\[6rem\]{
  font-size: 6rem;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[13px\]{
  font-size: 13px;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.font-\[400\]{
  font-weight: 400;
}.font-extralight{
  font-weight: 200;
}.font-extrabold{
  font-weight: 800;
}.uppercase{
  text-transform: uppercase;
}.leading-5{
  line-height: 1.25rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-tight{
  line-height: 1.25;
}.leading-4{
  line-height: 1rem;
}.leading-\[46px\]{
  line-height: 46px;
}.leading-3{
  line-height: .75rem;
}.leading-\[48px\]{
  line-height: 48px;
}.leading-10{
  line-height: 2.5rem;
}.leading-\[52px\]{
  line-height: 52px;
}.leading-6{
  line-height: 1.5rem;
}.leading-\[70px\]{
  line-height: 70px;
}.leading-\[75px\]{
  line-height: 75px;
}.leading-9{
  line-height: 2.25rem;
}.leading-\[60px\]{
  line-height: 60px;
}.leading-\[50px\]{
  line-height: 50px;
}.leading-\[38px\]{
  line-height: 38px;
}.leading-\[65px\]{
  line-height: 65px;
}.leading-\[55px\]{
  line-height: 55px;
}.leading-8{
  line-height: 2rem;
}.leading-none{
  line-height: 1;
}.leading-\[32px\]{
  line-height: 32px;
}.tracking-widest{
  letter-spacing: 0.1em;
}.tracking-wider{
  letter-spacing: 0.05em;
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-proconph{
  --tw-text-opacity: 1;
  color: rgb(1 69 163 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#011375\]{
  --tw-text-opacity: 1;
  color: rgb(1 19 117 / var(--tw-text-opacity));
}.text-\[\#696969\]{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(1 69 163 / var(--tw-text-opacity));
}.text-\[\#3a3a3a\]{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}.text-\[\#58B743\]{
  --tw-text-opacity: 1;
  color: rgb(88 183 67 / var(--tw-text-opacity));
}.text-\[\#007DFC\]{
  --tw-text-opacity: 1;
  color: rgb(0 125 252 / var(--tw-text-opacity));
}.text-\[\#8894AB\]{
  --tw-text-opacity: 1;
  color: rgb(136 148 171 / var(--tw-text-opacity));
}.text-\[\#E81212\]{
  --tw-text-opacity: 1;
  color: rgb(232 18 18 / var(--tw-text-opacity));
}.text-\[\#4A596B\]{
  --tw-text-opacity: 1;
  color: rgb(74 89 107 / var(--tw-text-opacity));
}.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-\[\#717171\]{
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}.text-\[\#FF2929\]{
  --tw-text-opacity: 1;
  color: rgb(255 41 41 / var(--tw-text-opacity));
}.text-\[\#909090\]{
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}.text-\[\#687580\]{
  --tw-text-opacity: 1;
  color: rgb(104 117 128 / var(--tw-text-opacity));
}.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#aaa\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}.text-secundary{
  --tw-text-opacity: 1;
  color: rgb(254 0 0 / var(--tw-text-opacity));
}.text-\[\#293e4a\]{
  --tw-text-opacity: 1;
  color: rgb(41 62 74 / var(--tw-text-opacity));
}.text-\[\#FF1717\]{
  --tw-text-opacity: 1;
  color: rgb(255 23 23 / var(--tw-text-opacity));
}.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}.text-\[\#585F76\]{
  --tw-text-opacity: 1;
  color: rgb(88 95 118 / var(--tw-text-opacity));
}.text-\[\#FEFEFE\]{
  --tw-text-opacity: 1;
  color: rgb(254 254 254 / var(--tw-text-opacity));
}.text-\[\#0D0B0E\]{
  --tw-text-opacity: 1;
  color: rgb(13 11 14 / var(--tw-text-opacity));
}.text-\[\#142032\]{
  --tw-text-opacity: 1;
  color: rgb(20 32 50 / var(--tw-text-opacity));
}.text-\[\#55465E\]{
  --tw-text-opacity: 1;
  color: rgb(85 70 94 / var(--tw-text-opacity));
}.text-\[\#365314\]{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#008b42\]{
  --tw-text-opacity: 1;
  color: rgb(0 139 66 / var(--tw-text-opacity));
}.text-\[\#99E88C\]{
  --tw-text-opacity: 1;
  color: rgb(153 232 140 / var(--tw-text-opacity));
}.text-\[\#BFBFBF\]{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#B5B5B5\]{
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity));
}.text-\[\#737373\]{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-\[\#49207E\]{
  --tw-text-opacity: 1;
  color: rgb(73 32 126 / var(--tw-text-opacity));
}.text-\[\#3E722C\]{
  --tw-text-opacity: 1;
  color: rgb(62 114 44 / var(--tw-text-opacity));
}.text-\[\#3A4054\]{
  --tw-text-opacity: 1;
  color: rgb(58 64 84 / var(--tw-text-opacity));
}.text-\[\#132306\]{
  --tw-text-opacity: 1;
  color: rgb(19 35 6 / var(--tw-text-opacity));
}.text-\[\#1f5f85\]{
  --tw-text-opacity: 1;
  color: rgb(31 95 133 / var(--tw-text-opacity));
}.text-\[\#39aaeb\]{
  --tw-text-opacity: 1;
  color: rgb(57 170 235 / var(--tw-text-opacity));
}.text-\[\#aed358\]{
  --tw-text-opacity: 1;
  color: rgb(174 211 88 / var(--tw-text-opacity));
}.text-\[\#15803D\]{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.text-\[\#1c8c7e\]{
  --tw-text-opacity: 1;
  color: rgb(28 140 126 / var(--tw-text-opacity));
}.text-\[\#39ebd6\]{
  --tw-text-opacity: 1;
  color: rgb(57 235 214 / var(--tw-text-opacity));
}.text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}.text-\[\#069C3E\]{
  --tw-text-opacity: 1;
  color: rgb(6 156 62 / var(--tw-text-opacity));
}.text-\[\#202020\]{
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}.text-\[\#130515\]{
  --tw-text-opacity: 1;
  color: rgb(19 5 21 / var(--tw-text-opacity));
}.text-\[\#28d07e\]{
  --tw-text-opacity: 1;
  color: rgb(40 208 126 / var(--tw-text-opacity));
}.text-\[\#161b21\]{
  --tw-text-opacity: 1;
  color: rgb(22 27 33 / var(--tw-text-opacity));
}.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#483D4FA3\]{
  color: #483D4FA3;
}.text-\[\#6730A7\]{
  --tw-text-opacity: 1;
  color: rgb(103 48 167 / var(--tw-text-opacity));
}.text-\[\#F8F6F9\]{
  --tw-text-opacity: 1;
  color: rgb(248 246 249 / var(--tw-text-opacity));
}.text-\[\#7E6B8C\]{
  --tw-text-opacity: 1;
  color: rgb(126 107 140 / var(--tw-text-opacity));
}.text-\[\#717786\]{
  --tw-text-opacity: 1;
  color: rgb(113 119 134 / var(--tw-text-opacity));
}.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}.text-\[\#575757\]{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-75{
  opacity: 0.75;
}.opacity-50{
  opacity: 0.5;
}.opacity-60{
  opacity: 0.6;
}.opacity-90{
  opacity: 0.9;
}.opacity-40{
  opacity: 0.4;
}.opacity-70{
  opacity: 0.7;
}.opacity-30{
  opacity: 0.3;
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[4\.0px_5\.0px_10\.0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{
  --tw-shadow: 4.0px 5.0px 10.0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 4.0px 5.0px 10.0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[inset_0px_2px_11px_0px_\#000000\]{
  --tw-shadow: inset 0px 2px 11px 0px #000000;
  --tw-shadow-colored: inset 0px 2px 11px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[\#28d07e\]{
  --tw-shadow-color: #28d07e;
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}.blur-lg{
  --tw-blur: blur(16px);
  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);
}.blur-sm{
  --tw-blur: blur(4px);
  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-0{
  --tw-invert: invert(0);
  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);
}.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-75{
  transition-duration: 75ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-100{
  transition-duration: 100ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}body{
    zoom: 0.78;
    font-family: "Lato", sans-serif !important;
    font-weight: 100;
    font-style: normal;
}/* Works on Firefox */* {
    scrollbar-width: thin;
    scrollbar-color: rgb(228, 228, 228);
  }/* Works on Chrome, Edge, and Safari */*::-webkit-scrollbar {
    width: 10px;
  }*::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
  }*::-webkit-scrollbar-thumb {
    background-color:rgb(228, 228, 228);
    border-radius: 20px;
    border: 3px solid rgb(255, 255, 255);
  }.p-float-label input {
    height: 40px !important;
    font-size: 12px !important;
    width: 100%;
}.p-inputtextarea {
    font-size: 13px !important
}.p-dropdown {
    height: 40px !important;
    width: 100%;
}.p-multiselect {
    height: 40px !important;
    width: 100%;
}.p-inputnumber {
    height: 40px !important;
    width: 100%;
}.p-float-label .p-input-icon-right {
    margin-top: 0px
}.p-float-label .p-dropdown {
    height: 40px !important;
    font-size: 12px !important;
}.p-float-label .p-dropdown-trigger-icon {
    font-size: 10px;
    margin-top: 3px;
}.p-dropdown .p-dropdown-label {
    font-size: 13px;
    margin-top: -5px !important;
}.p-dropdown-panel .p-dropdown-filter {
    font-size: 13px;
    height: 40px !important;
}.p-multiselect .p-multiselect-label {
    font-size: 13px;
    margin-top: -5px !important;
}.p-multiselect-panel .p-multiselect-filter {
    font-size: 13px;
    height: 40px !important;
}.p-multiselect-items-wrapper .p-multiselect-empty-message {
    font-size: 13px;
    margin-top: -2px !important;
}.p-dropdown-items-wrapper .p-dropdown-empty-message {
    font-size: 13px;
    margin-top: -2px !important;
}.p-dropdown-items-wrapper .p-dropdown-item {
    font-size: 13px !important
}.p-multiselect-items-wrapper .p-multiselect-item {
    font-size: 14px !important
}.p-float-label label {
    font-size: 13px !important;
}.p-password-input {
    width: 100%;
}.p-password-panel {
    font-size: 13px !important
}.pi-check::before {
    margin-top: 2.3px !important;
    margin-left: 1.2px !important;
}.placeholder\:text-\[\#DBDFE6\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(219 223 230 / var(--tw-text-opacity));
}.placeholder\:text-\[\#DBDFE6\]:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(219 223 230 / var(--tw-text-opacity));
}.placeholder\:text-\[\#DBDFE6\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(219 223 230 / var(--tw-text-opacity));
}.hover\:-top-10:hover{
  top: -2.5rem;
}.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-secundary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 0 / var(--tw-bg-opacity));
}.hover\:bg-\[\#6177f7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(97 119 247 / var(--tw-bg-opacity));
}.hover\:bg-\[\#e81212da\]:hover{
  background-color: #e81212da;
}.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.hover\:bg-proconph:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 163 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 163 / var(--tw-bg-opacity));
}.hover\:bg-indigo-50\/20:hover{
  background-color: rgb(238 242 255 / 0.2);
}.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}.hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}.hover\:bg-\[\#84CC16\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}.hover\:bg-\[\#2acfbc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 207 188 / var(--tw-bg-opacity));
}.hover\:bg-\[\#359dda\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(53 157 218 / var(--tw-bg-opacity));
}.hover\:bg-\[\#28d07e\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(40 208 126 / var(--tw-bg-opacity));
}.hover\:bg-\[\#813ac6\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 58 198 / var(--tw-bg-opacity));
}.hover\:bg-\[\#cbbbf9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 187 249 / var(--tw-bg-opacity));
}.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.hover\:bg-\[\#EFEBFC\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 252 / var(--tw-bg-opacity));
}.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}.hover\:pr-4:hover{
  padding-right: 1rem;
}.hover\:pl-10:hover{
  padding-left: 2.5rem;
}.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(1 69 163 / var(--tw-text-opacity));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.focus\:z-10:focus{
  z-index: 10;
}.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.focus\:border-\[\#BEF264\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}.focus\:border-\[\#1c8c7e\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(28 140 126 / var(--tw-border-opacity));
}.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 69 163 / var(--tw-ring-opacity));
}.focus\:ring-proconph:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 69 163 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.active\:bg-gray-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.active\:text-gray-800:active{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.disabled\:opacity-25:disabled{
  opacity: 0.25;
}.group:hover .group-hover\:right-14{
  right: 3.5rem;
}.group:hover .group-hover\:mb-10{
  margin-bottom: 2.5rem;
}.group:hover .group-hover\:block{
  display: block;
}.group:hover .group-hover\:h-\[50\%\]{
  height: 50%;
}.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:bg-\[\#161b21\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 27 33 / var(--tw-bg-opacity));
}.group:hover .group-hover\:text-\[\#3f4879\]{
  --tw-text-opacity: 1;
  color: rgb(63 72 121 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-\[\#696969\]{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-\[\#161b21\]{
  --tw-text-opacity: 1;
  color: rgb(22 27 33 / var(--tw-text-opacity));
}@media (prefers-color-scheme: dark){.dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }.dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
}@media (min-width: 640px){.sm\:right-16{
    right: 4rem;
  }.sm\:col-span-4{
    grid-column: span 4 / span 4;
  }.sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }.sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }.sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.sm\:ml-3{
    margin-left: 0.75rem;
  }.sm\:-mr-2{
    margin-right: -0.5rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:ml-4{
    margin-left: 1rem;
  }.sm\:ml-10{
    margin-left: 2.5rem;
  }.sm\:ml-6{
    margin-left: 1.5rem;
  }.sm\:block{
    display: block;
  }.sm\:inline-block{
    display: inline-block;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-10{
    height: 2.5rem;
  }.sm\:h-screen{
    height: 100vh;
  }.sm\:w-10{
    width: 2.5rem;
  }.sm\:w-full{
    width: 100%;
  }.sm\:w-auto{
    width: auto;
  }.sm\:w-\[95\%\]{
    width: 95%;
  }.sm\:max-w-md{
    max-width: 28rem;
  }.sm\:max-w-sm{
    max-width: 24rem;
  }.sm\:max-w-lg{
    max-width: 32rem;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:max-w-2xl{
    max-width: 42rem;
  }.sm\:flex-1{
    flex: 1 1 0%;
  }.sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:rounded-md{
    border-radius: 0.375rem;
  }.sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }.sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }.sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }.sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }.sm\:p-6{
    padding: 1.5rem;
  }.sm\:p-0{
    padding: 0px;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.sm\:pt-0{
    padding-top: 0px;
  }.sm\:pb-4{
    padding-bottom: 1rem;
  }.sm\:pr-12{
    padding-right: 3rem;
  }.sm\:pl-6{
    padding-left: 1.5rem;
  }.sm\:pr-6{
    padding-right: 1.5rem;
  }.sm\:text-left{
    text-align: left;
  }.sm\:align-middle{
    vertical-align: middle;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 768px){.md\:static{
    position: static;
  }.md\:absolute{
    position: absolute;
  }.md\:left-\[200px\]{
    left: 200px;
  }.md\:bottom-10{
    bottom: 2.5rem;
  }.md\:left-\[295px\]{
    left: 295px;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-1{
    grid-column: span 1 / span 1;
  }.md\:m-0{
    margin: 0px;
  }.md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-5{
    margin-top: 1.25rem;
  }.md\:mb-4{
    margin-bottom: 1rem;
  }.md\:mr-8{
    margin-right: 2rem;
  }.md\:ml-2{
    margin-left: 0.5rem;
  }.md\:mr-20{
    margin-right: 5rem;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mb-20{
    margin-bottom: 5rem;
  }.md\:mb-60{
    margin-bottom: 15rem;
  }.md\:mt-20{
    margin-top: 5rem;
  }.md\:flex{
    display: flex;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-64{
    height: 16rem;
  }.md\:h-\[200px\]{
    height: 200px;
  }.md\:h-\[500px\]{
    height: 500px;
  }.md\:h-\[688px\]{
    height: 688px;
  }.md\:h-\[60px\]{
    height: 60px;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-\[1000px\]{
    width: 1000px;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-\[50\%\]{
    width: 50%;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-64{
    width: 16rem;
  }.md\:w-\[40\%\]{
    width: 40%;
  }.md\:w-\[60\%\]{
    width: 60%;
  }.md\:w-2\/3{
    width: 66.666667%;
  }.md\:w-60{
    width: 15rem;
  }.md\:w-\[80\%\]{
    width: 80%;
  }.md\:w-80{
    width: 20rem;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-nowrap{
    flex-wrap: nowrap;
  }.md\:items-start{
    align-items: flex-start;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }.md\:rounded-lg{
    border-radius: 0.5rem;
  }.md\:border-t-0{
    border-top-width: 0px;
  }.md\:border-l{
    border-left-width: 1px;
  }.md\:p-\[100px\]{
    padding: 100px;
  }.md\:p-20{
    padding: 5rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:px-\[200px\]{
    padding-left: 200px;
    padding-right: 200px;
  }.md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }.md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:px-\[49px\]{
    padding-left: 49px;
    padding-right: 49px;
  }.md\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }.md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }.md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }.md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }.md\:px-\[15\%\]{
    padding-left: 15%;
    padding-right: 15%;
  }.md\:px-\[140px\]{
    padding-left: 140px;
    padding-right: 140px;
  }.md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.md\:pr-10{
    padding-right: 2.5rem;
  }.md\:pl-10{
    padding-left: 2.5rem;
  }.md\:text-\[78px\]{
    font-size: 78px;
  }.md\:text-\[86px\]{
    font-size: 86px;
  }.md\:text-\[48px\]{
    font-size: 48px;
  }.md\:text-\[56px\]{
    font-size: 56px;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:leading-7{
    line-height: 1.75rem;
  }.md\:leading-\[55px\]{
    line-height: 55px;
  }.md\:leading-\[60px\]{
    line-height: 60px;
  }
}@media (min-width: 1024px){.lg\:absolute{
    position: absolute;
  }.lg\:left-32{
    left: 8rem;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }.lg\:ml-\[200px\]{
    margin-left: 200px;
  }.lg\:mr-\[200px\]{
    margin-right: 200px;
  }.lg\:mr-32{
    margin-right: 8rem;
  }.lg\:ml-4{
    margin-left: 1rem;
  }.lg\:-ml-32{
    margin-left: -8rem;
  }.lg\:ml-20{
    margin-left: 5rem;
  }.lg\:ml-10{
    margin-left: 2.5rem;
  }.lg\:mb-6{
    margin-bottom: 1.5rem;
  }.lg\:mb-4{
    margin-bottom: 1rem;
  }.lg\:-mt-10{
    margin-top: -2.5rem;
  }.lg\:mt-40{
    margin-top: 10rem;
  }.lg\:mt-24{
    margin-top: 6rem;
  }.lg\:ml-\[60\%\]{
    margin-left: 60%;
  }.lg\:ml-8{
    margin-left: 2rem;
  }.lg\:mb-20{
    margin-bottom: 5rem;
  }.lg\:-mb-64{
    margin-bottom: -16rem;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-\[200px\]{
    height: 200px;
  }.lg\:h-\[80\%\]{
    height: 80%;
  }.lg\:h-10{
    height: 2.5rem;
  }.lg\:h-8{
    height: 2rem;
  }.lg\:h-\[800px\]{
    height: 800px;
  }.lg\:h-full{
    height: 100%;
  }.lg\:h-\[150vh\]{
    height: 150vh;
  }.lg\:h-20{
    height: 5rem;
  }.lg\:h-\[647px\]{
    height: 647px;
  }.lg\:w-64{
    width: 16rem;
  }.lg\:w-\[60\%\]{
    width: 60%;
  }.lg\:w-\[40\%\]{
    width: 40%;
  }.lg\:w-\[300px\]{
    width: 300px;
  }.lg\:w-\[30\%\]{
    width: 30%;
  }.lg\:w-\[70\%\]{
    width: 70%;
  }.lg\:w-\[1200px\]{
    width: 1200px;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-\[500px\]{
    width: 500px;
  }.lg\:w-1\/3{
    width: 33.333333%;
  }.lg\:w-2\/3{
    width: 66.666667%;
  }.lg\:w-3\/4{
    width: 75%;
  }.lg\:w-\[50\%\]{
    width: 50%;
  }.lg\:w-\[45\%\]{
    width: 45%;
  }.lg\:w-\[55\%\]{
    width: 55%;
  }.lg\:w-\[65\%\]{
    width: 65%;
  }.lg\:w-\[42\%\]{
    width: 42%;
  }.lg\:w-10{
    width: 2.5rem;
  }.lg\:w-8{
    width: 2rem;
  }.lg\:w-\[80\%\]{
    width: 80%;
  }.lg\:w-\[52\%\]{
    width: 52%;
  }.lg\:w-full{
    width: 100%;
  }.lg\:w-\[360px\]{
    width: 360px;
  }.lg\:w-\[33\%\]{
    width: 33%;
  }.lg\:w-\[400px\]{
    width: 400px;
  }.lg\:w-\[185px\]{
    width: 185px;
  }.lg\:w-\[225px\]{
    width: 225px;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-start{
    align-items: flex-start;
  }.lg\:items-end{
    align-items: flex-end;
  }.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\:gap-20{
    gap: 5rem;
  }.lg\:gap-64{
    gap: 16rem;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-28{
    gap: 7rem;
  }.lg\:gap-10{
    gap: 2.5rem;
  }.lg\:whitespace-nowrap{
    white-space: nowrap;
  }.lg\:p-10{
    padding: 2.5rem;
  }.lg\:p-6{
    padding: 1.5rem;
  }.lg\:p-20{
    padding: 5rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }.lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }.lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-\[300px\]{
    padding-left: 300px;
    padding-right: 300px;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }.lg\:pt-40{
    padding-top: 10rem;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pl-6{
    padding-left: 1.5rem;
  }.lg\:pl-24{
    padding-left: 6rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pl-10{
    padding-left: 2.5rem;
  }.lg\:pl-\[500px\]{
    padding-left: 500px;
  }.lg\:pt-72{
    padding-top: 18rem;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pl-32{
    padding-left: 8rem;
  }.lg\:pr-32{
    padding-right: 8rem;
  }.lg\:text-\[28px\]{
    font-size: 28px;
  }.lg\:text-\[20px\]{
    font-size: 20px;
  }.lg\:text-\[72px\]{
    font-size: 72px;
  }.lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-\[54px\]{
    font-size: 54px;
  }.lg\:text-\[52px\]{
    font-size: 52px;
  }.lg\:text-\[68px\]{
    font-size: 68px;
  }.lg\:text-\[42px\]{
    font-size: 42px;
  }.lg\:text-\[37\.22px\]{
    font-size: 37.22px;
  }.lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-\[9rem\]{
    font-size: 9rem;
  }.lg\:leading-\[75px\]{
    line-height: 75px;
  }.lg\:leading-\[55px\]{
    line-height: 55px;
  }.lg\:leading-\[70px\]{
    line-height: 70px;
  }.lg\:leading-\[45px\]{
    line-height: 45px;
  }.lg\:leading-\[65px\]{
    line-height: 65px;
  }
}@media (min-width: 1280px){.xl\:h-\[450px\]{
    height: 450px;
  }.xl\:w-1\/2{
    width: 50%;
  }.xl\:w-\[30\%\]{
    width: 30%;
  }.xl\:w-\[60\%\]{
    width: 60%;
  }.xl\:w-\[80\%\]{
    width: 80%;
  }.xl\:w-\[360px\]{
    width: 360px;
  }.xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:text-\[56px\]{
    font-size: 56px;
  }.xl\:leading-\[56px\]{
    line-height: 56px;
  }
}@media (min-width: 1536px){.\32xl\:w-\[80\%\]{
    width: 80%;
  }
}@media (max-width: 1279px){.max-xl\:rounded-3xl{
    border-radius: 1.5rem;
  }
}@media (max-width: 1023px){.max-lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }.max-lg\:mt-20{
    margin-top: 5rem;
  }.max-lg\:ml-auto{
    margin-left: auto;
  }.max-lg\:mr-auto{
    margin-right: auto;
  }.max-lg\:mb-10{
    margin-bottom: 2.5rem;
  }.max-lg\:mt-10{
    margin-top: 2.5rem;
  }.max-lg\:mt-40{
    margin-top: 10rem;
  }.max-lg\:mb-20{
    margin-bottom: 5rem;
  }.max-lg\:-ml-14{
    margin-left: -3.5rem;
  }.max-lg\:flex{
    display: flex;
  }.max-lg\:hidden{
    display: none;
  }.max-lg\:h-56{
    height: 14rem;
  }.max-lg\:h-16{
    height: 4rem;
  }.max-lg\:h-10{
    height: 2.5rem;
  }.max-lg\:h-12{
    height: 3rem;
  }.max-lg\:w-full{
    width: 100%;
  }.max-lg\:w-\[95\%\]{
    width: 95%;
  }.max-lg\:w-\[90\%\]{
    width: 90%;
  }.max-lg\:w-\[70\%\]{
    width: 70%;
  }.max-lg\:flex-col{
    flex-direction: column;
  }.max-lg\:items-center{
    align-items: center;
  }.max-lg\:justify-center{
    justify-content: center;
  }.max-lg\:gap-10{
    gap: 2.5rem;
  }.max-lg\:gap-4{
    gap: 1rem;
  }.max-lg\:gap-20{
    gap: 5rem;
  }.max-lg\:gap-14{
    gap: 3.5rem;
  }.max-lg\:overflow-hidden{
    overflow: hidden;
  }.max-lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.max-lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }.max-lg\:p-10{
    padding: 2.5rem;
  }.max-lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.max-lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.max-lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.max-lg\:pt-10{
    padding-top: 2.5rem;
  }.max-lg\:pt-40{
    padding-top: 10rem;
  }.max-lg\:pt-20{
    padding-top: 5rem;
  }.max-lg\:text-center{
    text-align: center;
  }.max-lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.max-lg\:opacity-30{
    opacity: 0.3;
  }.max-lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.max-lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}@media (max-width: 767px){.max-md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }.max-md\:mb-10{
    margin-bottom: 2.5rem;
  }.max-md\:-mb-2{
    margin-bottom: -0.5rem;
  }.max-md\:mb-14{
    margin-bottom: 3.5rem;
  }.max-md\:mb-4{
    margin-bottom: 1rem;
  }.max-md\:mb-5{
    margin-bottom: 1.25rem;
  }.max-md\:mt-\[60vh\]{
    margin-top: 60vh;
  }.max-md\:mt-\[10vh\]{
    margin-top: 10vh;
  }.max-md\:mb-20{
    margin-bottom: 5rem;
  }.max-md\:mt-\[20vh\]{
    margin-top: 20vh;
  }.max-md\:mt-\[40vh\]{
    margin-top: 40vh;
  }.max-md\:grid{
    display: grid;
  }.max-md\:hidden{
    display: none;
  }.max-md\:w-\[80\%\]{
    width: 80%;
  }.max-md\:w-full{
    width: 100%;
  }.max-md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.max-md\:flex-col-reverse{
    flex-direction: column-reverse;
  }.max-md\:justify-center{
    justify-content: center;
  }.max-md\:gap-10{
    gap: 2.5rem;
  }.max-md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }.max-md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0));
  }.max-md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.max-md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.max-md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.max-md\:pt-\[500px\]{
    padding-top: 500px;
  }.max-md\:pb-40{
    padding-bottom: 10rem;
  }.max-md\:text-center{
    text-align: center;
  }.max-md\:text-right{
    text-align: right;
  }.max-md\:text-\[28px\]{
    font-size: 28px;
  }.max-md\:text-\[16px\]{
    font-size: 16px;
  }
}@media (max-width: 639px){.max-sm\:right-4{
    right: 1rem;
  }
}

