@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}.react-calendar--doubleView {
  width: 700px;
}.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}.react-calendar button:enabled:hover {
  cursor: pointer;
}.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}.react-calendar__tile--now {
  background: #ffff76;
}.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}.react-calendar__tile--hasActive {
  background: #76baff;
}.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}.react-calendar__tile--active {
  background: #006edc;
  color: white;
}.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}/*
! tailwindcss v3.2.7 | 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: currentColor; /* 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.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}html{font-family:"DM Sans",sans-serif !important;font-feature-settings:"kern" !important;-webkit-font-smoothing:antialiased;letter-spacing:-0.5px}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@media (min-width: 375px){.container{
    max-width: 375px;
  }
}@media (min-width: 425px){.container{
    max-width: 425px;
  }
}@media (min-width: 576px){.container{
    max-width: 576px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 992px){.container{
    max-width: 992px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}@media (min-width: 1441px){.container{
    max-width: 1441px;
  }
}@media (min-width: 1600px){.container{
    max-width: 1600px;
  }
}@media (min-width: 1850px){.container{
    max-width: 1850px;
  }
}.pointer-events-none{
  pointer-events: none;
}.visible{
  visibility: visible;
}.collapse{
  visibility: collapse;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}.-left-4{
  left: -1rem;
}.-right-2{
  right: -0.5rem;
}.-right-2\.5{
  right: -0.625rem;
}.-top-9{
  top: -2.25rem;
}.bottom-0{
  bottom: 0px;
}.bottom-28{
  bottom: 7rem;
}.left-0{
  left: 0px;
}.left-1{
  left: 0.25rem;
}.left-1\.5{
  left: 0.375rem;
}.left-1\/2{
  left: 50%;
}.left-3{
  left: 0.75rem;
}.left-5{
  left: 1.25rem;
}.left-9{
  left: 2.25rem;
}.right-0{
  right: 0px;
}.right-2{
  right: 0.5rem;
}.right-2\.5{
  right: 0.625rem;
}.right-4{
  right: 1rem;
}.right-5{
  right: 1.25rem;
}.right-6{
  right: 1.5rem;
}.top-0{
  top: 0px;
}.top-1{
  top: 0.25rem;
}.top-1\/2{
  top: 50%;
}.top-2{
  top: 0.5rem;
}.top-2\.5{
  top: 0.625rem;
}.top-3{
  top: 0.75rem;
}.top-3\.5{
  top: 0.875rem;
}.top-4{
  top: 1rem;
}.top-5{
  top: 1.25rem;
}.top-6{
  top: 1.5rem;
}.top-\[6px\]{
  top: 6px;
}.top-full{
  top: 100%;
}.\!z-50{
  z-index: 50 !important;
}.z-10{
  z-index: 10;
}.z-100{
  z-index: 100;
}.z-101{
  z-index: 101;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-\[100\]{
  z-index: 100;
}.z-\[110\]{
  z-index: 110;
}.z-\[111\]{
  z-index: 111;
}.z-\[70\]{
  z-index: 70;
}.z-\[90\]{
  z-index: 90;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.order-3{
  order: 3;
}.order-4{
  order: 4;
}.order-first{
  order: -9999;
}.col-span-1{
  grid-column: span 1 / span 1;
}.m-0{
  margin: 0px;
}.m-1{
  margin: 0.25rem;
}.m-1\.5{
  margin: 0.375rem;
}.m-2{
  margin: 0.5rem;
}.m-auto{
  margin: auto;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}.\!mb-2{
  margin-bottom: 0.5rem !important;
}.\!mt-0{
  margin-top: 0px !important;
}.\!mt-16{
  margin-top: 4rem !important;
}.-ml-1{
  margin-left: -0.25rem;
}.-ml-1\.5{
  margin-left: -0.375rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-0\.5{
  margin-bottom: 0.125rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-16{
  margin-bottom: 4rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-24{
  margin-bottom: 6rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-3\.5{
  margin-bottom: 0.875rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-7{
  margin-bottom: 1.75rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-9{
  margin-bottom: 2.25rem;
}.mb-auto{
  margin-bottom: auto;
}.ml-1{
  margin-left: 0.25rem;
}.ml-1\.5{
  margin-left: 0.375rem;
}.ml-10{
  margin-left: 2.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.ml-2\.5{
  margin-left: 0.625rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-3\.5{
  margin-left: 0.875rem;
}.ml-4{
  margin-left: 1rem;
}.ml-5{
  margin-left: 1.25rem;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-1\.5{
  margin-right: 0.375rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-2\.5{
  margin-right: 0.625rem;
}.mr-3{
  margin-right: 0.75rem;
}.mr-3\.5{
  margin-right: 0.875rem;
}.mr-4{
  margin-right: 1rem;
}.mr-5{
  margin-right: 1.25rem;
}.mr-auto{
  margin-right: auto;
}.mt-0{
  margin-top: 0px;
}.mt-1{
  margin-top: 0.25rem;
}.mt-1\.5{
  margin-top: 0.375rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-14{
  margin-top: 3.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-24{
  margin-top: 6rem;
}.mt-28{
  margin-top: 7rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[10vh\]{
  margin-top: 10vh;
}.mt-\[76px\]{
  margin-top: 76px;
}.mt-auto{
  margin-top: auto;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.\!h-12{
  height: 3rem !important;
}.\!h-4{
  height: 1rem !important;
}.\!h-5{
  height: 1.25rem !important;
}.\!h-6{
  height: 1.5rem !important;
}.\!h-7{
  height: 1.75rem !important;
}.\!h-8{
  height: 2rem !important;
}.\!h-9{
  height: 2.25rem !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-15{
  height: 3.75rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-3{
  height: 0.75rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-5\/6{
  height: 83.333333%;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-80{
  height: 20rem;
}.h-96{
  height: 24rem;
}.h-\[100px\]{
  height: 100px;
}.h-\[10px\]{
  height: 10px;
}.h-\[120px\]{
  height: 120px;
}.h-\[136px\]{
  height: 136px;
}.h-\[14px\]{
  height: 14px;
}.h-\[170px\]{
  height: 170px;
}.h-\[180px\]{
  height: 180px;
}.h-\[20px\]{
  height: 20px;
}.h-\[300px\]{
  height: 300px;
}.h-\[30px\]{
  height: 30px;
}.h-\[320px\]{
  height: 320px;
}.h-\[32px\]{
  height: 32px;
}.h-\[350px\]{
  height: 350px;
}.h-\[500px\]{
  height: 500px;
}.h-\[50px\]{
  height: 50px;
}.h-\[60\%\]{
  height: 60%;
}.h-\[602px\]{
  height: 602px;
}.h-\[60px\]{
  height: 60px;
}.h-\[64px\]{
  height: 64px;
}.h-\[70vh\]{
  height: 70vh;
}.h-\[80px\]{
  height: 80px;
}.h-\[90px\]{
  height: 90px;
}.h-\[calc\(82\.4vw\/1\.78\+185px\)\]{
  height: calc(82.4vw / 1.78 + 185px);
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.h-screen{
  height: 100vh;
}.max-h-0{
  max-height: 0px;
}.max-h-3{
  max-height: 0.75rem;
}.max-h-3\.5{
  max-height: 0.875rem;
}.max-h-40{
  max-height: 10rem;
}.max-h-96{
  max-height: 24rem;
}.max-h-\[358px\]{
  max-height: 358px;
}.max-h-\[600px\]{
  max-height: 600px;
}.max-h-\[648px\]{
  max-height: 648px;
}.max-h-\[74vh\]{
  max-height: 74vh;
}.min-h-\[200px\]{
  min-height: 200px;
}.min-h-\[20px\]{
  min-height: 20px;
}.min-h-\[60vh\]{
  min-height: 60vh;
}.min-h-\[78vh\]{
  min-height: 78vh;
}.min-h-full{
  min-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.\!w-20{
  width: 5rem !important;
}.\!w-4{
  width: 1rem !important;
}.\!w-40{
  width: 10rem !important;
}.\!w-48{
  width: 12rem !important;
}.\!w-5{
  width: 1.25rem !important;
}.\!w-6{
  width: 1.5rem !important;
}.\!w-64{
  width: 16rem !important;
}.\!w-7{
  width: 1.75rem !important;
}.\!w-8{
  width: 2rem !important;
}.\!w-9{
  width: 2.25rem !important;
}.\!w-\[100px\]{
  width: 100px !important;
}.\!w-\[120px\]{
  width: 120px !important;
}.\!w-\[180px\]{
  width: 180px !important;
}.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}.\!w-full{
  width: 100% !important;
}.w-0{
  width: 0px;
}.w-1{
  width: 0.25rem;
}.w-1\/2{
  width: 50%;
}.w-10{
  width: 2.5rem;
}.w-14{
  width: 3.5rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-2\/5{
  width: 40%;
}.w-24{
  width: 6rem;
}.w-28{
  width: 7rem;
}.w-3{
  width: 0.75rem;
}.w-3\.5{
  width: 0.875rem;
}.w-3\/4{
  width: 75%;
}.w-32{
  width: 8rem;
}.w-36{
  width: 9rem;
}.w-4{
  width: 1rem;
}.w-4\/5{
  width: 80%;
}.w-44{
  width: 11rem;
}.w-48{
  width: 12rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-72{
  width: 18rem;
}.w-8{
  width: 2rem;
}.w-9\/12{
  width: 75%;
}.w-96{
  width: 24rem;
}.w-\[100px\]{
  width: 100px;
}.w-\[120px\]{
  width: 120px;
}.w-\[14px\]{
  width: 14px;
}.w-\[150px\]{
  width: 150px;
}.w-\[16px\]{
  width: 16px;
}.w-\[20px\]{
  width: 20px;
}.w-\[210px\]{
  width: 210px;
}.w-\[24px\]{
  width: 24px;
}.w-\[260px\]{
  width: 260px;
}.w-\[300px\]{
  width: 300px;
}.w-\[30px\]{
  width: 30px;
}.w-\[310px\]{
  width: 310px;
}.w-\[330px\]{
  width: 330px;
}.w-\[34px\]{
  width: 34px;
}.w-\[55px\]{
  width: 55px;
}.w-\[60px\]{
  width: 60px;
}.w-\[72px\]{
  width: 72px;
}.w-\[80px\]{
  width: 80px;
}.w-\[90px\]{
  width: 90px;
}.w-\[90vw\]{
  width: 90vw;
}.w-\[95px\]{
  width: 95px;
}.w-\[calc\(100vw-2rem\)\]{
  width: calc(100vw - 2rem);
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.w-max{
  width: -moz-max-content;
  width: max-content;
}.w-screen{
  width: 100vw;
}.min-w-\[100px\]{
  min-width: 100px;
}.min-w-\[110px\]{
  min-width: 110px;
}.min-w-\[120px\]{
  min-width: 120px;
}.min-w-\[125px\]{
  min-width: 125px;
}.min-w-\[130px\]{
  min-width: 130px;
}.min-w-\[140px\]{
  min-width: 140px;
}.min-w-\[150px\]{
  min-width: 150px;
}.min-w-\[170px\]{
  min-width: 170px;
}.min-w-\[180px\]{
  min-width: 180px;
}.min-w-\[185px\]{
  min-width: 185px;
}.min-w-\[190px\]{
  min-width: 190px;
}.min-w-\[200px\]{
  min-width: 200px;
}.min-w-\[20px\]{
  min-width: 20px;
}.min-w-\[220px\]{
  min-width: 220px;
}.min-w-\[250px\]{
  min-width: 250px;
}.min-w-\[295px\]{
  min-width: 295px;
}.min-w-\[333px\]{
  min-width: 333px;
}.min-w-\[350px\]{
  min-width: 350px;
}.min-w-\[353px\]{
  min-width: 353px;
}.min-w-\[400px\]{
  min-width: 400px;
}.min-w-\[80px\]{
  min-width: 80px;
}.min-w-\[85px\]{
  min-width: 85px;
}.min-w-full{
  min-width: 100%;
}.max-w-0{
  max-width: 0rem;
}.max-w-\[120px\]{
  max-width: 120px;
}.max-w-\[140px\]{
  max-width: 140px;
}.max-w-\[180px\]{
  max-width: 180px;
}.max-w-\[190px\]{
  max-width: 190px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[240px\]{
  max-width: 240px;
}.max-w-\[260px\]{
  max-width: 260px;
}.max-w-\[280px\]{
  max-width: 280px;
}.max-w-\[290px\]{
  max-width: 290px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[310px\]{
  max-width: 310px;
}.max-w-\[318px\]{
  max-width: 318px;
}.max-w-\[343px\]{
  max-width: 343px;
}.max-w-\[350px\]{
  max-width: 350px;
}.max-w-\[400px\]{
  max-width: 400px;
}.max-w-\[424px\]{
  max-width: 424px;
}.max-w-\[550px\]{
  max-width: 550px;
}.max-w-\[800px\]{
  max-width: 800px;
}.max-w-\[90\%\]{
  max-width: 90%;
}.max-w-full{
  max-width: 100%;
}.max-w-none{
  max-width: none;
}.max-w-sm{
  max-width: 24rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-2{
  flex: 2;
}.shrink{
  flex-shrink: 1;
}.shrink-0{
  flex-shrink: 0;
}.basis-32{
  flex-basis: 8rem;
}.origin-bottom{
  transform-origin: bottom;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[260px\]{
  --tw-translate-x: 260px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-move{
  cursor: move;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.resize-none{
  resize: none;
}.resize{
  resize: both;
}.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}.snap-start{
  scroll-snap-align: start;
}.list-\[\'-\'\]{
  list-style-type: '-';
}.list-\[lower-alpha\]{
  list-style-type: lower-alpha;
}.list-decimal{
  list-style-type: decimal;
}.list-disc{
  list-style-type: disc;
}.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, 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-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-col-reverse{
  flex-direction: column-reverse;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-items-center{
  justify-items: center;
}.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-\[10px\]{
  gap: 10px;
}.gap-\[24px\]{
  gap: 24px;
}.gap-\[60px\]{
  gap: 60px;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-5{
  row-gap: 1.25rem;
}.justify-self-center{
  justify-self: center;
}.justify-self-stretch{
  justify-self: stretch;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-x-scroll{
  overflow-x: scroll;
}.overflow-y-scroll{
  overflow-y: scroll;
}.scroll-smooth{
  scroll-behavior: smooth;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.break-words{
  overflow-wrap: break-word;
}.\!rounded-lg{
  border-radius: 0.5rem !important;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-4xl{
  border-radius: 1.875rem;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[16px\]{
  border-radius: 16px;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-\[5px\]{
  border-radius: 5px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.\!rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}.\!rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-4{
  border-width: 4px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l{
  border-left-width: 1px;
}.border-l-2{
  border-left-width: 2px;
}.border-l-6{
  border-left-width: 6px;
}.border-r{
  border-right-width: 1px;
}.border-r-2{
  border-right-width: 2px;
}.border-t{
  border-top-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-solid{
  border-style: solid;
}.border-dashed{
  border-style: dashed;
}.\!border-none{
  border-style: none !important;
}.border-none{
  border-style: none;
}.\!border-green-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 139 108 / var(--tw-border-opacity)) !important;
}.\!border-red-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 90 84 / var(--tw-border-opacity)) !important;
}.border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgb(135 135 135 / var(--tw-border-opacity));
}.border-gray-light_border{
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}.border-gray-primary{
  --tw-border-opacity: 1;
  border-color: rgb(219 218 218 / var(--tw-border-opacity));
}.border-green-primary{
  --tw-border-opacity: 1;
  border-color: rgb(22 139 108 / var(--tw-border-opacity));
}.border-green-second{
  --tw-border-opacity: 1;
  border-color: rgb(31 178 139 / var(--tw-border-opacity));
}.border-red-primary{
  --tw-border-opacity: 1;
  border-color: rgb(233 90 84 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-yellow-primary{
  --tw-border-opacity: 1;
  border-color: rgb(241 194 25 / var(--tw-border-opacity));
}.border-b-gray-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 218 218 / var(--tw-border-opacity));
}.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-r-green-primary{
  --tw-border-opacity: 1;
  border-right-color: rgb(22 139 108 / var(--tw-border-opacity));
}.\!bg-gray-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity)) !important;
}.\!bg-green-background{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 251 230 / var(--tw-bg-opacity)) !important;
}.\!bg-green-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 70 54 / var(--tw-bg-opacity)) !important;
}.\!bg-red-background{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 241 / var(--tw-bg-opacity)) !important;
}.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.\!bg-yellow-background{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 225 / var(--tw-bg-opacity)) !important;
}.bg-\[\#1FB28B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 178 139 / var(--tw-bg-opacity));
}.bg-blue-background{
  --tw-bg-opacity: 1;
  background-color: rgb(235 240 253 / var(--tw-bg-opacity));
}.bg-gray-background{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-gray-background-light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}.bg-gray-fill{
  background-color: rgba(0, 0, 0, 0.7);
}.bg-gray-light_border{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}.bg-gray-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity));
}.bg-gray-surface_light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 244 / var(--tw-bg-opacity));
}.bg-green-background{
  --tw-bg-opacity: 1;
  background-color: rgb(222 251 230 / var(--tw-bg-opacity));
}.bg-green-light_green{
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 239 / var(--tw-bg-opacity));
}.bg-green-lime{
  --tw-bg-opacity: 1;
  background-color: rgb(246 255 247 / var(--tw-bg-opacity));
}.bg-green-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.bg-green-second{
  --tw-bg-opacity: 1;
  background-color: rgb(31 178 139 / var(--tw-bg-opacity));
}.bg-green-solid{
  --tw-bg-opacity: 1;
  background-color: rgb(236 255 238 / var(--tw-bg-opacity));
}.bg-green-step{
  --tw-bg-opacity: 1;
  background-color: rgb(3 112 80 / var(--tw-bg-opacity));
}.bg-red-background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 241 / var(--tw-bg-opacity));
}.bg-red-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(233 90 84 / var(--tw-bg-opacity));
}.bg-shadow-modalOverlay{
  background-color: rgba(0, 0, 0, 0.7);
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}.bg-yellow-background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 225 / var(--tw-bg-opacity));
}.bg-yellow-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(241 194 25 / var(--tw-bg-opacity));
}.bg-none{
  background-image: none;
}.bg-contain{
  background-size: contain;
}.bg-cover{
  background-size: cover;
}.bg-clip-border{
  background-clip: border-box;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.fill-gray-dark{
  fill: #878787;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.\!p-4{
  padding: 1rem !important;
}.\!p-\[20px\]{
  padding: 20px !important;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-7{
  padding: 1.75rem;
}.p-\[15px\]{
  padding: 15px;
}.p-\[30px\]{
  padding: 30px;
}.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.\!py-\[20px\]{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}.\!pr-5{
  padding-right: 1.25rem !important;
}.\!pt-0{
  padding-top: 0px !important;
}.pb-0{
  padding-bottom: 0px;
}.pb-0\.5{
  padding-bottom: 0.125rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-2\.5{
  padding-bottom: 0.625rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-7{
  padding-bottom: 1.75rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-0{
  padding-left: 0px;
}.pl-1{
  padding-left: 0.25rem;
}.pl-15{
  padding-left: 3.75rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-3{
  padding-left: 0.75rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pl-7{
  padding-left: 1.75rem;
}.pl-8{
  padding-left: 2rem;
}.pl-\[54px\]{
  padding-left: 54px;
}.pr-0{
  padding-right: 0px;
}.pr-10{
  padding-right: 2.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-5{
  padding-right: 1.25rem;
}.pr-\[30px\]{
  padding-right: 30px;
}.pt-0{
  padding-top: 0px;
}.pt-1{
  padding-top: 0.25rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-12{
  padding-top: 3rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.text-center{
  text-align: center;
}.\!text-start{
  text-align: start !important;
}.text-start{
  text-align: start;
}.text-end{
  text-align: end;
}.font-dm{
  font-family: DM Sans, sans-serif;
}.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.\!text-4xl{
  font-size: 2rem !important;
}.\!text-\[10px\]{
  font-size: 10px !important;
}.\!text-\[8px\]{
  font-size: 8px !important;
}.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2rem;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[24px\]{
  font-size: 24px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.\!font-bold{
  font-weight: 700 !important;
}.\!font-normal{
  font-weight: 400 !important;
}.font-bold{
  font-weight: 700;
}.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-3{
  line-height: .75rem !important;
}.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(22 22 22 / var(--tw-text-opacity)) !important;
}.\!text-gray-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(160 162 177 / var(--tw-text-opacity)) !important;
}.\!text-green-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(22 139 108 / var(--tw-text-opacity)) !important;
}.\!text-green-step{
  --tw-text-opacity: 1 !important;
  color: rgb(3 112 80 / var(--tw-text-opacity)) !important;
}.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-\[\#A0B1A5\]{
  --tw-text-opacity: 1;
  color: rgb(160 177 165 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}.text-blue-primary{
  --tw-text-opacity: 1;
  color: rgb(45 96 229 / var(--tw-text-opacity));
}.text-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}.text-gray-placeholder{
  --tw-text-opacity: 1;
  color: rgb(160 162 177 / var(--tw-text-opacity));
}.text-gray-primary{
  --tw-text-opacity: 1;
  color: rgb(219 218 218 / var(--tw-text-opacity));
}.text-green-primary{
  --tw-text-opacity: 1;
  color: rgb(22 139 108 / var(--tw-text-opacity));
}.text-red-primary{
  --tw-text-opacity: 1;
  color: rgb(233 90 84 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white\/0{
  color: rgb(255 255 255 / 0);
}.text-yellow-second{
  --tw-text-opacity: 1;
  color: rgb(223 175 3 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.decoration-green-primary{
  text-decoration-color: #168B6C;
}.underline-offset-2{
  text-underline-offset: 2px;
}.underline-offset-8{
  text-underline-offset: 8px;
}.opacity-25{
  opacity: 0.25;
}.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-3xl{
  --tw-shadow: 14px 17px 40px 4px;
  --tw-shadow-colored: 14px 17px 40px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-shadow-500{
  --tw-shadow-color: rgba(112, 144, 176, 0.08);
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}.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);
}.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-100{
  transition-duration: 100ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-\[0\.25s\]{
  transition-duration: 0.25s;
}.duration-\[0\.2s\]{
  transition-duration: 0.2s;
}.duration-\[0\.5s\]{
  transition-duration: 0.5s;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}input.defaultCheckbox{color:#fff}input.defaultCheckbox::before{content:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66662 10.115L12.7946 3.98633L13.7379 4.92899L6.66662 12.0003L2.42395 7.75766L3.36662 6.81499L6.66662 10.115Z' fill='white'/%3E%3C/svg%3E%0A");fill:currentColor;opacity:0;height:16px;width:16px;top:0;position:absolute;left:50%;transform:translate(-50%, 0px)}input.defaultCheckbox::before path{fill:currentColor}input:checked.defaultCheckbox::before{opacity:1}body .react-calendar{border:unset;background-color:rgba(0,0,0,0);font-family:"DM Sans",sans-serif}body .react-calendar__navigation__prev2-button{display:none}body .react-calendar__navigation__next2-button{display:none}body .react-calendar__navigation{align-items:center}body abbr[title]{color:rgba(22,22,22,.5);font-weight:normal;border-bottom:none;text-decoration:unset !important}body .react-calendar__navigation__prev-button{background-color:#fff !important;border-radius:10px;min-width:34px !important;height:34px !important;color:#000}body .react-calendar__navigation__next-button{background-color:#fff !important;border-radius:10px;min-width:34px !important;width:34px !important;height:34px !important;color:#000}body .react-calendar__navigation__label{font-weight:700 !important;font-size:18px}body .react-calendar__navigation__label:hover,body .react-calendar__navigation__label:focus{background-color:unset !important;border-radius:10px}body .react-calendar__tile{border-radius:10px;font-size:12px;display:flex;align-items:center;justify-content:center;padding:0 !important;height:34px !important;color:#161616}body .react-calendar__month-view__weekdays{background-color:#fff;border-radius:10px;margin-bottom:6px}body .react-calendar__month-view__days__day--weekend{color:#161616}body .react-calendar__tile--now,body .react-calendar__tile--now:enabled:hover,body .react-calendar__tile--now:enabled:focus{background-color:#f4f7fe;border-radius:10px}body .react-calendar__month-view__days__day--neighboringMonth{color:#b0bbd5}body .react-calendar__tile--active,body .react-calendar__tile--active:enabled:hover,body .react-calendar__tile--active:enabled:focus{background:#168b6c;border-radius:10px;color:#fff}body .react-calendar__tile--range,body .react-calendar__tile--range:enabled:hover,body .react-calendar__tile--range:enabled:focus{background:#f4f7fe;color:#168b6c;border-radius:0px}body .react-calendar__tile--rangeStart,body .react-calendar__tile--rangeStart:enabled:hover,body .react-calendar__tile--rangeStart:enabled:focus{background:#168b6c;border-top-left-radius:10px;border-bottom-left-radius:10px;color:#fff}body .react-calendar__tile--rangeEnd,body .react-calendar__tile--rangeEnd:enabled:hover,body .react-calendar__tile--rangeEnd:enabled:focus{background:#168b6c;border-top-right-radius:10px;border-bottom-right-radius:10px;color:#fff}body .react-calendar__tile--rangeEnd:disabled{background-color:#fff;color:#168b6c;text-decoration:line-through}body .react-calendar__tile:disabled{background-color:#fff;text-decoration:line-through}.placeholder\:\!text-green-primary::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(22 139 108 / var(--tw-text-opacity)) !important;
}.placeholder\:\!text-green-primary::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(22 139 108 / var(--tw-text-opacity)) !important;
}.placeholder\:\!text-red-primary::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(233 90 84 / var(--tw-text-opacity)) !important;
}.placeholder\:\!text-red-primary::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(233 90 84 / var(--tw-text-opacity)) !important;
}.placeholder\:text-gray-placeholder::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(160 162 177 / var(--tw-text-opacity));
}.placeholder\:text-gray-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(160 162 177 / var(--tw-text-opacity));
}.placeholder\:text-green-primary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(22 139 108 / var(--tw-text-opacity));
}.placeholder\:text-green-primary::placeholder{
  --tw-text-opacity: 1;
  color: rgb(22 139 108 / var(--tw-text-opacity));
}.placeholder\:text-red-primary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(233 90 84 / var(--tw-text-opacity));
}.placeholder\:text-red-primary::placeholder{
  --tw-text-opacity: 1;
  color: rgb(233 90 84 / var(--tw-text-opacity));
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:left-\[50\%\]::before{
  content: var(--tw-content);
  left: 50%;
}.before\:top-\[3px\]::before{
  content: var(--tw-content);
  top: 3px;
}.before\:top-\[50\%\]::before{
  content: var(--tw-content);
  top: 50%;
}.before\:mr-1::before{
  content: var(--tw-content);
  margin-right: 0.25rem;
}.before\:mr-1\.5::before{
  content: var(--tw-content);
  margin-right: 0.375rem;
}.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}.before\:w-4::before{
  content: var(--tw-content);
  width: 1rem;
}.before\:translate-x-\[-50\%\]::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:translate-x-\[2px\]::before{
  content: var(--tw-content);
  --tw-translate-x: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:translate-y-\[-50\%\]::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:rounded-\[20px\]::before{
  content: var(--tw-content);
  border-radius: 20px;
}.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}.before\:bg-gray-primary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity));
}.before\:transition::before{
  content: var(--tw-content);
  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;
}.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.before\:duration-\[0\.2s\]::before{
  content: var(--tw-content);
  transition-duration: 0.2s;
}.before\:content-\[\"\"\]::before{
  --tw-content: "";
  content: var(--tw-content);
}.before\:content-\[\'\2014\'\]::before{
  --tw-content: '—';
  content: var(--tw-content);
}.checked\:border-none:checked{
  border-style: none;
}.checked\:bg-gray-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity));
}.checked\:bg-green-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.checked\:bg-green-switch:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(222 255 226 / var(--tw-bg-opacity));
}.checked\:text-white:checked{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.checked\:before\:translate-x-\[22px\]:checked::before{
  content: var(--tw-content);
  --tw-translate-x: 22px;
  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));
}.checked\:before\:bg-green-primary:checked::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.hover\:cursor-pointer:hover{
  cursor: pointer;
}.hover\:bg-gray-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity));
}.hover\:bg-green-light_green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 239 / var(--tw-bg-opacity));
}.hover\:bg-green-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.hover\:bg-green-second:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 178 139 / var(--tw-bg-opacity));
}.hover\:bg-green-switch:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(222 255 226 / var(--tw-bg-opacity));
}.hover\:bg-red-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 34 27 / var(--tw-bg-opacity));
}.hover\:font-bold:hover{
  font-weight: 700;
}.hover\:\!text-green-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(22 139 108 / var(--tw-text-opacity)) !important;
}.hover\:text-green-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(22 139 108 / var(--tw-text-opacity));
}.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\:border-green-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(22 139 108 / var(--tw-border-opacity));
}.focus\:border-red-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(233 90 84 / var(--tw-border-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.active\:bg-green-active:active{
  --tw-bg-opacity: 1;
  background-color: rgb(15 101 78 / var(--tw-bg-opacity));
}.active\:bg-red-background:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 241 / var(--tw-bg-opacity));
}.enabled\:hover\:bg-green-light_green:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 239 / var(--tw-bg-opacity));
}.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}.disabled\:border-gray-placeholder:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(160 162 177 / var(--tw-border-opacity));
}.disabled\:bg-gray-primary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 218 / var(--tw-bg-opacity));
}.disabled\:text-gray-dark:disabled{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}.disabled\:text-gray-primary:disabled{
  --tw-text-opacity: 1;
  color: rgb(219 218 218 / var(--tw-text-opacity));
}.disabled\:checked\:bg-gray-placeholder:checked:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(160 162 177 / var(--tw-bg-opacity));
}.dark .dark\:w-52{
  width: 13rem;
}.dark .dark\:rounded-none{
  border-radius: 0px;
}.dark .dark\:border{
  border-width: 1px;
}.dark .dark\:border-t-0{
  border-top-width: 0px;
}.dark .dark\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}.dark .dark\:border-gray-background-light{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}.dark .dark\:border-gray-border{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}.dark .dark\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}.dark .dark\:bg-gray-background-light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}.dark .dark\:bg-gray-surface{
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity));
}.dark .dark\:bg-gray-surface_light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 244 / var(--tw-bg-opacity));
}.dark .dark\:bg-gray-white_fill{
  background-color: rgba(255, 255, 255, 0.7);
}.dark .dark\:bg-green-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.dark .dark\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.dark .dark\:bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}.dark .dark\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.dark .dark\:px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.dark .dark\:py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.dark .dark\:pb-4{
  padding-bottom: 1rem;
}.dark .dark\:pl-0{
  padding-left: 0px;
}.dark .dark\:text-gray-placeholder{
  --tw-text-opacity: 1;
  color: rgb(160 162 177 / var(--tw-text-opacity));
}.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.dark .dark\:\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.dark .dark\:shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dark .dark\:hover\:bg-gray-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.dark .dark\:hover\:bg-green-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 139 108 / var(--tw-bg-opacity));
}.dark .dark\:hover\:text-green-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(22 139 108 / var(--tw-text-opacity));
}@media (min-width: 375px){.xs\:w-\[150px\]{
    width: 150px;
  }.xs\:w-\[312px\]{
    width: 312px;
  }
}@media (min-width: 425px){.sl\:h-3{
    height: 0.75rem;
  }.sl\:w-3{
    width: 0.75rem;
  }.sl\:w-\[30px\]{
    width: 30px;
  }.sl\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}@media (min-width: 576px){.sm\:\!mb-0{
    margin-bottom: 0px !important;
  }.sm\:mb-0{
    margin-bottom: 0px;
  }.sm\:mt-16{
    margin-top: 4rem;
  }.sm\:max-w-\[400px\]{
    max-width: 400px;
  }.sm\:max-w-\[550px\]{
    max-width: 550px;
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 768px){.md\:bottom-8{
    bottom: 2rem;
  }.md\:left-0{
    left: 0px;
  }.md\:left-28{
    left: 7rem;
  }.md\:right-0{
    right: 0px;
  }.md\:right-12{
    right: 3rem;
  }.md\:right-4{
    right: 1rem;
  }.md\:top-0{
    top: 0px;
  }.md\:top-6{
    top: 1.5rem;
  }.md\:order-none{
    order: 0;
  }.md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.md\:\!mb-4{
    margin-bottom: 1rem !important;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:ml-0{
    margin-left: 0px;
  }.md\:ml-\[110px\]{
    margin-left: 110px;
  }.md\:mr-2{
    margin-right: 0.5rem;
  }.md\:mr-2\.5{
    margin-right: 0.625rem;
  }.md\:mr-3{
    margin-right: 0.75rem;
  }.md\:mt-1{
    margin-top: 0.25rem;
  }.md\:mt-11{
    margin-top: 2.75rem;
  }.md\:mt-\[10vh\]{
    margin-top: 10vh;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:\!h-7{
    height: 1.75rem !important;
  }.md\:h-16{
    height: 4rem;
  }.md\:h-7{
    height: 1.75rem;
  }.md\:h-\[180px\]{
    height: 180px;
  }.md\:h-\[300px\]{
    height: 300px;
  }.md\:h-\[350px\]{
    height: 350px;
  }.md\:max-h-\[286px\]{
    max-height: 286px;
  }.md\:min-h-\[286px\]{
    min-height: 286px;
  }.md\:min-h-\[498px\]{
    min-height: 498px;
  }.md\:\!w-7{
    width: 1.75rem !important;
  }.md\:\!w-\[180px\]{
    width: 180px !important;
  }.md\:\!w-\[200px\]{
    width: 200px !important;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-10\/12{
    width: 83.333333%;
  }.md\:w-2\/5{
    width: 40%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-44{
    width: 11rem;
  }.md\:w-48{
    width: 12rem;
  }.md\:w-52{
    width: 13rem;
  }.md\:w-64{
    width: 16rem;
  }.md\:w-\[120px\]{
    width: 120px;
  }.md\:w-\[140px\]{
    width: 140px;
  }.md\:w-\[16px\]{
    width: 16px;
  }.md\:w-\[180px\]{
    width: 180px;
  }.md\:w-\[18px\]{
    width: 18px;
  }.md\:w-\[200px\]{
    width: 200px;
  }.md\:w-\[230px\]{
    width: 230px;
  }.md\:w-\[270px\]{
    width: 270px;
  }.md\:w-\[290px\]{
    width: 290px;
  }.md\:w-\[300px\]{
    width: 300px;
  }.md\:w-\[320px\]{
    width: 320px;
  }.md\:w-\[400px\]{
    width: 400px;
  }.md\:w-\[680px\]{
    width: 680px;
  }.md\:w-\[calc\(50\%-0\.5rem\)\]{
    width: calc(50% - 0.5rem);
  }.md\:w-auto{
    width: auto;
  }.md\:min-w-\[250px\]{
    min-width: 250px;
  }.md\:min-w-\[300px\]{
    min-width: 300px;
  }.md\:min-w-\[320px\]{
    min-width: 320px;
  }.md\:max-w-\[140px\]{
    max-width: 140px;
  }.md\:max-w-\[160px\]{
    max-width: 160px;
  }.md\:max-w-\[180px\]{
    max-width: 180px;
  }.md\:max-w-\[200px\]{
    max-width: 200px;
  }.md\:max-w-\[260px\]{
    max-width: 260px;
  }.md\:max-w-\[325px\]{
    max-width: 325px;
  }.md\:max-w-\[370px\]{
    max-width: 370px;
  }.md\:max-w-\[430px\]{
    max-width: 430px;
  }.md\:max-w-\[520px\]{
    max-width: 520px;
  }.md\:max-w-\[700px\]{
    max-width: 700px;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-wrap{
    flex-wrap: wrap;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-center{
    align-items: center;
  }.md\:items-baseline{
    align-items: baseline;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-items-center{
    justify-items: center;
  }.md\:gap-5{
    gap: 1.25rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }.md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }.md\:\!rounded-lg{
    border-radius: 0.5rem !important;
  }.md\:\!p-\[30px\]{
    padding: 30px !important;
  }.md\:p-\[30px\]{
    padding: 30px;
  }.md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }.md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }.md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }.md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }.md\:pl-0{
    padding-left: 0px;
  }.md\:pl-5{
    padding-left: 1.25rem;
  }.md\:pr-0{
    padding-right: 0px;
  }.md\:text-center{
    text-align: center;
  }.md\:\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-4xl{
    font-size: 2rem;
  }.md\:text-\[32px\]{
    font-size: 32px;
  }.md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.dark .dark\:md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}@media (min-width: 992px){.lg\:bottom-8{
    bottom: 2rem;
  }.lg\:order-2{
    order: 2;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:row-span-2{
    grid-row: span 2 / span 2;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }.lg\:mb-10{
    margin-bottom: 2.5rem;
  }.lg\:mb-5{
    margin-bottom: 1.25rem;
  }.lg\:mr-2{
    margin-right: 0.5rem;
  }.lg\:mr-7{
    margin-right: 1.75rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:h-12{
    height: 3rem;
  }.lg\:h-16{
    height: 4rem;
  }.lg\:h-36{
    height: 9rem;
  }.lg\:h-\[30vh\]{
    height: 30vh;
  }.lg\:h-\[317px\]{
    height: 317px;
  }.lg\:h-\[330px\]{
    height: 330px;
  }.lg\:h-full{
    height: 100%;
  }.lg\:h-screen{
    height: 100vh;
  }.lg\:max-h-\[50vh\]{
    max-height: 50vh;
  }.lg\:max-h-\[540px\]{
    max-height: 540px;
  }.lg\:max-h-\[560px\]{
    max-height: 560px;
  }.lg\:max-h-none{
    max-height: none;
  }.lg\:min-h-\[475px\]{
    min-height: 475px;
  }.lg\:w-12{
    width: 3rem;
  }.lg\:w-2\/5{
    width: 40%;
  }.lg\:w-3\/12{
    width: 25%;
  }.lg\:w-3\/5{
    width: 60%;
  }.lg\:w-32{
    width: 8rem;
  }.lg\:w-52{
    width: 13rem;
  }.lg\:w-9\/12{
    width: 75%;
  }.lg\:w-\[120px\]{
    width: 120px;
  }.lg\:w-\[330px\]{
    width: 330px;
  }.lg\:w-\[54vw\]{
    width: 54vw;
  }.lg\:w-full{
    width: 100%;
  }.lg\:max-w-\[275px\]{
    max-width: 275px;
  }.lg\:max-w-\[315px\]{
    max-width: 315px;
  }.lg\:max-w-\[46\%\]{
    max-width: 46%;
  }.lg\:max-w-none{
    max-width: none;
  }.lg\:max-w-sm{
    max-width: 24rem;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-wrap{
    flex-wrap: wrap;
  }.lg\:items-start{
    align-items: flex-start;
  }.lg\:items-end{
    align-items: flex-end;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-start{
    justify-content: flex-start;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-5{
    gap: 1.25rem;
  }.lg\:gap-\[60px\]{
    gap: 60px;
  }.lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }.lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }.lg\:overflow-y-scroll{
    overflow-y: scroll;
  }.lg\:rounded-bl-\[120px\]{
    border-bottom-left-radius: 120px;
  }.lg\:border{
    border-width: 1px;
  }.lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:pl-0{
    padding-left: 0px;
  }.lg\:pl-12{
    padding-left: 3rem;
  }.lg\:pl-5{
    padding-left: 1.25rem;
  }.lg\:pr-16{
    padding-right: 4rem;
  }.lg\:pr-5{
    padding-right: 1.25rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:pt-3{
    padding-top: 0.75rem;
  }.lg\:text-start{
    text-align: start;
  }.lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}@media (min-width: 1200px){.xl\:sticky{
    position: sticky;
  }.xl\:top-20{
    top: 5rem;
  }.xl\:z-0{
    z-index: 0;
  }.xl\:mb-3{
    margin-bottom: 0.75rem;
  }.xl\:mb-5{
    margin-bottom: 1.25rem;
  }.xl\:mb-8{
    margin-bottom: 2rem;
  }.xl\:mt-0{
    margin-top: 0px;
  }.xl\:mt-5{
    margin-top: 1.25rem;
  }.xl\:mt-7{
    margin-top: 1.75rem;
  }.xl\:block{
    display: block;
  }.xl\:\!hidden{
    display: none !important;
  }.xl\:hidden{
    display: none;
  }.xl\:h-\[100vh\]{
    height: 100vh;
  }.xl\:h-\[calc\(71\.7vw\/1\.78\+185px\)\]{
    height: calc(71.7vw / 1.78 + 185px);
  }.xl\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }.xl\:max-h-\[236px\]{
    max-height: 236px;
  }.xl\:min-h-\[74vh\]{
    min-height: 74vh;
  }.xl\:w-1\/5{
    width: 20%;
  }.xl\:w-2\/5{
    width: 40%;
  }.xl\:w-44{
    width: 11rem;
  }.xl\:w-64{
    width: 16rem;
  }.xl\:w-8\/12{
    width: 66.666667%;
  }.xl\:w-96{
    width: 24rem;
  }.xl\:w-\[260px\]{
    width: 260px;
  }.xl\:w-\[330px\]{
    width: 330px;
  }.xl\:w-\[calc\(100\%_-_260px\)\]{
    width: calc(100% - 260px);
  }.xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.xl\:w-full{
    width: 100%;
  }.xl\:min-w-\[433px\]{
    min-width: 433px;
  }.xl\:min-w-\[453px\]{
    min-width: 453px;
  }.xl\:\!max-w-full{
    max-width: 100% !important;
  }.xl\:max-w-\[1100px\]{
    max-width: 1100px;
  }.xl\:max-w-\[295px\]{
    max-width: 295px;
  }.xl\:max-w-\[420px\]{
    max-width: 420px;
  }.xl\:max-w-\[450px\]{
    max-width: 450px;
  }.xl\:max-w-\[520px\]{
    max-width: 520px;
  }.xl\:max-w-\[70\%\]{
    max-width: 70%;
  }.xl\:max-w-full{
    max-width: 100%;
  }.xl\:max-w-none{
    max-width: none;
  }.xl\: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));
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:items-center{
    align-items: center;
  }.xl\:gap-4{
    gap: 1rem;
  }.xl\:rounded-bl-\[200px\]{
    border-bottom-left-radius: 200px;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:pl-\[70px\]{
    padding-left: 70px;
  }
}@media (min-width: 768px){@media (min-width: 1200px){.md\:xl\:w-96{
      width: 24rem;
    }.md\:xl\:w-\[240px\]{
      width: 240px;
    }
  }
}@media (min-width: 1441px){.\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }.\32xl\:gap-5{
    gap: 1.25rem;
  }
}@media (min-width: 1600px){.\33xl\:gap-5{
    gap: 1.25rem;
  }
}@media (min-width: 1850px){.\34xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.\34xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
