.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1281px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
} /*
! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
} /*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html {
    font-family: 'Montserrat', Helvetica, sans-serif !important;
  }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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 !important;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-\[70px\] {
  top: -70px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[4px\] {
  left: 4px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[85px\] {
  right: 85px;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-18px\] {
  top: -18px;
}
.top-\[130\%\] {
  top: 130%;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[35px\] {
  top: 35px;
}
.top-\[4px\] {
  top: 4px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1000\] {
  z-index: 1000;
}
.order-1 {
  order: 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-end-4 {
  grid-row-end: 4;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[-12px\] {
  margin-bottom: -12px;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-auto {
  margin-top: auto;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!h-\[24px\] {
  height: 24px !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3\/6 {
  height: 50%;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[599px\] {
  height: 599px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[7\.5px\] {
  height: 7.5px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[94vh\] {
  height: 94vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-full-height-with-title {
  height: calc(100% - 132px);
}
.h-full-height-without-title {
  height: calc(100% - 64px);
}
.h-min {
  height: min-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[95px\] {
  max-height: 95px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[43px\] {
  min-height: 43px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[622px\] {
  min-height: 622px;
}
.min-h-\[638px\] {
  min-height: 638px;
}
.min-h-\[653px\] {
  min-height: 653px;
}
.\!w-\[24px\] {
  width: 24px !important;
}
.\!w-\[800px\] {
  width: 800px !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[358px\] {
  width: 358px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[529px\] {
  width: 529px;
}
.w-\[545px\] {
  width: 545px;
}
.w-\[592px\] {
  width: 592px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[7\.5px\] {
  width: 7.5px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[768px\] {
  width: 768px;
}
.w-\[780px\!important\] {
  width: 780px !important;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-min {
  width: min-content;
}
.w-px {
  width: 1px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[43px\] {
  min-width: 43px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[384px\] {
  max-width: 384px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[830px\] {
  max-width: 830px;
}
.max-w-\[992px\] {
  max-width: 992px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-4 {
  flex-basis: 1rem;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-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-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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}
.grid-cols-\[80\%_20\%\] {
  grid-template-columns: 80% 20%;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!items-baseline {
  align-items: baseline !important;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.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-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-caixa-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 126 174 / var(--tw-border-opacity)) !important;
}
.\!border-mediumGray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 113 122 / var(--tw-border-opacity)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-\[\#243c5a\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 60 90 / var(--tw-border-opacity));
}
.border-\[\#999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-\[\#B3261E\] {
  --tw-border-opacity: 1;
  border-color: rgb(179 38 30 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#ff8a5d\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 138 93 / var(--tw-border-opacity));
}
.border-appointment-absences-tone {
  --tw-border-opacity: 1;
  border-color: rgb(129 165 147 / var(--tw-border-opacity));
}
.border-appointment-absences-tone\/0 {
  border-color: rgb(129 165 147 / 0);
}
.border-appointment-absences-tone\/10 {
  border-color: rgb(129 165 147 / 0.1);
}
.border-appointment-absences-tone\/100 {
  border-color: rgb(129 165 147 / 1);
}
.border-appointment-absences-tone\/20 {
  border-color: rgb(129 165 147 / 0.2);
}
.border-appointment-absences-tone\/25 {
  border-color: rgb(129 165 147 / 0.25);
}
.border-appointment-absences-tone\/30 {
  border-color: rgb(129 165 147 / 0.3);
}
.border-appointment-absences-tone\/40 {
  border-color: rgb(129 165 147 / 0.4);
}
.border-appointment-absences-tone\/5 {
  border-color: rgb(129 165 147 / 0.05);
}
.border-appointment-absences-tone\/50 {
  border-color: rgb(129 165 147 / 0.5);
}
.border-appointment-absences-tone\/60 {
  border-color: rgb(129 165 147 / 0.6);
}
.border-appointment-absences-tone\/70 {
  border-color: rgb(129 165 147 / 0.7);
}
.border-appointment-absences-tone\/75 {
  border-color: rgb(129 165 147 / 0.75);
}
.border-appointment-absences-tone\/80 {
  border-color: rgb(129 165 147 / 0.8);
}
.border-appointment-absences-tone\/90 {
  border-color: rgb(129 165 147 / 0.9);
}
.border-appointment-absences-tone\/95 {
  border-color: rgb(129 165 147 / 0.95);
}
.border-appointment-consultation-tone {
  --tw-border-opacity: 1;
  border-color: rgb(147 137 146 / var(--tw-border-opacity));
}
.border-appointment-consultation-tone\/0 {
  border-color: rgb(147 137 146 / 0);
}
.border-appointment-consultation-tone\/10 {
  border-color: rgb(147 137 146 / 0.1);
}
.border-appointment-consultation-tone\/100 {
  border-color: rgb(147 137 146 / 1);
}
.border-appointment-consultation-tone\/20 {
  border-color: rgb(147 137 146 / 0.2);
}
.border-appointment-consultation-tone\/25 {
  border-color: rgb(147 137 146 / 0.25);
}
.border-appointment-consultation-tone\/30 {
  border-color: rgb(147 137 146 / 0.3);
}
.border-appointment-consultation-tone\/40 {
  border-color: rgb(147 137 146 / 0.4);
}
.border-appointment-consultation-tone\/5 {
  border-color: rgb(147 137 146 / 0.05);
}
.border-appointment-consultation-tone\/50 {
  border-color: rgb(147 137 146 / 0.5);
}
.border-appointment-consultation-tone\/60 {
  border-color: rgb(147 137 146 / 0.6);
}
.border-appointment-consultation-tone\/70 {
  border-color: rgb(147 137 146 / 0.7);
}
.border-appointment-consultation-tone\/75 {
  border-color: rgb(147 137 146 / 0.75);
}
.border-appointment-consultation-tone\/80 {
  border-color: rgb(147 137 146 / 0.8);
}
.border-appointment-consultation-tone\/90 {
  border-color: rgb(147 137 146 / 0.9);
}
.border-appointment-consultation-tone\/95 {
  border-color: rgb(147 137 146 / 0.95);
}
.border-appointment-generic-analysis-tone {
  --tw-border-opacity: 1;
  border-color: rgb(42 64 90 / var(--tw-border-opacity));
}
.border-appointment-generic-analysis-tone\/0 {
  border-color: rgb(42 64 90 / 0);
}
.border-appointment-generic-analysis-tone\/10 {
  border-color: rgb(42 64 90 / 0.1);
}
.border-appointment-generic-analysis-tone\/100 {
  border-color: rgb(42 64 90 / 1);
}
.border-appointment-generic-analysis-tone\/20 {
  border-color: rgb(42 64 90 / 0.2);
}
.border-appointment-generic-analysis-tone\/25 {
  border-color: rgb(42 64 90 / 0.25);
}
.border-appointment-generic-analysis-tone\/30 {
  border-color: rgb(42 64 90 / 0.3);
}
.border-appointment-generic-analysis-tone\/40 {
  border-color: rgb(42 64 90 / 0.4);
}
.border-appointment-generic-analysis-tone\/5 {
  border-color: rgb(42 64 90 / 0.05);
}
.border-appointment-generic-analysis-tone\/50 {
  border-color: rgb(42 64 90 / 0.5);
}
.border-appointment-generic-analysis-tone\/60 {
  border-color: rgb(42 64 90 / 0.6);
}
.border-appointment-generic-analysis-tone\/70 {
  border-color: rgb(42 64 90 / 0.7);
}
.border-appointment-generic-analysis-tone\/75 {
  border-color: rgb(42 64 90 / 0.75);
}
.border-appointment-generic-analysis-tone\/80 {
  border-color: rgb(42 64 90 / 0.8);
}
.border-appointment-generic-analysis-tone\/90 {
  border-color: rgb(42 64 90 / 0.9);
}
.border-appointment-generic-analysis-tone\/95 {
  border-color: rgb(42 64 90 / 0.95);
}
.border-appointment-initial-analysis-call-tone {
  --tw-border-opacity: 1;
  border-color: rgb(66 97 89 / var(--tw-border-opacity));
}
.border-appointment-initial-analysis-call-tone\/0 {
  border-color: rgb(66 97 89 / 0);
}
.border-appointment-initial-analysis-call-tone\/10 {
  border-color: rgb(66 97 89 / 0.1);
}
.border-appointment-initial-analysis-call-tone\/100 {
  border-color: rgb(66 97 89 / 1);
}
.border-appointment-initial-analysis-call-tone\/20 {
  border-color: rgb(66 97 89 / 0.2);
}
.border-appointment-initial-analysis-call-tone\/25 {
  border-color: rgb(66 97 89 / 0.25);
}
.border-appointment-initial-analysis-call-tone\/30 {
  border-color: rgb(66 97 89 / 0.3);
}
.border-appointment-initial-analysis-call-tone\/40 {
  border-color: rgb(66 97 89 / 0.4);
}
.border-appointment-initial-analysis-call-tone\/5 {
  border-color: rgb(66 97 89 / 0.05);
}
.border-appointment-initial-analysis-call-tone\/50 {
  border-color: rgb(66 97 89 / 0.5);
}
.border-appointment-initial-analysis-call-tone\/60 {
  border-color: rgb(66 97 89 / 0.6);
}
.border-appointment-initial-analysis-call-tone\/70 {
  border-color: rgb(66 97 89 / 0.7);
}
.border-appointment-initial-analysis-call-tone\/75 {
  border-color: rgb(66 97 89 / 0.75);
}
.border-appointment-initial-analysis-call-tone\/80 {
  border-color: rgb(66 97 89 / 0.8);
}
.border-appointment-initial-analysis-call-tone\/90 {
  border-color: rgb(66 97 89 / 0.9);
}
.border-appointment-initial-analysis-call-tone\/95 {
  border-color: rgb(66 97 89 / 0.95);
}
.border-appointment-initial-analysis-face-to-face-tone {
  --tw-border-opacity: 1;
  border-color: rgb(119 170 142 / var(--tw-border-opacity));
}
.border-appointment-initial-analysis-face-to-face-tone\/0 {
  border-color: rgb(119 170 142 / 0);
}
.border-appointment-initial-analysis-face-to-face-tone\/10 {
  border-color: rgb(119 170 142 / 0.1);
}
.border-appointment-initial-analysis-face-to-face-tone\/100 {
  border-color: rgb(119 170 142 / 1);
}
.border-appointment-initial-analysis-face-to-face-tone\/20 {
  border-color: rgb(119 170 142 / 0.2);
}
.border-appointment-initial-analysis-face-to-face-tone\/25 {
  border-color: rgb(119 170 142 / 0.25);
}
.border-appointment-initial-analysis-face-to-face-tone\/30 {
  border-color: rgb(119 170 142 / 0.3);
}
.border-appointment-initial-analysis-face-to-face-tone\/40 {
  border-color: rgb(119 170 142 / 0.4);
}
.border-appointment-initial-analysis-face-to-face-tone\/5 {
  border-color: rgb(119 170 142 / 0.05);
}
.border-appointment-initial-analysis-face-to-face-tone\/50 {
  border-color: rgb(119 170 142 / 0.5);
}
.border-appointment-initial-analysis-face-to-face-tone\/60 {
  border-color: rgb(119 170 142 / 0.6);
}
.border-appointment-initial-analysis-face-to-face-tone\/70 {
  border-color: rgb(119 170 142 / 0.7);
}
.border-appointment-initial-analysis-face-to-face-tone\/75 {
  border-color: rgb(119 170 142 / 0.75);
}
.border-appointment-initial-analysis-face-to-face-tone\/80 {
  border-color: rgb(119 170 142 / 0.8);
}
.border-appointment-initial-analysis-face-to-face-tone\/90 {
  border-color: rgb(119 170 142 / 0.9);
}
.border-appointment-initial-analysis-face-to-face-tone\/95 {
  border-color: rgb(119 170 142 / 0.95);
}
.border-appointment-initial-analysis-online-tone {
  --tw-border-opacity: 1;
  border-color: rgb(106 135 112 / var(--tw-border-opacity));
}
.border-appointment-initial-analysis-online-tone\/0 {
  border-color: rgb(106 135 112 / 0);
}
.border-appointment-initial-analysis-online-tone\/10 {
  border-color: rgb(106 135 112 / 0.1);
}
.border-appointment-initial-analysis-online-tone\/100 {
  border-color: rgb(106 135 112 / 1);
}
.border-appointment-initial-analysis-online-tone\/20 {
  border-color: rgb(106 135 112 / 0.2);
}
.border-appointment-initial-analysis-online-tone\/25 {
  border-color: rgb(106 135 112 / 0.25);
}
.border-appointment-initial-analysis-online-tone\/30 {
  border-color: rgb(106 135 112 / 0.3);
}
.border-appointment-initial-analysis-online-tone\/40 {
  border-color: rgb(106 135 112 / 0.4);
}
.border-appointment-initial-analysis-online-tone\/5 {
  border-color: rgb(106 135 112 / 0.05);
}
.border-appointment-initial-analysis-online-tone\/50 {
  border-color: rgb(106 135 112 / 0.5);
}
.border-appointment-initial-analysis-online-tone\/60 {
  border-color: rgb(106 135 112 / 0.6);
}
.border-appointment-initial-analysis-online-tone\/70 {
  border-color: rgb(106 135 112 / 0.7);
}
.border-appointment-initial-analysis-online-tone\/75 {
  border-color: rgb(106 135 112 / 0.75);
}
.border-appointment-initial-analysis-online-tone\/80 {
  border-color: rgb(106 135 112 / 0.8);
}
.border-appointment-initial-analysis-online-tone\/90 {
  border-color: rgb(106 135 112 / 0.9);
}
.border-appointment-initial-analysis-online-tone\/95 {
  border-color: rgb(106 135 112 / 0.95);
}
.border-appointment-initial-analysis-tone {
  --tw-border-opacity: 1;
  border-color: rgb(168 130 138 / var(--tw-border-opacity));
}
.border-appointment-initial-analysis-tone\/0 {
  border-color: rgb(168 130 138 / 0);
}
.border-appointment-initial-analysis-tone\/10 {
  border-color: rgb(168 130 138 / 0.1);
}
.border-appointment-initial-analysis-tone\/100 {
  border-color: rgb(168 130 138 / 1);
}
.border-appointment-initial-analysis-tone\/20 {
  border-color: rgb(168 130 138 / 0.2);
}
.border-appointment-initial-analysis-tone\/25 {
  border-color: rgb(168 130 138 / 0.25);
}
.border-appointment-initial-analysis-tone\/30 {
  border-color: rgb(168 130 138 / 0.3);
}
.border-appointment-initial-analysis-tone\/40 {
  border-color: rgb(168 130 138 / 0.4);
}
.border-appointment-initial-analysis-tone\/5 {
  border-color: rgb(168 130 138 / 0.05);
}
.border-appointment-initial-analysis-tone\/50 {
  border-color: rgb(168 130 138 / 0.5);
}
.border-appointment-initial-analysis-tone\/60 {
  border-color: rgb(168 130 138 / 0.6);
}
.border-appointment-initial-analysis-tone\/70 {
  border-color: rgb(168 130 138 / 0.7);
}
.border-appointment-initial-analysis-tone\/75 {
  border-color: rgb(168 130 138 / 0.75);
}
.border-appointment-initial-analysis-tone\/80 {
  border-color: rgb(168 130 138 / 0.8);
}
.border-appointment-initial-analysis-tone\/90 {
  border-color: rgb(168 130 138 / 0.9);
}
.border-appointment-initial-analysis-tone\/95 {
  border-color: rgb(168 130 138 / 0.95);
}
.border-appointment-initial-report-face-to-face-tone {
  --tw-border-opacity: 1;
  border-color: rgb(190 95 82 / var(--tw-border-opacity));
}
.border-appointment-initial-report-face-to-face-tone\/0 {
  border-color: rgb(190 95 82 / 0);
}
.border-appointment-initial-report-face-to-face-tone\/10 {
  border-color: rgb(190 95 82 / 0.1);
}
.border-appointment-initial-report-face-to-face-tone\/100 {
  border-color: rgb(190 95 82 / 1);
}
.border-appointment-initial-report-face-to-face-tone\/20 {
  border-color: rgb(190 95 82 / 0.2);
}
.border-appointment-initial-report-face-to-face-tone\/25 {
  border-color: rgb(190 95 82 / 0.25);
}
.border-appointment-initial-report-face-to-face-tone\/30 {
  border-color: rgb(190 95 82 / 0.3);
}
.border-appointment-initial-report-face-to-face-tone\/40 {
  border-color: rgb(190 95 82 / 0.4);
}
.border-appointment-initial-report-face-to-face-tone\/5 {
  border-color: rgb(190 95 82 / 0.05);
}
.border-appointment-initial-report-face-to-face-tone\/50 {
  border-color: rgb(190 95 82 / 0.5);
}
.border-appointment-initial-report-face-to-face-tone\/60 {
  border-color: rgb(190 95 82 / 0.6);
}
.border-appointment-initial-report-face-to-face-tone\/70 {
  border-color: rgb(190 95 82 / 0.7);
}
.border-appointment-initial-report-face-to-face-tone\/75 {
  border-color: rgb(190 95 82 / 0.75);
}
.border-appointment-initial-report-face-to-face-tone\/80 {
  border-color: rgb(190 95 82 / 0.8);
}
.border-appointment-initial-report-face-to-face-tone\/90 {
  border-color: rgb(190 95 82 / 0.9);
}
.border-appointment-initial-report-face-to-face-tone\/95 {
  border-color: rgb(190 95 82 / 0.95);
}
.border-appointment-initial-report-tone {
  --tw-border-opacity: 1;
  border-color: rgb(195 130 78 / var(--tw-border-opacity));
}
.border-appointment-initial-report-tone\/0 {
  border-color: rgb(195 130 78 / 0);
}
.border-appointment-initial-report-tone\/10 {
  border-color: rgb(195 130 78 / 0.1);
}
.border-appointment-initial-report-tone\/100 {
  border-color: rgb(195 130 78 / 1);
}
.border-appointment-initial-report-tone\/20 {
  border-color: rgb(195 130 78 / 0.2);
}
.border-appointment-initial-report-tone\/25 {
  border-color: rgb(195 130 78 / 0.25);
}
.border-appointment-initial-report-tone\/30 {
  border-color: rgb(195 130 78 / 0.3);
}
.border-appointment-initial-report-tone\/40 {
  border-color: rgb(195 130 78 / 0.4);
}
.border-appointment-initial-report-tone\/5 {
  border-color: rgb(195 130 78 / 0.05);
}
.border-appointment-initial-report-tone\/50 {
  border-color: rgb(195 130 78 / 0.5);
}
.border-appointment-initial-report-tone\/60 {
  border-color: rgb(195 130 78 / 0.6);
}
.border-appointment-initial-report-tone\/70 {
  border-color: rgb(195 130 78 / 0.7);
}
.border-appointment-initial-report-tone\/75 {
  border-color: rgb(195 130 78 / 0.75);
}
.border-appointment-initial-report-tone\/80 {
  border-color: rgb(195 130 78 / 0.8);
}
.border-appointment-initial-report-tone\/90 {
  border-color: rgb(195 130 78 / 0.9);
}
.border-appointment-initial-report-tone\/95 {
  border-color: rgb(195 130 78 / 0.95);
}
.border-appointment-monitoring-report-tone {
  --tw-border-opacity: 1;
  border-color: rgb(213 185 139 / var(--tw-border-opacity));
}
.border-appointment-monitoring-report-tone\/0 {
  border-color: rgb(213 185 139 / 0);
}
.border-appointment-monitoring-report-tone\/10 {
  border-color: rgb(213 185 139 / 0.1);
}
.border-appointment-monitoring-report-tone\/100 {
  border-color: rgb(213 185 139 / 1);
}
.border-appointment-monitoring-report-tone\/20 {
  border-color: rgb(213 185 139 / 0.2);
}
.border-appointment-monitoring-report-tone\/25 {
  border-color: rgb(213 185 139 / 0.25);
}
.border-appointment-monitoring-report-tone\/30 {
  border-color: rgb(213 185 139 / 0.3);
}
.border-appointment-monitoring-report-tone\/40 {
  border-color: rgb(213 185 139 / 0.4);
}
.border-appointment-monitoring-report-tone\/5 {
  border-color: rgb(213 185 139 / 0.05);
}
.border-appointment-monitoring-report-tone\/50 {
  border-color: rgb(213 185 139 / 0.5);
}
.border-appointment-monitoring-report-tone\/60 {
  border-color: rgb(213 185 139 / 0.6);
}
.border-appointment-monitoring-report-tone\/70 {
  border-color: rgb(213 185 139 / 0.7);
}
.border-appointment-monitoring-report-tone\/75 {
  border-color: rgb(213 185 139 / 0.75);
}
.border-appointment-monitoring-report-tone\/80 {
  border-color: rgb(213 185 139 / 0.8);
}
.border-appointment-monitoring-report-tone\/90 {
  border-color: rgb(213 185 139 / 0.9);
}
.border-appointment-monitoring-report-tone\/95 {
  border-color: rgb(213 185 139 / 0.95);
}
.border-appointment-service-tone {
  --tw-border-opacity: 1;
  border-color: rgb(161 162 130 / var(--tw-border-opacity));
}
.border-appointment-service-tone\/0 {
  border-color: rgb(161 162 130 / 0);
}
.border-appointment-service-tone\/10 {
  border-color: rgb(161 162 130 / 0.1);
}
.border-appointment-service-tone\/100 {
  border-color: rgb(161 162 130 / 1);
}
.border-appointment-service-tone\/20 {
  border-color: rgb(161 162 130 / 0.2);
}
.border-appointment-service-tone\/25 {
  border-color: rgb(161 162 130 / 0.25);
}
.border-appointment-service-tone\/30 {
  border-color: rgb(161 162 130 / 0.3);
}
.border-appointment-service-tone\/40 {
  border-color: rgb(161 162 130 / 0.4);
}
.border-appointment-service-tone\/5 {
  border-color: rgb(161 162 130 / 0.05);
}
.border-appointment-service-tone\/50 {
  border-color: rgb(161 162 130 / 0.5);
}
.border-appointment-service-tone\/60 {
  border-color: rgb(161 162 130 / 0.6);
}
.border-appointment-service-tone\/70 {
  border-color: rgb(161 162 130 / 0.7);
}
.border-appointment-service-tone\/75 {
  border-color: rgb(161 162 130 / 0.75);
}
.border-appointment-service-tone\/80 {
  border-color: rgb(161 162 130 / 0.8);
}
.border-appointment-service-tone\/90 {
  border-color: rgb(161 162 130 / 0.9);
}
.border-appointment-service-tone\/95 {
  border-color: rgb(161 162 130 / 0.95);
}
.border-appointment-welcome-call-tone {
  --tw-border-opacity: 1;
  border-color: rgb(145 105 113 / var(--tw-border-opacity));
}
.border-appointment-welcome-call-tone\/0 {
  border-color: rgb(145 105 113 / 0);
}
.border-appointment-welcome-call-tone\/10 {
  border-color: rgb(145 105 113 / 0.1);
}
.border-appointment-welcome-call-tone\/100 {
  border-color: rgb(145 105 113 / 1);
}
.border-appointment-welcome-call-tone\/20 {
  border-color: rgb(145 105 113 / 0.2);
}
.border-appointment-welcome-call-tone\/25 {
  border-color: rgb(145 105 113 / 0.25);
}
.border-appointment-welcome-call-tone\/30 {
  border-color: rgb(145 105 113 / 0.3);
}
.border-appointment-welcome-call-tone\/40 {
  border-color: rgb(145 105 113 / 0.4);
}
.border-appointment-welcome-call-tone\/5 {
  border-color: rgb(145 105 113 / 0.05);
}
.border-appointment-welcome-call-tone\/50 {
  border-color: rgb(145 105 113 / 0.5);
}
.border-appointment-welcome-call-tone\/60 {
  border-color: rgb(145 105 113 / 0.6);
}
.border-appointment-welcome-call-tone\/70 {
  border-color: rgb(145 105 113 / 0.7);
}
.border-appointment-welcome-call-tone\/75 {
  border-color: rgb(145 105 113 / 0.75);
}
.border-appointment-welcome-call-tone\/80 {
  border-color: rgb(145 105 113 / 0.8);
}
.border-appointment-welcome-call-tone\/90 {
  border-color: rgb(145 105 113 / 0.9);
}
.border-appointment-welcome-call-tone\/95 {
  border-color: rgb(145 105 113 / 0.95);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-caixa-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 126 174 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(218 44 56 / var(--tw-border-opacity));
}
.border-gainsboro {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-generic-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-generic-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 64 57 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-grayLight {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-primary {
  border-color: var(--primary-color);
}
.border-secondary {
  border-color: var(--secondary-color);
}
.border-vcx-error-red {
  --tw-border-opacity: 1;
  border-color: rgb(187 19 19 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.border-b-slate-500\/50 {
  border-bottom-color: rgb(100 116 139 / 0.5);
}
.border-b-zinc-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.\!bg-caixa-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 126 174 / var(--tw-bg-opacity)) !important;
}
.\!bg-grayLight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;
}
.\!bg-mediumGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#004039\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 57 / var(--tw-bg-opacity));
}
.bg-\[\#52796F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 121 111 / var(--tw-bg-opacity));
}
.bg-\[\#84A98C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 169 140 / var(--tw-bg-opacity));
}
.bg-\[\#95D5B2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 213 178 / var(--tw-bg-opacity));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#FFF2CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 204 / var(--tw-bg-opacity));
}
.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-\[\#ffe8df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 223 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 64\2c 57\2c \.3\)\] {
  background-color: rgba(0,64,57,.3);
}
.bg-appointment-absences-base {
  --tw-bg-opacity: 1;
  background-color: rgb(129 178 154 / var(--tw-bg-opacity));
}
.bg-appointment-absences-base\/0 {
  background-color: rgb(129 178 154 / 0);
}
.bg-appointment-absences-base\/10 {
  background-color: rgb(129 178 154 / 0.1);
}
.bg-appointment-absences-base\/100 {
  background-color: rgb(129 178 154 / 1);
}
.bg-appointment-absences-base\/20 {
  background-color: rgb(129 178 154 / 0.2);
}
.bg-appointment-absences-base\/25 {
  background-color: rgb(129 178 154 / 0.25);
}
.bg-appointment-absences-base\/30 {
  background-color: rgb(129 178 154 / 0.3);
}
.bg-appointment-absences-base\/40 {
  background-color: rgb(129 178 154 / 0.4);
}
.bg-appointment-absences-base\/5 {
  background-color: rgb(129 178 154 / 0.05);
}
.bg-appointment-absences-base\/50 {
  background-color: rgb(129 178 154 / 0.5);
}
.bg-appointment-absences-base\/60 {
  background-color: rgb(129 178 154 / 0.6);
}
.bg-appointment-absences-base\/70 {
  background-color: rgb(129 178 154 / 0.7);
}
.bg-appointment-absences-base\/75 {
  background-color: rgb(129 178 154 / 0.75);
}
.bg-appointment-absences-base\/80 {
  background-color: rgb(129 178 154 / 0.8);
}
.bg-appointment-absences-base\/90 {
  background-color: rgb(129 178 154 / 0.9);
}
.bg-appointment-absences-base\/95 {
  background-color: rgb(129 178 154 / 0.95);
}
.bg-appointment-consultation-base {
  --tw-bg-opacity: 1;
  background-color: rgb(154 140 152 / var(--tw-bg-opacity));
}
.bg-appointment-consultation-base\/0 {
  background-color: rgb(154 140 152 / 0);
}
.bg-appointment-consultation-base\/10 {
  background-color: rgb(154 140 152 / 0.1);
}
.bg-appointment-consultation-base\/100 {
  background-color: rgb(154 140 152 / 1);
}
.bg-appointment-consultation-base\/20 {
  background-color: rgb(154 140 152 / 0.2);
}
.bg-appointment-consultation-base\/25 {
  background-color: rgb(154 140 152 / 0.25);
}
.bg-appointment-consultation-base\/30 {
  background-color: rgb(154 140 152 / 0.3);
}
.bg-appointment-consultation-base\/40 {
  background-color: rgb(154 140 152 / 0.4);
}
.bg-appointment-consultation-base\/5 {
  background-color: rgb(154 140 152 / 0.05);
}
.bg-appointment-consultation-base\/50 {
  background-color: rgb(154 140 152 / 0.5);
}
.bg-appointment-consultation-base\/60 {
  background-color: rgb(154 140 152 / 0.6);
}
.bg-appointment-consultation-base\/70 {
  background-color: rgb(154 140 152 / 0.7);
}
.bg-appointment-consultation-base\/75 {
  background-color: rgb(154 140 152 / 0.75);
}
.bg-appointment-consultation-base\/80 {
  background-color: rgb(154 140 152 / 0.8);
}
.bg-appointment-consultation-base\/90 {
  background-color: rgb(154 140 152 / 0.9);
}
.bg-appointment-consultation-base\/95 {
  background-color: rgb(154 140 152 / 0.95);
}
.bg-appointment-followUp-analysis-base {
  --tw-bg-opacity: 1;
  background-color: rgb(96 108 56 / var(--tw-bg-opacity));
}
.bg-appointment-followUp-analysis-base\/0 {
  background-color: rgb(96 108 56 / 0);
}
.bg-appointment-followUp-analysis-base\/10 {
  background-color: rgb(96 108 56 / 0.1);
}
.bg-appointment-followUp-analysis-base\/100 {
  background-color: rgb(96 108 56 / 1);
}
.bg-appointment-followUp-analysis-base\/20 {
  background-color: rgb(96 108 56 / 0.2);
}
.bg-appointment-followUp-analysis-base\/25 {
  background-color: rgb(96 108 56 / 0.25);
}
.bg-appointment-followUp-analysis-base\/30 {
  background-color: rgb(96 108 56 / 0.3);
}
.bg-appointment-followUp-analysis-base\/40 {
  background-color: rgb(96 108 56 / 0.4);
}
.bg-appointment-followUp-analysis-base\/5 {
  background-color: rgb(96 108 56 / 0.05);
}
.bg-appointment-followUp-analysis-base\/50 {
  background-color: rgb(96 108 56 / 0.5);
}
.bg-appointment-followUp-analysis-base\/60 {
  background-color: rgb(96 108 56 / 0.6);
}
.bg-appointment-followUp-analysis-base\/70 {
  background-color: rgb(96 108 56 / 0.7);
}
.bg-appointment-followUp-analysis-base\/75 {
  background-color: rgb(96 108 56 / 0.75);
}
.bg-appointment-followUp-analysis-base\/80 {
  background-color: rgb(96 108 56 / 0.8);
}
.bg-appointment-followUp-analysis-base\/90 {
  background-color: rgb(96 108 56 / 0.9);
}
.bg-appointment-followUp-analysis-base\/95 {
  background-color: rgb(96 108 56 / 0.95);
}
.bg-appointment-followUp-call-base {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 24 / var(--tw-bg-opacity));
}
.bg-appointment-followUp-call-base\/0 {
  background-color: rgb(40 54 24 / 0);
}
.bg-appointment-followUp-call-base\/10 {
  background-color: rgb(40 54 24 / 0.1);
}
.bg-appointment-followUp-call-base\/100 {
  background-color: rgb(40 54 24 / 1);
}
.bg-appointment-followUp-call-base\/20 {
  background-color: rgb(40 54 24 / 0.2);
}
.bg-appointment-followUp-call-base\/25 {
  background-color: rgb(40 54 24 / 0.25);
}
.bg-appointment-followUp-call-base\/30 {
  background-color: rgb(40 54 24 / 0.3);
}
.bg-appointment-followUp-call-base\/40 {
  background-color: rgb(40 54 24 / 0.4);
}
.bg-appointment-followUp-call-base\/5 {
  background-color: rgb(40 54 24 / 0.05);
}
.bg-appointment-followUp-call-base\/50 {
  background-color: rgb(40 54 24 / 0.5);
}
.bg-appointment-followUp-call-base\/60 {
  background-color: rgb(40 54 24 / 0.6);
}
.bg-appointment-followUp-call-base\/70 {
  background-color: rgb(40 54 24 / 0.7);
}
.bg-appointment-followUp-call-base\/75 {
  background-color: rgb(40 54 24 / 0.75);
}
.bg-appointment-followUp-call-base\/80 {
  background-color: rgb(40 54 24 / 0.8);
}
.bg-appointment-followUp-call-base\/90 {
  background-color: rgb(40 54 24 / 0.9);
}
.bg-appointment-followUp-call-base\/95 {
  background-color: rgb(40 54 24 / 0.95);
}
.bg-appointment-free-slot {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 222 / var(--tw-bg-opacity));
}
.bg-appointment-generic-analysis-base {
  --tw-bg-opacity: 1;
  background-color: rgb(53 80 112 / var(--tw-bg-opacity));
}
.bg-appointment-generic-analysis-base\/0 {
  background-color: rgb(53 80 112 / 0);
}
.bg-appointment-generic-analysis-base\/10 {
  background-color: rgb(53 80 112 / 0.1);
}
.bg-appointment-generic-analysis-base\/100 {
  background-color: rgb(53 80 112 / 1);
}
.bg-appointment-generic-analysis-base\/20 {
  background-color: rgb(53 80 112 / 0.2);
}
.bg-appointment-generic-analysis-base\/25 {
  background-color: rgb(53 80 112 / 0.25);
}
.bg-appointment-generic-analysis-base\/30 {
  background-color: rgb(53 80 112 / 0.3);
}
.bg-appointment-generic-analysis-base\/40 {
  background-color: rgb(53 80 112 / 0.4);
}
.bg-appointment-generic-analysis-base\/5 {
  background-color: rgb(53 80 112 / 0.05);
}
.bg-appointment-generic-analysis-base\/50 {
  background-color: rgb(53 80 112 / 0.5);
}
.bg-appointment-generic-analysis-base\/60 {
  background-color: rgb(53 80 112 / 0.6);
}
.bg-appointment-generic-analysis-base\/70 {
  background-color: rgb(53 80 112 / 0.7);
}
.bg-appointment-generic-analysis-base\/75 {
  background-color: rgb(53 80 112 / 0.75);
}
.bg-appointment-generic-analysis-base\/80 {
  background-color: rgb(53 80 112 / 0.8);
}
.bg-appointment-generic-analysis-base\/90 {
  background-color: rgb(53 80 112 / 0.9);
}
.bg-appointment-generic-analysis-base\/95 {
  background-color: rgb(53 80 112 / 0.95);
}
.bg-appointment-initial-analysis-base {
  --tw-bg-opacity: 1;
  background-color: rgb(181 131 141 / var(--tw-bg-opacity));
}
.bg-appointment-initial-analysis-base\/0 {
  background-color: rgb(181 131 141 / 0);
}
.bg-appointment-initial-analysis-base\/10 {
  background-color: rgb(181 131 141 / 0.1);
}
.bg-appointment-initial-analysis-base\/100 {
  background-color: rgb(181 131 141 / 1);
}
.bg-appointment-initial-analysis-base\/20 {
  background-color: rgb(181 131 141 / 0.2);
}
.bg-appointment-initial-analysis-base\/25 {
  background-color: rgb(181 131 141 / 0.25);
}
.bg-appointment-initial-analysis-base\/30 {
  background-color: rgb(181 131 141 / 0.3);
}
.bg-appointment-initial-analysis-base\/40 {
  background-color: rgb(181 131 141 / 0.4);
}
.bg-appointment-initial-analysis-base\/5 {
  background-color: rgb(181 131 141 / 0.05);
}
.bg-appointment-initial-analysis-base\/50 {
  background-color: rgb(181 131 141 / 0.5);
}
.bg-appointment-initial-analysis-base\/60 {
  background-color: rgb(181 131 141 / 0.6);
}
.bg-appointment-initial-analysis-base\/70 {
  background-color: rgb(181 131 141 / 0.7);
}
.bg-appointment-initial-analysis-base\/75 {
  background-color: rgb(181 131 141 / 0.75);
}
.bg-appointment-initial-analysis-base\/80 {
  background-color: rgb(181 131 141 / 0.8);
}
.bg-appointment-initial-analysis-base\/90 {
  background-color: rgb(181 131 141 / 0.9);
}
.bg-appointment-initial-analysis-base\/95 {
  background-color: rgb(181 131 141 / 0.95);
}
.bg-appointment-initial-analysis-call-base {
  --tw-bg-opacity: 1;
  background-color: rgb(82 121 111 / var(--tw-bg-opacity));
}
.bg-appointment-initial-analysis-call-base\/0 {
  background-color: rgb(82 121 111 / 0);
}
.bg-appointment-initial-analysis-call-base\/10 {
  background-color: rgb(82 121 111 / 0.1);
}
.bg-appointment-initial-analysis-call-base\/100 {
  background-color: rgb(82 121 111 / 1);
}
.bg-appointment-initial-analysis-call-base\/20 {
  background-color: rgb(82 121 111 / 0.2);
}
.bg-appointment-initial-analysis-call-base\/25 {
  background-color: rgb(82 121 111 / 0.25);
}
.bg-appointment-initial-analysis-call-base\/30 {
  background-color: rgb(82 121 111 / 0.3);
}
.bg-appointment-initial-analysis-call-base\/40 {
  background-color: rgb(82 121 111 / 0.4);
}
.bg-appointment-initial-analysis-call-base\/5 {
  background-color: rgb(82 121 111 / 0.05);
}
.bg-appointment-initial-analysis-call-base\/50 {
  background-color: rgb(82 121 111 / 0.5);
}
.bg-appointment-initial-analysis-call-base\/60 {
  background-color: rgb(82 121 111 / 0.6);
}
.bg-appointment-initial-analysis-call-base\/70 {
  background-color: rgb(82 121 111 / 0.7);
}
.bg-appointment-initial-analysis-call-base\/75 {
  background-color: rgb(82 121 111 / 0.75);
}
.bg-appointment-initial-analysis-call-base\/80 {
  background-color: rgb(82 121 111 / 0.8);
}
.bg-appointment-initial-analysis-call-base\/90 {
  background-color: rgb(82 121 111 / 0.9);
}
.bg-appointment-initial-analysis-call-base\/95 {
  background-color: rgb(82 121 111 / 0.95);
}
.bg-appointment-initial-analysis-face-to-face-base {
  --tw-bg-opacity: 1;
  background-color: rgb(149 213 178 / var(--tw-bg-opacity));
}
.bg-appointment-initial-analysis-face-to-face-base\/0 {
  background-color: rgb(149 213 178 / 0);
}
.bg-appointment-initial-analysis-face-to-face-base\/10 {
  background-color: rgb(149 213 178 / 0.1);
}
.bg-appointment-initial-analysis-face-to-face-base\/100 {
  background-color: rgb(149 213 178 / 1);
}
.bg-appointment-initial-analysis-face-to-face-base\/20 {
  background-color: rgb(149 213 178 / 0.2);
}
.bg-appointment-initial-analysis-face-to-face-base\/25 {
  background-color: rgb(149 213 178 / 0.25);
}
.bg-appointment-initial-analysis-face-to-face-base\/30 {
  background-color: rgb(149 213 178 / 0.3);
}
.bg-appointment-initial-analysis-face-to-face-base\/40 {
  background-color: rgb(149 213 178 / 0.4);
}
.bg-appointment-initial-analysis-face-to-face-base\/5 {
  background-color: rgb(149 213 178 / 0.05);
}
.bg-appointment-initial-analysis-face-to-face-base\/50 {
  background-color: rgb(149 213 178 / 0.5);
}
.bg-appointment-initial-analysis-face-to-face-base\/60 {
  background-color: rgb(149 213 178 / 0.6);
}
.bg-appointment-initial-analysis-face-to-face-base\/70 {
  background-color: rgb(149 213 178 / 0.7);
}
.bg-appointment-initial-analysis-face-to-face-base\/75 {
  background-color: rgb(149 213 178 / 0.75);
}
.bg-appointment-initial-analysis-face-to-face-base\/80 {
  background-color: rgb(149 213 178 / 0.8);
}
.bg-appointment-initial-analysis-face-to-face-base\/90 {
  background-color: rgb(149 213 178 / 0.9);
}
.bg-appointment-initial-analysis-face-to-face-base\/95 {
  background-color: rgb(149 213 178 / 0.95);
}
.bg-appointment-initial-analysis-online-base {
  --tw-bg-opacity: 1;
  background-color: rgb(132 169 140 / var(--tw-bg-opacity));
}
.bg-appointment-initial-analysis-online-base\/0 {
  background-color: rgb(132 169 140 / 0);
}
.bg-appointment-initial-analysis-online-base\/10 {
  background-color: rgb(132 169 140 / 0.1);
}
.bg-appointment-initial-analysis-online-base\/100 {
  background-color: rgb(132 169 140 / 1);
}
.bg-appointment-initial-analysis-online-base\/20 {
  background-color: rgb(132 169 140 / 0.2);
}
.bg-appointment-initial-analysis-online-base\/25 {
  background-color: rgb(132 169 140 / 0.25);
}
.bg-appointment-initial-analysis-online-base\/30 {
  background-color: rgb(132 169 140 / 0.3);
}
.bg-appointment-initial-analysis-online-base\/40 {
  background-color: rgb(132 169 140 / 0.4);
}
.bg-appointment-initial-analysis-online-base\/5 {
  background-color: rgb(132 169 140 / 0.05);
}
.bg-appointment-initial-analysis-online-base\/50 {
  background-color: rgb(132 169 140 / 0.5);
}
.bg-appointment-initial-analysis-online-base\/60 {
  background-color: rgb(132 169 140 / 0.6);
}
.bg-appointment-initial-analysis-online-base\/70 {
  background-color: rgb(132 169 140 / 0.7);
}
.bg-appointment-initial-analysis-online-base\/75 {
  background-color: rgb(132 169 140 / 0.75);
}
.bg-appointment-initial-analysis-online-base\/80 {
  background-color: rgb(132 169 140 / 0.8);
}
.bg-appointment-initial-analysis-online-base\/90 {
  background-color: rgb(132 169 140 / 0.9);
}
.bg-appointment-initial-analysis-online-base\/95 {
  background-color: rgb(132 169 140 / 0.95);
}
.bg-appointment-initial-report-base {
  --tw-bg-opacity: 1;
  background-color: rgb(244 162 97 / var(--tw-bg-opacity));
}
.bg-appointment-initial-report-base\/0 {
  background-color: rgb(244 162 97 / 0);
}
.bg-appointment-initial-report-base\/10 {
  background-color: rgb(244 162 97 / 0.1);
}
.bg-appointment-initial-report-base\/100 {
  background-color: rgb(244 162 97 / 1);
}
.bg-appointment-initial-report-base\/20 {
  background-color: rgb(244 162 97 / 0.2);
}
.bg-appointment-initial-report-base\/25 {
  background-color: rgb(244 162 97 / 0.25);
}
.bg-appointment-initial-report-base\/30 {
  background-color: rgb(244 162 97 / 0.3);
}
.bg-appointment-initial-report-base\/40 {
  background-color: rgb(244 162 97 / 0.4);
}
.bg-appointment-initial-report-base\/5 {
  background-color: rgb(244 162 97 / 0.05);
}
.bg-appointment-initial-report-base\/50 {
  background-color: rgb(244 162 97 / 0.5);
}
.bg-appointment-initial-report-base\/60 {
  background-color: rgb(244 162 97 / 0.6);
}
.bg-appointment-initial-report-base\/70 {
  background-color: rgb(244 162 97 / 0.7);
}
.bg-appointment-initial-report-base\/75 {
  background-color: rgb(244 162 97 / 0.75);
}
.bg-appointment-initial-report-base\/80 {
  background-color: rgb(244 162 97 / 0.8);
}
.bg-appointment-initial-report-base\/90 {
  background-color: rgb(244 162 97 / 0.9);
}
.bg-appointment-initial-report-base\/95 {
  background-color: rgb(244 162 97 / 0.95);
}
.bg-appointment-initial-report-face-to-face-base {
  --tw-bg-opacity: 1;
  background-color: rgb(238 119 102 / var(--tw-bg-opacity));
}
.bg-appointment-initial-report-face-to-face-base\/0 {
  background-color: rgb(238 119 102 / 0);
}
.bg-appointment-initial-report-face-to-face-base\/10 {
  background-color: rgb(238 119 102 / 0.1);
}
.bg-appointment-initial-report-face-to-face-base\/100 {
  background-color: rgb(238 119 102 / 1);
}
.bg-appointment-initial-report-face-to-face-base\/20 {
  background-color: rgb(238 119 102 / 0.2);
}
.bg-appointment-initial-report-face-to-face-base\/25 {
  background-color: rgb(238 119 102 / 0.25);
}
.bg-appointment-initial-report-face-to-face-base\/30 {
  background-color: rgb(238 119 102 / 0.3);
}
.bg-appointment-initial-report-face-to-face-base\/40 {
  background-color: rgb(238 119 102 / 0.4);
}
.bg-appointment-initial-report-face-to-face-base\/5 {
  background-color: rgb(238 119 102 / 0.05);
}
.bg-appointment-initial-report-face-to-face-base\/50 {
  background-color: rgb(238 119 102 / 0.5);
}
.bg-appointment-initial-report-face-to-face-base\/60 {
  background-color: rgb(238 119 102 / 0.6);
}
.bg-appointment-initial-report-face-to-face-base\/70 {
  background-color: rgb(238 119 102 / 0.7);
}
.bg-appointment-initial-report-face-to-face-base\/75 {
  background-color: rgb(238 119 102 / 0.75);
}
.bg-appointment-initial-report-face-to-face-base\/80 {
  background-color: rgb(238 119 102 / 0.8);
}
.bg-appointment-initial-report-face-to-face-base\/90 {
  background-color: rgb(238 119 102 / 0.9);
}
.bg-appointment-initial-report-face-to-face-base\/95 {
  background-color: rgb(238 119 102 / 0.95);
}
.bg-appointment-monitoring-report-base {
  --tw-bg-opacity: 1;
  background-color: rgb(242 204 143 / var(--tw-bg-opacity));
}
.bg-appointment-monitoring-report-base\/0 {
  background-color: rgb(242 204 143 / 0);
}
.bg-appointment-monitoring-report-base\/10 {
  background-color: rgb(242 204 143 / 0.1);
}
.bg-appointment-monitoring-report-base\/100 {
  background-color: rgb(242 204 143 / 1);
}
.bg-appointment-monitoring-report-base\/20 {
  background-color: rgb(242 204 143 / 0.2);
}
.bg-appointment-monitoring-report-base\/25 {
  background-color: rgb(242 204 143 / 0.25);
}
.bg-appointment-monitoring-report-base\/30 {
  background-color: rgb(242 204 143 / 0.3);
}
.bg-appointment-monitoring-report-base\/40 {
  background-color: rgb(242 204 143 / 0.4);
}
.bg-appointment-monitoring-report-base\/5 {
  background-color: rgb(242 204 143 / 0.05);
}
.bg-appointment-monitoring-report-base\/50 {
  background-color: rgb(242 204 143 / 0.5);
}
.bg-appointment-monitoring-report-base\/60 {
  background-color: rgb(242 204 143 / 0.6);
}
.bg-appointment-monitoring-report-base\/70 {
  background-color: rgb(242 204 143 / 0.7);
}
.bg-appointment-monitoring-report-base\/75 {
  background-color: rgb(242 204 143 / 0.75);
}
.bg-appointment-monitoring-report-base\/80 {
  background-color: rgb(242 204 143 / 0.8);
}
.bg-appointment-monitoring-report-base\/90 {
  background-color: rgb(242 204 143 / 0.9);
}
.bg-appointment-monitoring-report-base\/95 {
  background-color: rgb(242 204 143 / 0.95);
}
.bg-appointment-service-base {
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 163 / var(--tw-bg-opacity));
}
.bg-appointment-service-base\/0 {
  background-color: rgb(201 203 163 / 0);
}
.bg-appointment-service-base\/10 {
  background-color: rgb(201 203 163 / 0.1);
}
.bg-appointment-service-base\/100 {
  background-color: rgb(201 203 163 / 1);
}
.bg-appointment-service-base\/20 {
  background-color: rgb(201 203 163 / 0.2);
}
.bg-appointment-service-base\/25 {
  background-color: rgb(201 203 163 / 0.25);
}
.bg-appointment-service-base\/30 {
  background-color: rgb(201 203 163 / 0.3);
}
.bg-appointment-service-base\/40 {
  background-color: rgb(201 203 163 / 0.4);
}
.bg-appointment-service-base\/5 {
  background-color: rgb(201 203 163 / 0.05);
}
.bg-appointment-service-base\/50 {
  background-color: rgb(201 203 163 / 0.5);
}
.bg-appointment-service-base\/60 {
  background-color: rgb(201 203 163 / 0.6);
}
.bg-appointment-service-base\/70 {
  background-color: rgb(201 203 163 / 0.7);
}
.bg-appointment-service-base\/75 {
  background-color: rgb(201 203 163 / 0.75);
}
.bg-appointment-service-base\/80 {
  background-color: rgb(201 203 163 / 0.8);
}
.bg-appointment-service-base\/90 {
  background-color: rgb(201 203 163 / 0.9);
}
.bg-appointment-service-base\/95 {
  background-color: rgb(201 203 163 / 0.95);
}
.bg-appointment-welcome-call-base {
  --tw-bg-opacity: 1;
  background-color: rgb(181 131 141 / var(--tw-bg-opacity));
}
.bg-appointment-welcome-call-base\/0 {
  background-color: rgb(181 131 141 / 0);
}
.bg-appointment-welcome-call-base\/10 {
  background-color: rgb(181 131 141 / 0.1);
}
.bg-appointment-welcome-call-base\/100 {
  background-color: rgb(181 131 141 / 1);
}
.bg-appointment-welcome-call-base\/20 {
  background-color: rgb(181 131 141 / 0.2);
}
.bg-appointment-welcome-call-base\/25 {
  background-color: rgb(181 131 141 / 0.25);
}
.bg-appointment-welcome-call-base\/30 {
  background-color: rgb(181 131 141 / 0.3);
}
.bg-appointment-welcome-call-base\/40 {
  background-color: rgb(181 131 141 / 0.4);
}
.bg-appointment-welcome-call-base\/5 {
  background-color: rgb(181 131 141 / 0.05);
}
.bg-appointment-welcome-call-base\/50 {
  background-color: rgb(181 131 141 / 0.5);
}
.bg-appointment-welcome-call-base\/60 {
  background-color: rgb(181 131 141 / 0.6);
}
.bg-appointment-welcome-call-base\/70 {
  background-color: rgb(181 131 141 / 0.7);
}
.bg-appointment-welcome-call-base\/75 {
  background-color: rgb(181 131 141 / 0.75);
}
.bg-appointment-welcome-call-base\/80 {
  background-color: rgb(181 131 141 / 0.8);
}
.bg-appointment-welcome-call-base\/90 {
  background-color: rgb(181 131 141 / 0.9);
}
.bg-appointment-welcome-call-base\/95 {
  background-color: rgb(181 131 141 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-caixa-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 126 174 / var(--tw-bg-opacity));
}
.bg-dark-red {
  --tw-bg-opacity: 1;
  background-color: rgb(243 106 37 / var(--tw-bg-opacity));
}
.bg-dot-disabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(203 208 216 / var(--tw-bg-opacity));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(218 44 56 / var(--tw-bg-opacity));
}
.bg-error-10 {
  background-color: rgba(231, 29, 29, 0.1);
}
.bg-gainsboro {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-generic-informative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 250 249 / var(--tw-bg-opacity));
}
.bg-generic-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 235 / var(--tw-bg-opacity));
}
.bg-generic-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 57 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-background {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-grayLight {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-input-disabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 234 / var(--tw-bg-opacity));
}
.bg-modal-overlay {
  background-color: rgba(51, 51, 51, 0.4);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(180 198 196 / var(--tw-bg-opacity));
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 111 84 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-vcx-dark-white {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(247 224 109 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.\!bg-\[length\:18px\] {
  background-size: 18px !important;
}
.fill-error {
  fill: #DA2C38;
}
.fill-primary {
  fill: var(--primary-color);
}
.fill-secondary {
  fill: var(--secondary-color);
}
.fill-vcx-error-red {
  fill: #BB1313;
}
.fill-yellow-400 {
  fill: #facc15;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[3px\] {
  padding: 3px;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-\[7px\] {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[55px\] {
  padding-right: 55px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-aeonik {
  font-family: Aeonik, sans-serif;
}
.font-montserrat {
  font-family: Montserrat;
}
.font-raleway {
  font-family: Raleway;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[5px\] {
  font-size: 5px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-headline-h1 {
  font-size: 56px;
  line-height: 73px;
}
.text-headline-h2 {
  font-size: 36px;
  line-height: 48px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-title-lg {
  font-size: 22px;
  line-height: 32px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#226F54\] {
  --tw-text-opacity: 1;
  color: rgb(34 111 84 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#B3261E\] {
  --tw-text-opacity: 1;
  color: rgb(179 38 30 / var(--tw-text-opacity));
}
.text-\[\#d3d3d3\] {
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity));
}
.text-\[\#ff8a5d\] {
  --tw-text-opacity: 1;
  color: rgb(255 138 93 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-caixa-primary {
  --tw-text-opacity: 1;
  color: rgb(0 126 174 / var(--tw-text-opacity));
}
.text-campaign-accepted {
  --tw-text-opacity: 1;
  color: rgb(34 111 84 / var(--tw-text-opacity));
}
.text-campaign-cancelled {
  --tw-text-opacity: 1;
  color: rgb(231 29 29 / var(--tw-text-opacity));
}
.text-campaign-detached {
  --tw-text-opacity: 1;
  color: rgb(231 29 29 / var(--tw-text-opacity));
}
.text-campaign-finished {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-campaign-pending {
  --tw-text-opacity: 1;
  color: rgb(243 106 37 / var(--tw-text-opacity));
}
.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(218 44 56 / var(--tw-text-opacity));
}
.text-gainsboro {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-generic-informative-700 {
  --tw-text-opacity: 1;
  color: rgb(0 145 138 / var(--tw-text-opacity));
}
.text-generic-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-generic-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 64 57 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.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-link {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}
.text-mediumGray {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-policy-state {
  --tw-text-opacity: 1;
  color: rgb(243 106 37 / var(--tw-text-opacity));
}
.text-primary {
  color: var(--primary-color);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-secondary {
  color: var(--secondary-color);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(34 111 84 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-\[\#004039\] {
  accent-color: #004039;
}
.accent-primary {
  accent-color: var(--primary-color);
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[counter-increment\:section\] {
  counter-increment: section;
}
.\[counter-reset\:section\] {
  counter-reset: section;
}
:root {
  --primary-color: #004039;
  --secondary-color: #F46A25;
  --font-family: 'Montserrat', Helvetica, sans-serif !important;
}
html, body, #root {
  height: 100%;
} /* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('montserrat-v25-latin-100.227ba1a79db09d612863.woff') format('woff2'), 
       url('montserrat-v25-latin-100.227ba1a79db09d612863.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('montserrat-v25-latin-200.3ebf4198ade6d0eaab1e.woff2') format('woff2'), 
       url('montserrat-v25-latin-200.ff1e70d7ba01db85201b.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('montserrat-v25-latin-300.0cc3e06704117dcfc367.woff2') format('woff2'), 
       url('montserrat-v25-latin-300.546a8d3d3ae778117481.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('montserrat-v25-latin-regular.acb6629fe45c43ad5d8b.woff2') format('woff2'), 
       url('montserrat-v25-latin-regular.281179d375517d9c131b.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('montserrat-v25-latin-500.38a674fae449557fef97.woff2') format('woff2'), 
       url('montserrat-v25-latin-500.62a04d3d3d6d38ba2a92.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('montserrat-v25-latin-600.5d6df38dd70f631c488b.woff2') format('woff2'), 
       url('montserrat-v25-latin-600.e5f115311730acb7c305.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('montserrat-v25-latin-700.56c09b9a46af6a54eeb3.woff2') format('woff2'), 
       url('montserrat-v25-latin-700.fb5068a547276441355d.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('montserrat-v25-latin-800.1d6a43e98bd10cc3f86d.woff2') format('woff2'), 
       url('montserrat-v25-latin-800.5d71387e7b31e17b93c7.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('montserrat-v25-latin-900.0224a085141ad2d60479.woff2') format('woff2'), 
       url('montserrat-v25-latin-900.309923ab7ba30c01d1a7.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-100italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('montserrat-v25-latin-100italic.9cf8cf64790df859f528.woff2') format('woff2'), 
       url('montserrat-v25-latin-100italic.6a0760f91631eeec2cb6.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-200italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: local(''),
       url('montserrat-v25-latin-200italic.4c484a7aa358bf3b2303.woff2') format('woff2'), 
       url('montserrat-v25-latin-200italic.a4fcc415895cbff7bceb.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-300italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('montserrat-v25-latin-300italic.00e3a55fbf617671d0e8.woff2') format('woff2'), 
       url('montserrat-v25-latin-300italic.a4c1ee12652e484e7e51.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('montserrat-v25-latin-italic.254f9287f488a9ca67f4.woff2') format('woff2'), 
       url('montserrat-v25-latin-italic.cf8a0bcaff094377bccb.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-500italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('montserrat-v25-latin-500italic.51b6167887dc3cd01cf6.woff2') format('woff2'), 
       url('montserrat-v25-latin-500italic.54fde1337614e2adc532.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-600italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('montserrat-v25-latin-600italic.f9b917e1802b7cd4c052.woff2') format('woff2'), 
       url('montserrat-v25-latin-600italic.46c1ab29d01c6b8c9b50.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-700italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('montserrat-v25-latin-700italic.c1a0fe30f871ee0a4360.woff2') format('woff2'), 
       url('montserrat-v25-latin-700italic.1cb90845622a65b0ff9b.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-800italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local(''),
       url('montserrat-v25-latin-800italic.f5bc3262f406062ad4b6.woff2') format('woff2'), 
       url('montserrat-v25-latin-800italic.fae096afdb6d87a466c2.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* montserrat-900italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('montserrat-v25-latin-900italic.76082cfc7d10d8361406.woff2') format('woff2'), 
       url('montserrat-v25-latin-900italic.300c098ceccf4e59e315.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-Light.58bcdae09d89ccd8d086.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-LightItalic.a673b3ada3531cd8e8a8.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-Regular.3927fa2a37e6f7f4c7c0.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-Italic.a0018c8a791a6d9b8e3e.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-Medium.601cda68c7b7bbcc9a12.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-MediumItalic.74d4db62e93d0f988ea3.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-SemiBold.cc770b2afb65067aae51.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-SemiBoldItalic.87b2cd29a7cb14781cae.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-Bold.18960343b3da49bfd353.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-BoldItalic.1eebed4b223d1adc34ae.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-ExtraBold.8b7015f87bd9859e1382.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('Raleway-ExtraBoldItalic.1d536482cdbec07cc8e9.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Air.242013a3d3e7549bcf61.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-AirItalic.ec57266d3e7ac76cfbe4.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Thin.0fe25eeab4166371236a.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-ThinItalic.80d858c12af7e94ce86d.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Light.d7287efea9072bdc662b.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-LightItalic.63bcc33ca02aefa158af.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Regular.a6071246ffbe04a97c1a.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-RegularItalic.9b3daebc305ade6fdd7d.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Medium.266cb706ea1c20b8c13c.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-MediumItalic.6d909b0c0e04870980e6.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Bold.ab948055cb5ca5030c5b.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-BoldItalic.5e558501feb84a7bb54f.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-Black.8327225a22e9b67836a3.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('Aeonik-BlackItalic.eb6447215adf575e78ef.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
[data-name$="_score_summary_executive"] .grid {
  display: inline-flex;
}
[data-name$="_area_summary_executive"] {
  color: var(--secondary-color);
}
.marker\:\[content\:counters\(section\2c \'\.\'\)\] *::marker {
  content: counters(section,'.');
}
.marker\:\[content\:counters\(section\2c \'\.\'\)\]::marker {
  content: counters(section,'.');
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-3::before {
  content: var(--tw-content);
  left: -0.75rem;
}
.before\:bottom-6::before {
  content: var(--tw-content);
  bottom: 1.5rem;
}
.before\:left-\[-37px\]::before {
  content: var(--tw-content);
  left: -37px;
}
.before\:top-4::before {
  content: var(--tw-content);
  top: 1rem;
}
.before\:top-7::before {
  content: var(--tw-content);
  top: 1.75rem;
}
.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}
.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}
.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}
.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.before\:bg-grayLight::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.before\:bg-primary::before {
  content: var(--tw-content);
  background-color: var(--primary-color);
}
.first\:border-r:first-child {
  border-right-width: 1px;
}
.first\:pl-4:first-child {
  padding-left: 1rem;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-2:hover {
  border-width: 2px;
}
.hover\:\!border-grayLight:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}
.hover\:border-caixa-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 126 174 / var(--tw-border-opacity));
}
.hover\:border-error:hover {
  --tw-border-opacity: 1;
  border-color: rgb(218 44 56 / var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  border-color: var(--primary-color);
}
.hover\:border-secondary:hover {
  border-color: var(--secondary-color);
}
.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#E9EEED\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 237 / var(--tw-bg-opacity));
}
.hover\:bg-generic-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 97 / var(--tw-bg-opacity));
}
.hover\:bg-generic-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 235 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  background-color: var(--primary-color);
}
.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 198 196 / var(--tw-bg-opacity));
}
.hover\:bg-primary-opacity:hover {
  background-color: rgba(0, 64, 57, 0.1);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:fill-white:hover {
  fill: #fff;
}
.hover\:text-caixa-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 126 174 / var(--tw-text-opacity));
}
.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgb(218 44 56 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  color: var(--primary-color);
}
.hover\:text-secondary:hover {
  color: var(--secondary-color);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:bg-generic-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 57 / var(--tw-bg-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-generic-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(138 167 164 / var(--tw-ring-opacity));
}
.focus-visible\:outline-error:focus-visible {
  outline-color: #DA2C38;
}
.active\:bg-generic-primary-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(176 196 194 / var(--tw-bg-opacity));
}
.active\:bg-generic-primary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 52 / var(--tw-bg-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-generic-primary-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(138 167 164 / var(--tw-border-opacity));
}
.disabled\:border-mediumGray:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.disabled\:bg-generic-primary-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(176 196 194 / var(--tw-bg-opacity));
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.disabled\:bg-mediumGray:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.disabled\:text-generic-primary-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(138 167 164 / var(--tw-text-opacity));
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-75:disabled {
  opacity: 0.75;
}
.peer:checked ~ .peer-checked\:border-4 {
  border-width: 4px;
}
.peer:checked ~ .peer-checked\:border-primary {
  border-color: var(--primary-color);
}
:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }
  .dark\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}
@media (min-width: 640px) {
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[88px\] {
    height: 88px;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-\[60\%\] {
    width: 60%;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-solid {
    border-style: solid;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-\[350px\] {
    height: 350px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:h-\[708px\] {
    height: 708px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-\[60px\] {
    width: 60px;
  }
  .md\:w-\[650px\] {
    width: 650px;
  }
  .md\:w-\[704px\] {
    width: 704px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:cursor-default {
    cursor: default;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\: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)));
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:bottom-0 {
    bottom: 0px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[120px\] {
    min-height: 120px;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[52\%\] {
    width: 52%;
  }
  .lg\:w-\[677px\] {
    width: 677px;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:max-w-6xl {
    max-width: 72rem;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[70\%_30\%\] {
    grid-template-columns: 70% 30%;
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:bg-gray-background {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\: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);
  }
  .lg\:shadow-black {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored);
  }
}
@media (min-width: 1280px) {
  .xl\:right-16 {
    right: 4rem;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .xl\:col-end-5 {
    grid-column-end: 5;
  }
  .xl\:w-3\/12 {
    width: 25%;
  }
  .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .xl\:w-\[40\%\] {
    width: 40%;
  }
  .xl\:w-\[50\%\] {
    width: 50%;
  }
  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:max-w-\[1360px\] {
    max-width: 1360px;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-2\.5 {
    padding: 0.625rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1450px) {
  .custom-xl\:p-6 {
    padding: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }
  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }
}
.\[\&\>svg\]\:cursor-pointer>svg {
  cursor: pointer;
}



/*# sourceMappingURL=styles.31269eda20450af3.css.map*/