/*
! tailwindcss v3.4.4 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 600px) {

  .\!container {
    max-width: 600px !important;
  }

  .container {
    max-width: 600px;
  }
}@media (min-width: 800px) {

  .\!container {
    max-width: 800px !important;
  }

  .container {
    max-width: 800px;
  }
}@media (min-width: 1366px) {

  .\!container {
    max-width: 1366px !important;
  }

  .container {
    max-width: 1366px;
  }
}@media (min-width: 1440px) {

  .\!container {
    max-width: 1440px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

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

  .\!container {
    max-width: 1920px !important;
  }

  .container {
    max-width: 1920px;
  }
}@media (min-width: 2560px) {

  .\!container {
    max-width: 2560px !important;
  }

  .container {
    max-width: 2560px;
  }
}.static {
  position: static;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-4 {
  bottom: 1rem;
}.left-0 {
  left: 0px;
}.left-4 {
  left: 1rem;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.\!z-\[1000\] {
  z-index: 1000 !important;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-\[1000\] {
  z-index: 1000;
}.z-\[99999999\] {
  z-index: 99999999;
}.z-\[999\] {
  z-index: 999;
}.\!m-0 {
  margin: 0px !important;
}.m-6 {
  margin: 1.5rem;
}.m-px {
  margin: 1px;
}.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}.\!my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.\!mb-20 {
  margin-bottom: 5rem !important;
}.\!ml-1 {
  margin-left: 0.25rem !important;
}.\!ml-1\.5 {
  margin-left: 0.375rem !important;
}.\!ml-2 {
  margin-left: 0.5rem !important;
}.\!mt-14 {
  margin-top: 3.5rem !important;
}.\!mt-20 {
  margin-top: 5rem !important;
}.\!mt-3 {
  margin-top: 0.75rem !important;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-2\.5 {
  margin-bottom: 0.625rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-64 {
  margin-bottom: 16rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.ml-0 {
  margin-left: 0px;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-1\.5 {
  margin-left: 0.375rem;
}.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-6 {
  margin-left: 1.5rem;
}.ml-8 {
  margin-left: 2rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-2\.5 {
  margin-right: 0.625rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mr-6 {
  margin-right: 1.5rem;
}.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-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-3\.5 {
  margin-top: 0.875rem;
}.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;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-1 {
  height: 0.25rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-10 {
  height: 2.5rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-\[176px\] {
  height: 176px;
}.h-\[26vw\] {
  height: 26vw;
}.h-\[32px\] {
  height: 32px;
}.h-\[34px\] {
  height: 34px;
}.h-\[36px\] {
  height: 36px;
}.h-\[44px\] {
  height: 44px;
}.h-\[48px\] {
  height: 48px;
}.h-\[80vh\] {
  height: 80vh;
}.h-\[85px\] {
  height: 85px;
}.h-\[92px\] {
  height: 92px;
}.\!w-1\/2 {
  width: 50% !important;
}.\!w-1\/3 {
  width: 33.333333% !important;
}.\!w-full {
  width: 100% !important;
}.w-1 {
  width: 0.25rem;
}.w-1\.5 {
  width: 0.375rem;
}.w-1\/2 {
  width: 50%;
}.w-10 {
  width: 2.5rem;
}.w-20 {
  width: 5rem;
}.w-6 {
  width: 1.5rem;
}.w-6\/12 {
  width: 50%;
}.w-60 {
  width: 15rem;
}.w-\[10vw\] {
  width: 10vw;
}.w-\[115px\] {
  width: 115px;
}.w-\[11vw\] {
  width: 11vw;
}.w-\[140px\] {
  width: 140px;
}.w-\[142px\] {
  width: 142px;
}.w-\[20px\] {
  width: 20px;
}.w-\[20vw\] {
  width: 20vw;
}.w-\[242px\] {
  width: 242px;
}.w-\[300px\] {
  width: 300px;
}.w-\[30px\] {
  width: 30px;
}.w-\[332px\] {
  width: 332px;
}.w-\[40\%\] {
  width: 40%;
}.w-\[43px\] {
  width: 43px;
}.w-\[45\%\] {
  width: 45%;
}.w-\[4vw\] {
  width: 4vw;
}.w-\[55\%\] {
  width: 55%;
}.w-\[6vw\] {
  width: 6vw;
}.w-\[80\%\] {
  width: 80%;
}.w-\[84px\] {
  width: 84px;
}.w-\[90px\] {
  width: 90px;
}.w-\[92px\] {
  width: 92px;
}.w-full {
  width: 100%;
}.min-w-\[640px\] {
  min-width: 640px;
}.min-w-\[728px\] {
  min-width: 728px;
}.max-w-\[10vw\] {
  max-width: 10vw;
}.max-w-\[11vw\] {
  max-width: 11vw;
}.max-w-\[12\.5vw\] {
  max-width: 12.5vw;
}.max-w-\[17\.5vw\] {
  max-width: 17.5vw;
}.max-w-\[20vw\] {
  max-width: 20vw;
}.max-w-\[240px\] {
  max-width: 240px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-\[370px\] {
  max-width: 370px;
}.max-w-\[4vw\] {
  max-width: 4vw;
}.max-w-\[550px\] {
  max-width: 550px;
}.max-w-\[6vw\] {
  max-width: 6vw;
}.max-w-\[8\.3vw\] {
  max-width: 8.3vw;
}.flex-1 {
  flex: 1 1 0%;
}.grow {
  flex-grow: 1;
}.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}.place-content-center {
  align-content: center;
  justify-content: center;
  place-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-evenly {
  justify-content: space-evenly;
}.\!gap-0 {
  gap: 0px !important;
}.\!gap-2 {
  gap: 0.5rem !important;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-12 {
  gap: 3rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-3\.5 {
  gap: 0.875rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-9 {
  gap: 2.25rem;
}.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-y-12 {
  row-gap: 3rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-8 {
  row-gap: 2rem;
}.overflow-y-auto {
  overflow-y: auto;
}.overflow-x-scroll {
  overflow-x: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-nowrap {
  text-wrap: nowrap;
}.\!rounded-lg {
  border-radius: 0.5rem !important;
}.\!rounded-xl {
  border-radius: 0.75rem !important;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}.rounded-e-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}.rounded-s-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-r {
  border-right-width: 1px;
}.border-solid {
  border-style: solid;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(35, 31, 32, 1);
  border-color: rgba(35, 31, 32, var(--tw-border-opacity));
}.border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, 1);
  border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}.border-grey-darkGrey {
  --tw-border-opacity: 1;
  border-color: rgba(128, 128, 128, 1);
  border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}.border-grey-lightGrey {
  --tw-border-opacity: 1;
  border-color: rgba(244, 241, 236, 1);
  border-color: rgba(244, 241, 236, var(--tw-border-opacity));
}.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(229, 59, 39, 1);
  border-color: rgba(229, 59, 39, var(--tw-border-opacity));
}.\!bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 150, 68, 1) !important;
  background-color: rgba(78, 150, 68, var(--tw-bg-opacity)) !important;
}.\!bg-grey-lightGrey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 241, 236, 1) !important;
  background-color: rgba(244, 241, 236, var(--tw-bg-opacity)) !important;
}.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}.bg-\[\#D9D9D933\] {
  background-color: rgba(217,217,217,0.2);
}.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, 1);
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 128, 193, 1);
  background-color: rgba(85, 128, 193, var(--tw-bg-opacity));
}.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 150, 68, 1);
  background-color: rgba(78, 150, 68, var(--tw-bg-opacity));
}.bg-grey-lightGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 241, 236, 1);
  background-color: rgba(244, 241, 236, var(--tw-bg-opacity));
}.bg-grey-second {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, 1);
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 125, 86, 1);
  background-color: rgba(241, 125, 86, var(--tw-bg-opacity));
}.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 59, 39, 1);
  background-color: rgba(229, 59, 39, var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 207, 54, 1);
  background-color: rgba(253, 207, 54, var(--tw-bg-opacity));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.fill-green {
  fill: #4E9644;
}.fill-grey-darkGrey {
  fill: #808080;
}.fill-grey-lightGrey {
  fill: #F4F1EC;
}.fill-white {
  fill: #fff;
}.fill-yellow {
  fill: #FDCF36;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.\!p-12 {
  padding: 3rem !important;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-3 {
  padding: 0.75rem;
}.p-3\.5 {
  padding: 0.875rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[68px\] {
  padding-top: 68px;
  padding-bottom: 68px;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-4 {
  padding-left: 1rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-9 {
  padding-top: 2.25rem;
}.text-center {
  text-align: center;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[13px\] {
  font-size: 13px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-footnoteDesktop {
  font-size: 13px;
}.text-headlineDesktop {
  font-size: 18px;
}.text-labelMobile {
  font-size: 11px;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.capitalize {
  text-transform: capitalize;
}.leading-5 {
  line-height: 1.25rem;
}.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 128, 193, 1) !important;
  color: rgba(85, 128, 193, var(--tw-text-opacity)) !important;
}.\!text-green {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 150, 68, 1) !important;
  color: rgba(78, 150, 68, var(--tw-text-opacity)) !important;
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, 1);
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}.text-blue {
  --tw-text-opacity: 1;
  color: rgba(85, 128, 193, 1);
  color: rgba(85, 128, 193, var(--tw-text-opacity));
}.text-green {
  --tw-text-opacity: 1;
  color: rgba(78, 150, 68, 1);
  color: rgba(78, 150, 68, var(--tw-text-opacity));
}.text-grey {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, 1);
  color: rgba(217, 217, 217, var(--tw-text-opacity));
}.text-grey-darkGrey {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, var(--tw-text-opacity));
}.text-orange {
  --tw-text-opacity: 1;
  color: rgba(241, 125, 86, 1);
  color: rgba(241, 125, 86, var(--tw-text-opacity));
}.text-red {
  --tw-text-opacity: 1;
  color: rgba(229, 59, 39, 1);
  color: rgba(229, 59, 39, var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(253, 207, 54, 1);
  color: rgba(253, 207, 54, var(--tw-text-opacity));
}.opacity-20 {
  opacity: 0.2;
}.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-linear {
  transition-timing-function: linear;
}*{box-sizing:border-box;padding:0;margin:0;border:0}html,body{position:relative;max-width:100vw;width:100vw;background-color:#F4F1EC;overflow-x:hidden;font-family:Inter,sans-serif;height:auto}body{min-height:100dvh;padding-bottom:150px}@media(max-width: 1300px){body{padding-bottom:250px}}@media(max-width: 641px){body{padding-bottom:300px}}a{color:inherit;-webkit-text-decoration:none;text-decoration:none}ul,li{list-style:none}input{outline:none}.last\:border-none:last-child {
  border-style: none;
}.last\:pb-0:last-child {
  padding-bottom: 0px;
}.hover\:underline:hover {
  text-decoration-line: underline;
}.hover\:opacity-50:hover {
  opacity: 0.5;
}.hover\:opacity-55:hover {
  opacity: 0.55;
}@media (min-width: 600px) {

  .sm600\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

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

  .sm600\:flex {
    display: flex;
  }

  .sm600\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm600\:text-footnoteDesktop {
    font-size: 13px;
  }
}@media (min-width: 800px) {

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

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .sm\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(217, 217, 217, 1);
    border-color: rgba(217, 217, 217, var(--tw-border-opacity));
  }

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

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

  .sm\:text-left {
    text-align: left;
  }
}@media (min-width: 1366px) {

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

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

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

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

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

  .md\:pt-8 {
    padding-top: 2rem;
  }
}
.e3bql{max-width:94.4vw;min-width:94.4vw;margin:0 auto}@media(max-width: 767px){.e3bql{max-width:95vw;min-width:95vw}}
footer{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.Uiobo{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:40px;border-radius:16px}@media(max-width: 1130px){.Uiobo{padding:17px 20px;flex-direction:column;justify-content:center;align-items:center}}.Uiobo .fi9It{display:flex;width:51.944444vw;justify-content:space-between;flex-wrap:wrap}@media(max-width: 500px){.Uiobo .fi9It{gap:5px;flex-direction:row;justify-content:center}}.Uiobo .fi9It .EIV3O{display:flex;flex-direction:column;gap:16px}@media(max-width: 500px){.Uiobo .fi9It .EIV3O{flex-direction:row;justify-content:center}}@media(max-width: 1130px){.Uiobo .fi9It{width:100%;margin-top:36px}}.Uiobo .Vx3tA{display:flex;gap:24px;align-items:center}@media(max-width: 1130px){.Uiobo .Vx3tA{margin-top:26px}}
.xnLDd{color:inherit;outline:none;-webkit-text-decoration:none;text-decoration:none}
.qSUkE{font-size:34px}.AmpGA{font-size:28px}.QDVjG{font-size:22px}._MGXk{font-size:20px}.eQWG1{font-size:18px}.eZlKw{font-size:16px}.k4nsu{font-size:13px}.elrSL{font-size:11px}.NAhST{font-size:11px}.K0j3k,.orOmb{font-size:40px}.CuAO8{font-weight:400}.Q5Ez4{font-weight:500}.dA5IV{font-weight:600}.t2RR0{font-weight:700}.ec3n2{font-weight:800}
.CUW_7{background-color:#F4F1EC;display:flex;padding:4px;border-radius:16px;gap:10px}.CUW_7 .D8Ija .GXyCn{display:flex;align-items:center;gap:12px;justify-content:center;padding:10px 30px;border-radius:16px}.CUW_7 .D8Ija .GXyCn .w1OQ8{fill:#231F20}.CUW_7 .D8Ija .GXyCn .w1OQ8 path{fill:#231F20}.CUW_7 .M2uPk .GXyCn{background-color:#fff}.CUW_7 .M2uPk .GXyCn .w1OQ8{fill:#4E9644}.CUW_7 .M2uPk .GXyCn .w1OQ8 path{fill:#4E9644}.CUW_7 .M2uPk .GXyCn .ruJM9{color:#4E9644}
.Y02JZ{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background-color:#fff;border-radius:16px}@media(max-width: 1175px){.Y02JZ{padding:17px 20px;padding:12px}}.Y02JZ .j6ADX{display:flex;gap:24px;align-items:center}@media(max-width: 1175px){.Y02JZ .j6ADX button{font-size:13px;width:110px;height:32px;border-radius:8px}}@media(max-width: 520px){.Y02JZ .j6ADX{gap:16px}}
.wiUcO{position:relative;width:80px;height:80px;margin:0 auto}.wiUcO div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:4px solid #fff;border-radius:50%;animation:uDJrj 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite}.wiUcO div:nth-child(1){animation-delay:-0.45s}.wiUcO div:nth-child(2){animation-delay:-0.3s}.wiUcO div:nth-child(3){animation-delay:-0.15s}.wiUcO .e7upc{border-color:#4E9644 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.wiUcO .cSKhG{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.wiUcO .a1myO{border-color:#E53B27 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}@keyframes uDJrj{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.POF6j{padding:0;outline:none;border:none;display:flex;align-items:center;justify-content:center}
.zkCDC{border-radius:8px}.zkCDC:disabled{cursor:not-allowed;color:#b8b8b8;background-color:#ebebeb}.zkCDC:disabled path{fill:#b8b8b8 !important}.HO2GS{color:#fff;background-color:#4E9644}.MZDMb{color:#fff;background-color:#E53B27}.lA8Up{background-color:#D9D9D9;color:#E53B27}.lA8Up path{fill:#E53B27}.Icowx{background-color:#D9D9D9;color:#4E9644}.Icowx path{fill:#4E9644}.ERDUm{background-color:#F4F1EC;color:#4E9644}.ERDUm path{fill:#4E9644}.ERDUm:disabled{color:#b8b8b8;background-color:#F4F1EC}.ERDUm:disabled path{fill:#b8b8b8 !important}.kvHPY{color:#4E9644;background-color:#fff}.jwER9{color:#fff;background-color:#808080}.vAGEg{color:#D9D9D9;background-color:#F4F1EC}.x6aJR{background-color:#ebebeb !important;color:#b8b8b8 !important}.x6aJR .wuLt7 path{fill:#b8b8b8 !important}.oCuzu{height:32px;width:177px}.HMiMq{height:48px;width:177px}
.A2K1L{border-radius:12px;transition:all .3s ease}.A2K1L:hover{transition:all .3s ease;background-color:#D9D9D9}.A2K1L:active{background-color:#4E9644}.A2K1L:active .Iphf1{fill:#fff}.A2K1L:disabled{background-color:#D9D9D9}.A2K1L:disabled .Iphf1{fill:#fff}.nQE2z{background-color:#fff}.Iphf1{fill:#808080}.xwTnp{height:32px;width:32px}.oKQMm{height:48px;width:48px}
.hUeYx{border-radius:8px;transition:all .3s ease}.hUeYx:disabled{cursor:not-allowed;border:1px solid #ebe8e3 !important;color:#b8b8b8 !important;background-color:rgba(0,0,0,0) !important}.hUeYx:disabled .POSZk path{fill:#b8b8b8 !important}.Lw4JL{border:1px solid #4E9644;color:#4E9644;background-color:rgba(0,0,0,0)}.Lw4JL path{fill:#4E9644}.Lw4JL:hover{background-color:rgba(78, 150, 68, 0.2)}.Lw4JL:hover .POSZk{fill:#4E9644}.Lw4JL:active{background-color:rgba(78, 150, 68, 0.4)}.Lw4JL:active .POSZk{fill:#4E9644}.u6pJH{border:1px solid #E53B27;color:#E53B27;background-color:rgba(0,0,0,0)}.u6pJH path{fill:#E53B27}.u6pJH:hover{background-color:rgba(229, 59, 39, 0.2)}.u6pJH:hover .POSZk{fill:#E53B27}.u6pJH:active{background-color:rgba(229, 59, 39, 0.4)}.u6pJH:active .POSZk{fill:#E53B27}.KGcUN{border:1px solid #fff;color:#fff;background-color:rgba(0,0,0,0)}.KGcUN:hover{background-color:rgba(255,255,255,.2)}.KGcUN:hover .POSZk{fill:#fff}.KGcUN:active{background-color:rgba(255,255,255,.4)}.KGcUN:active .POSZk{fill:#fff}.aUA3d{border:1px solid #808080;color:#808080;background-color:rgba(0,0,0,0)}.aUA3d:hover{background-color:#F4F1EC}.aUA3d:hover .POSZk{fill:#F4F1EC}.aUA3d:active{background-color:#F4F1EC}.aUA3d:active .POSZk{fill:#F4F1EC}.dova5{border:1px solid #D9D9D9;color:#D9D9D9;background-color:rgba(0,0,0,0)}.dova5:hover{background-color:#F4F1EC}.dova5:hover .POSZk{fill:#F4F1EC}.dova5:active{background-color:#F4F1EC}.dova5:active .POSZk{fill:#F4F1EC}.POSZk{fill:#808080}.b3whg{height:32px;width:177px}.lPdjG{height:48px;width:177px}
.bGO0T{border-radius:12px;transition:all .3s ease}.bGO0T:hover{transition:all .3s ease;background-color:rgba(78, 150, 68, 0.2)}.bGO0T:active{background-color:rgba(78, 150, 68, 0.4)}.bGO0T:disabled{background:1px solid #D9D9D9;border:1px solid #D9D9D9}.bGO0T:disabled .OOeBE{fill:#fff}.opsXq{border:1px solid #4E9644}.OOeBE{fill:#4E9644}.E2t1w{height:32px;width:32px}.QH5JK{height:48px;width:48px}
.ZzyVE{position:absolute;top:50px;right:0;background-color:#fff;font-weight:400;font-size:13px;border-radius:12px;padding:8px;z-index:99}.TuD6m{cursor:pointer}.ZzyVE .ayIVb .JzDXi{padding:8px 12px;border-radius:12px}.ZzyVE .vuf_c .JzDXi{background-color:#F4F1EC;font-weight:600}
.GDVbD{position:relative;font-size:13px}@media(max-width: 641px){.GDVbD{font-size:11px}}.tqWyc{color:#231f20;font-size:13px}@media(max-width: 641px){.tqWyc{font-size:11px}}._0kaS{font-size:13px;background:#fff;width:100%;padding-right:20px;padding-left:20px}@media(max-width: 641px){._0kaS{padding-right:12px;padding-left:12px;font-size:11px}}.s8bUi{padding-top:12px;max-height:44px;transition:all .25s ease-in}.iGlCw{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FMyh4{background-color:#f4f1ec;cursor:pointer}.FMyh4 .TA_gC{color:gray}.FMyh4 .unzOt>svg>path{fill:gray;fill-opacity:1}.YIiTr{background-color:rgba(217,217,217,0.34902) !important;cursor:not-allowed}.YIiTr .iGlCw{color:#231f20}.YIiTr .TA_gC{color:#D9D9D9}@media(max-width: 641px){.s8bUi{padding-top:8px}}.qH5Lm{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px}@media(max-width: 641px){.qH5Lm{padding-bottom:8px}}.fLhOd{border-radius:12px}@media(max-width: 641px){.fLhOd{border-radius:8px}}.as3Ar{border-radius:12px}@media(max-width: 641px){.as3Ar{border-radius:8px}}.MBMSA{position:absolute;z-index:9999;border-radius:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);top:48px}@media(max-width: 641px){.MBMSA{top:40px}}.Qizji{max-height:225px}.zqWXJ{max-height:0}.Dyn7T{padding-top:12px;padding-bottom:12px}.PQZd1{overflow-y:auto}.bGpDE{max-height:200px}.Li2To{max-height:0}.PQZd1::-webkit-scrollbar{width:4px}.PQZd1::-webkit-scrollbar-track{background-color:#F4F1EC}.PQZd1::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:4px}.S22Nz{border-radius:10px;padding-left:5px;padding-right:10px;cursor:pointer}.S22Nz+.S22Nz{margin-top:15px}.unzOt{transition:all .2s ease-in}.W2yUW{transform:rotate(180deg)}.QDt3f{transform:rotate(0deg)}.xGNAp{border:1px solid #E53B27}.VGJn7{display:flex;align-items:center;gap:8px;margin-top:8px}.VGJn7 .ZNTi7{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}@media(max-width: 641px){.VGJn7 .ZNTi7{font-size:11px}}
.TRK_7{position:relative;font-size:13px}@media(max-width: 641px){.TRK_7{font-size:11px}}.jrmpJ{color:#231f20;font-size:13px}@media(max-width: 641px){.jrmpJ{font-size:11px}}.RveEJ{background:#fff;width:100%;padding-right:20px;padding-left:20px;font-size:13px}@media(max-width: 641px){.RveEJ{font-size:11px;padding-right:12px;padding-left:12px}}._1ktGY{padding-top:12px;max-height:44px;cursor:pointer;transition:all .25s ease-in;background-color:rgba(217,217,217,.1490196078)}@media(max-width: 641px){._1ktGY{padding-top:8px}}._1ktGY .ps0Bd{color:gray}._1ktGY .IH10p>svg>path{fill:gray;fill-opacity:1}.f4s2B{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px}@media(max-width: 641px){.f4s2B{padding-bottom:8px}}.zTX5n{border-radius:12px}@media(max-width: 641px){.zTX5n{border-radius:8px}}.By8tJ{border-radius:12px}@media(max-width: 641px){.By8tJ{border-radius:8px}}.ps0Bd{color:#231f20}.LJRps{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qEim_{position:absolute;z-index:9999;border-radius:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);top:48px}@media(max-width: 641px){.qEim_{top:40px}}.S0ma_{max-height:225px}.aA9IU{max-height:0}.RLCl6{padding-top:12px;padding-bottom:12px}.nD9bb{overflow-y:auto}.E9yzI{max-height:200px}.X2Qk9{max-height:0}.nD9bb::-webkit-scrollbar{width:4px}.nD9bb::-webkit-scrollbar-track{background-color:#F4F1EC}.nD9bb::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:4px}.sjTwT{border-radius:10px;padding-left:5px;padding-right:10px;cursor:pointer}.sjTwT+.sjTwT{margin-top:15px}.oFGJ0{background-color:#F4F1EC}.IH10p{transition:all .2s ease-in}.owBXN{transform:rotate(180deg)}.Uo9MA{transform:rotate(0deg)}._uSJK{border:1px solid #E53B27}.FN2A7{display:flex;align-items:center;gap:8px;margin-top:8px}.FN2A7 .YblZT{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}@media(max-width: 641px){.FN2A7 .YblZT{font-size:11px}}
.BIgLV{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:7px}.BIgLV .VS97p{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}.BIgLV .NUG9u{justify-content:flex-start}.BIgLV .f4Dp7{justify-content:space-between}.BIgLV .w1919{position:relative}.BIgLV .w1919:hover .meatS{display:flex !important}.BIgLV .w1919 .meatS{display:none !important;margin-top:27px;position:absolute;top:0;left:0;min-width:302px;background-color:#fff;padding:12px 16px;border-radius:12px;border:1px solid #F4F1EC;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);color:#231F20;line-height:19.5px;align-items:flex-start}.BIgLV .w1919 .meatS svg{min-width:24px;min-height:24px;margin-top:5px;margin-right:6px}.BIgLV .v8he6{display:flex;align-items:center;gap:8px}.BIgLV .v8he6 .UhA73{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}@media(max-width: 641px){.BIgLV .v8he6 .UhA73{font-size:11px}.BIgLV .v8he6{margin-bottom:8px}}
.tq09r{font-size:13px;width:100%;outline:none;background:rgba(0,0,0,0)}.tq09r::-webkit-outer-spin-button,.tq09r::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.tq09r[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media(max-width: 641px){.tq09r{font-size:11px}}
.nWsaU,.adnDi{border-radius:12px;box-sizing:border-box;display:flex;align-items:center;width:100%;perspective:1000;border:1px solid rgba(0,0,0,0)}.nWsaU:hover,.adnDi:hover{background-color:rgba(128, 128, 128, 0.05)}.nWsaU .q0ZBH::-moz-placeholder, .adnDi .q0ZBH::-moz-placeholder{color:#808080}.nWsaU .q0ZBH::placeholder,.adnDi .q0ZBH::placeholder{color:#808080}@media(max-width: 641px){.nWsaU,.adnDi{border-radius:8px}}.mOlMe{border:1px solid green}._Yrta{border:1px solid red}.HmcUS{cursor:not-allowed !important;background-color:rgba(217,217,217,0.34902) !important;color:#D9D9D9 !important}.HmcUS input{color:#231f20 !important}.HmcUS input::-moz-placeholder{color:rgba(35,31,32,.2) !important}.HmcUS input::placeholder{color:rgba(35,31,32,.2) !important}.Z8JIe{height:44px;padding:12px 20px}@media(max-width: 641px){.Z8JIe{height:32px;padding:8px 12px}}.E_9sx{height:32px;padding:20px}@media(max-width: 641px){.E_9sx{height:32px;padding:10px 12px}}.jCMqL{background-color:#fff}.JgxCW{background-color:#F4F1EC}
.wXrH_{font-size:13px;width:100%;outline:none;background:rgba(0,0,0,0)}.wXrH_::-webkit-outer-spin-button,.wXrH_::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wXrH_[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media(max-width: 641px){.wXrH_{font-size:11px}}.wXrH_ div:nth-child(2){background-color:#F4F1EC !important}.KqmA9{position:relative;height:44px}.KqmA9 .I279D{position:absolute;right:12px;top:37px;cursor:pointer}.KqmA9 .I279D path{fill:gray;fill-opacity:1}@media(max-width: 641px){.KqmA9 .I279D{right:12px;top:31px}}.KqmA9 .eLD2M{box-shadow:0 4px 15px 0 rgba(0,0,0,.1);position:absolute;width:431px;z-index:9999}@media(max-width: 641px){.KqmA9 .eLD2M{width:320px}}.KqmA9 .eLD2M .UtMrI:first-child{width:100px}@media(max-width: 641px){.KqmA9 .eLD2M .UtMrI:first-child{width:100%}}.KqmA9 .eLD2M .UtMrI:nth-child(2){width:110px}@media(max-width: 641px){.KqmA9 .eLD2M .UtMrI:nth-child(2){margin-top:16px;width:100%}}.KqmA9 .eLD2M .UtMrI:last-child{width:157px}@media(max-width: 641px){.KqmA9 .eLD2M .UtMrI:last-child{margin-top:16px;width:100%}}.KqmA9 .eLD2M .UtMrI svg path{fill:#808080;fill-opacity:1}
.vWaxW{position:fixed;z-index:999;background-color:rgba(0,0,0,.4);width:100%;height:100%;top:0;left:0;display:flex;align-items:center;flex-direction:column;padding:25px 0}@media(max-width: 641px){.vWaxW{padding:10px 0}}.vWaxW .v_ETL{background-color:#fff;border-radius:16px;padding:24px;animation:XcXMV .3s ease;padding-right:14px}@media(max-width: 641px){.vWaxW .v_ETL{padding-left:16px;padding-right:16px}}.vWaxW .eCeDD{overflow-y:auto;max-height:50dvh;padding-right:10px}.vWaxW .eCeDD::-webkit-scrollbar{width:6px}.vWaxW .eCeDD::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:16px}.vWaxW .eCeDD::-webkit-scrollbar-thumb{background:#4E9644;border-radius:16px}@keyframes XcXMV{from{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}
.vJ70E{height:48px}@media(max-width: 641px){.vJ70E{margin-bottom:16px;height:31px}}.lBuII{width:300px}.WIvq6{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}
.OEG8T{cursor:pointer;padding:8px 16px;display:flex;align-items:center;border-radius:12px}.OEG8T img{border-radius:50%;width:48px;height:48px;margin-right:8px}.sNvPJ{background-color:#F4F1EC}.g8_po{width:242px;position:absolute;top:85px;right:0;background-color:#fff;font-weight:400;font-size:13px;border-radius:12px;padding:8px;z-index:99;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843)}.g8_po .itDHR{cursor:pointer}.g8_po .itDHR .KbFTW{padding:8px 12px;border-radius:12px}.g8_po .C8a_4 .KbFTW{background-color:#F4F1EC;font-weight:600}
.kdkin{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background-color:#fff;border-radius:16px}@media(max-width: 920px){.kdkin{padding:17px 20px;padding:12px}}.kdkin .Luf9V{display:flex;gap:24px;align-items:center}.kdkin .Luf9V button{width:185px;font-size:13px}.kdkin .Luf9V button svg{margin-right:10px}@media(max-width: 920px){.kdkin .Luf9V button{font-size:11px;width:163px;height:32px;border-radius:8px}}@media(max-width: 420px){.kdkin .Luf9V{gap:16px}}.kdkin .h3yD0{cursor:pointer}
.CDrkQ{position:sticky;top:20px;z-index:998}@media(max-width: 641px){.CDrkQ{z-index:1000;position:static}}.N_gbO{width:25.5vw}.N_gbO .NDdSD{background-color:#4E9644;border-radius:12px}.N_gbO .NDdSD h5{color:#fff}.N_gbO .NDdSD svg,.N_gbO .NDdSD path{color:#fff;fill:#fff}.N_gbO .lN7ex{margin-left:35px;height:0;overflow-y:hidden;margin:0}.N_gbO .lN7ex p{font-weight:400;height:32px;display:flex;align-items:center;color:#808080;cursor:pointer;padding-left:15px;border-radius:0 4px 4px 0;border-left:2px solid #F4F1EC}.N_gbO .lN7ex p:hover{border-color:#4E9644}.N_gbO .lN7ex .zi0U6{background-color:#EDF5EC;border-color:#4E9644;font-weight:600;color:#4E9644}.N_gbO .eYe9u{height:100%;overflow-y:auto;margin:12px 0 12px 35px}@media(max-width: 1300px){.N_gbO{box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);width:47.916667vw;position:absolute;top:0;z-index:1001}}@media(max-width: 641px){.N_gbO{width:95.733333vw;position:fixed;top:auto;bottom:10%;padding:8px !important;max-height:590px}}.Ckphf{display:none;background-color:#fff;border-radius:16px;padding:16px;width:9.375vw;height:216px;flex-direction:column;justify-content:space-between}@media(max-width: 1300px){.Ckphf{display:flex}}@media(max-width: 641px){.Ckphf{display:none}}.Ckphf .b0NwK{padding:8px;max-width:40px}.Ckphf .NDdSD{background-color:#4E9644;border-radius:12px}.Ckphf .NDdSD h5{color:#fff}.Ckphf .NDdSD svg,.Ckphf .NDdSD path{color:#fff;fill:#fff}.gtal8{display:none;padding:16px;border-radius:16px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1490196078);position:fixed;bottom:6px;z-index:1001}@media(max-width: 641px){.gtal8{display:block}}.Gu0Mh{position:absolute;width:100vw;height:101%;top:-20px;right:0;background-color:#231f20;opacity:.3;z-index:1000}
.xH_KD{height:48px}@media(max-width: 1300px){.xH_KD{height:43px}}@media(max-width: 641px){.xH_KD{height:32px}}.eYsxu{width:300px}.woZt0{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}@media(max-width: 1300px){.PfY5D{min-width:280px;max-width:280px}}
.VGkqK{border-left:1px solid #D9D9D9;min-width:25%;max-width:25%}.VGkqK:first-child{border:none}@media(max-width: 1300px){.VGkqK{min-width:33%;max-width:33%}}@media(max-width: 641px){.VGkqK{min-width:100%;max-width:100%;border-left:none;padding-left:0 !important}.VGkqK:not(:last-child){margin-bottom:16px}}
.ilpLb{margin-top:22px}.ilpLb::-webkit-scrollbar{width:8px;height:8px}.ilpLb::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.ilpLb::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}@media(max-width: 641px){.ilpLb{flex-wrap:wrap;gap:16px 25px}}
@media(max-width: 641px){.jnRqr span{display:none}}@media(max-width: 1300px){.fE1k0{flex-wrap:wrap}}@media(max-width: 641px){.fE1k0{margin-top:16px !important}}.j0J3P{border-left:1px solid #D9D9D9;min-width:25%;max-width:25%}.j0J3P:first-child{border:none}@media(max-width: 1300px){.j0J3P{min-width:50%;max-width:50%}.j0J3P:nth-child(odd){border:none}}@media(max-width: 641px){.j0J3P{min-width:100%;max-width:100%;border-left:none;padding-left:0 !important}}.YNMAs{height:24px;width:70px;margin-left:8px;border-radius:4px;color:#231F20;font-size:13px;font-weight:400;padding:2px 7px}@media(max-width: 641px){.YNMAs{width:65px;line-height:0}}
@media(max-width: 641px){.FkyQJ{border-left:none;padding-left:0 !important}.FkyQJ:not(:last-child){margin-bottom:16px}}
.Gm2j9{max-width:31.5%;min-width:31.5%;padding:21px 24px;height:171px;display:flex;flex-direction:column;justify-content:space-between}.Gm2j9 button{min-height:32px;max-height:32px}@media(max-width: 1025px){.Gm2j9{max-width:48%;min-width:48%}}@media(max-width: 641px){.Gm2j9{max-width:100%;min-width:100%}}
.EwcZH{margin:32px 0}@media(max-width: 641px){.EwcZH{margin:20px 0}}.yUqxQ{margin-top:24px}@media(max-width: 641px){.yUqxQ{margin-top:12px}}.w4NC6{width:68.277778vw}@media(max-width: 1300px){.w4NC6{width:83.333333vw}}@media(max-width: 641px){.w4NC6{width:100%}}
.XzDj4{margin-top:15%}@media(max-width: 1300px){.XzDj4{margin-top:40%}}
@media(max-width: 641px){.BLqCW{font-size:20px}}.tCvSO{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1300px){.tCvSO{display:block}}.mQPtt svg{margin-right:10px}@media(max-width: 1300px){.mQPtt{margin-top:12px}}@media(max-width: 641px){.mQPtt{flex-direction:column-reverse}.mQPtt button{width:100% !important;height:36px !important;margin-bottom:8px !important;border-radius:8px !important}}
.JNXb_{margin-top:15%}@media(max-width: 1300px){.JNXb_{margin-top:40%}}
.l534o,.cUlj3{border-radius:12px;box-sizing:border-box;display:flex;align-items:center;width:100%;perspective:1000;border:1px solid rgba(0,0,0,0)}.l534o:hover,.cUlj3:hover{background-color:rgba(128, 128, 128, 0.05)}.l534o ._sDyv::-moz-placeholder, .cUlj3 ._sDyv::-moz-placeholder{color:#808080}.l534o ._sDyv::placeholder,.cUlj3 ._sDyv::placeholder{color:#808080}@media(max-width: 641px){.l534o,.cUlj3{border-radius:8px}}.wQyFB{border:1px solid green}.eSgrL{border:1px solid red}.IvVwd{cursor:not-allowed !important;background-color:rgba(217,217,217,0.34902) !important;color:#D9D9D9 !important}.IvVwd input{color:#231f20 !important}.IvVwd input::-moz-placeholder{color:rgba(35,31,32,.2) !important}.IvVwd input::placeholder{color:rgba(35,31,32,.2) !important}.ubiuw{height:44px;padding:12px 20px}@media(max-width: 641px){.ubiuw{height:32px;padding:8px 12px}}.FaLZc{height:32px;padding:20px}@media(max-width: 641px){.FaLZc{height:32px;padding:10px 12px}}.SiYb1{background-color:#fff}.rwq0U{background-color:#F4F1EC}.cUlj3{gap:10px}
.mzJKt{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.mzJKt .w0AKE{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}.mzJKt .y4BkE{justify-content:flex-start}.mzJKt .ODmde{justify-content:space-between}.mzJKt .SbYjI{display:flex;align-items:center;gap:8px}.mzJKt .SbYjI .UZSwt{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}
.zB9HP{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.zB9HP .pWkHy{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}.zB9HP .RgcSJ{justify-content:flex-start}.zB9HP .k6Guy{justify-content:space-between}.zB9HP .Lv2Ui{display:flex;align-items:center;gap:8px}.zB9HP .Lv2Ui .QU2pS{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}.zB9HP .OwOWx{font-size:13px;font-style:normal;font-weight:400;line-height:150%;color:#231F20}
.iDbv4{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.iDbv4 .HixS9{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}.iDbv4 .gXBpH{justify-content:flex-start}.iDbv4 .NFaB8{justify-content:space-between}.iDbv4 .hhaw3{display:flex;align-items:center;gap:8px}.iDbv4 .hhaw3 .B6aq7{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}.iDbv4 .Ib29p{font-size:13px;font-style:normal;font-weight:400;line-height:150%;color:#231F20}
.JwCYp{position:relative}.JwCYp svg{position:absolute;left:20px;top:12px}@media(max-width: 641px){.JwCYp svg{left:12px;top:4px}}.JwCYp .JssVx{background-color:#fff;max-width:668px;padding-left:54px;margin-top:24px}.JwCYp .JssVx:hover{background-color:#fff}.JwCYp .JssVx input{color:#808080}@media(max-width: 1300px){.JwCYp .JssVx{margin-top:0;width:435px}.JwCYp .JssVx input{font-size:13px}}@media(max-width: 641px){.JwCYp .JssVx{width:94.733333vw;padding-left:45px}.JwCYp .JssVx input{font-size:11px}}.JwCYp .H6cSo{z-index:9999;position:absolute;top:56px;left:0;width:100%;background-color:#fff;max-width:668px;border-radius:12px;border:1px solid #F4F1EC;padding:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1)}@media(max-width: 1300px){.JwCYp .H6cSo{top:47px;min-width:94.5vw}}@media(max-width: 641px){.JwCYp .H6cSo{top:39px;min-width:95.733333vw}}
.B5ZiP{max-width:94.4%;padding:0 15px;margin:0 auto}@media(max-width: 767px){.B5ZiP{max-width:95%}}.kam_U{padding-top:132px;padding-bottom:40px}@media(max-width: 1024px){.kam_U{padding-top:54px;padding-bottom:20px}}@media(max-width: 767px){.kam_U{padding-top:37px;padding-bottom:24px}}.peBZR{max-width:582px}@media(max-width: 1024px){.peBZR{max-width:402px;font-size:28px;font-weight:700}}@media(max-width: 767px){.peBZR{max-width:402px;font-size:20px;font-weight:700;line-height:30px}}.GkF8F{margin-top:48px}@media(max-width: 767px){.GkF8F{margin-top:24px;width:120px;height:32px;border-radius:8px;font-size:11px;font-weight:600}}.LuqZO{width:332px;height:182px;margin-top:97px;border-radius:16px}@media(max-width: 1024px){.LuqZO{width:172px;height:102px;margin-top:28px;border-radius:8px}}@media(max-width: 767px){.LuqZO{width:335px;height:204px;margin-top:32px;border-radius:16px}}.n2S1a{-o-object-fit:cover;object-fit:cover;bottom:0;right:-44px;height:930px;width:1434px}@media(max-width: 1024px){.n2S1a{height:557px;width:866px;top:-90px;right:-130px}}@media(max-width: 768px){.n2S1a{height:532px;width:866px;top:-90px;right:-130px}}@media(max-width: 375px){.n2S1a{min-width:375px;height:494px;top:-22px;right:-12px}}.VSoGw{padding:40px 0;border-radius:32px;margin-bottom:8px;width:46.944444vw;height:34.305556vw}@media(max-width: 1024px){.VSoGw{width:100%;height:48.242188vw}}@media(max-width: 767px){.VSoGw{height:338px;padding:26px 0}}.wh4NT{width:38.333333vw;height:28.75vw}@media(max-width: 1024px){.wh4NT{width:58.105469vw;height:40.429688vw}}@media(max-width: 767px){.wh4NT{width:271px;height:188px}}.KdFtG{padding:0 50px;background-color:#fff;border-radius:32px;width:46.944444vw;margin-bottom:8px;height:34.305556vw}@media(max-width: 1024px){.KdFtG{width:100%;height:48.242188vw}}@media(max-width: 767px){.KdFtG{height:338px;padding:0 32px}}.UGNWf{color:#F17D56}@media(max-width: 767px){.UGNWf{font-size:11px}}.wX1ME{margin-top:12px}@media(max-width: 767px){.wX1ME{font-size:20px;font-weight:700}}.FY8kl{color:#4E9644}.UycMl{margin-top:24px;color:#808080}@media(max-width: 767px){.UycMl{font-size:13px;font-weight:400}}.JCaOK{font-weight:700;color:#4E9644}.We3yT{color:#5580C1}.yBpX7{background-color:#4E9644}.ZNuXK{background-color:#FDCF36}.lgqug{background-color:#5580C1}.e6yal{background-color:#F17D56}.Hq0NG{padding:40px 258px;background:#fff;border-radius:32px;width:100%;margin-bottom:8px}@media(max-width: 1024px){.Hq0NG{padding:40px}}@media(max-width: 767px){.Hq0NG{padding:32px}}._WFE6{width:100%;height:760px;border-radius:32px}@media(max-width: 1024px){._WFE6{height:407px}}@media(max-width: 767px){._WFE6{height:187px;border-radius:16px}}.Z4lI3{padding-top:80px;padding-bottom:100px}@media(max-width: 767px){.Z4lI3{padding-top:50px;padding-bottom:0}}@media(max-width: 375px){.Z4lI3{padding-top:40px}}.zIanm{max-width:772px;background-color:#4E9644;border-radius:32px;padding:40px}@media(max-width: 767px){.zIanm{display:none}}.yguiF{margin-top:48px}
.M0mEy{width:400px;height:240px;border-radius:16px}@media(max-width: 1300px){.M0mEy{width:480px;height:196px}}@media(max-width: 641px){.M0mEy{width:100%;height:197px}}.qkhMc{width:244px;padding:26px;position:relative;overflow:hidden}.KuEKh{position:absolute;top:0;right:0;width:244px;height:244px}@media(max-width: 1300px){.qkhMc{padding:24px;width:232px;max-height:196px}.KuEKh{width:232px;height:200px}}@media(max-width: 641px){.qkhMc{padding:16px;width:100%;max-height:156px;margin-top:16px}.KuEKh{width:100%;height:160px}}.RrNnu{padding:24px;width:668px}.lYO5J{margin-left:24px;padding-right:70px}.zxIUu{margin-top:23px}.ZiZuY{width:192px;height:192px}.IXh8j{margin-top:10px;font-weight:400;color:#808080}@media(max-width: 1300px){.RrNnu{margin-top:16px;padding:20px 33px 20px 16px;width:100%}.lYO5J{margin-left:24px;padding-right:0}.zxIUu{margin-top:12px}.ZiZuY{width:149px;height:149px}}@media(max-width: 641px){.RrNnu{padding:20px 16px}.zxIUu{margin-top:0}.ZiZuY{width:80px;height:80px}}.BkFS_{width:668px;padding:24px}@media(max-width: 1300px){.BkFS_{width:100%;padding:16px}}.fgYKO{min-width:108px;min-height:108px}.A8fmB{font-weight:400;color:#808080;padding-right:50px}
.Aw5tR{margin-top:15px;max-height:358px;overflow-y:auto;padding-right:10px}.Aw5tR::-webkit-scrollbar{width:6px}.Aw5tR::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:16px}.Aw5tR::-webkit-scrollbar-thumb{background:#4E9644;border-radius:16px}.f1Lei+.f1Lei{padding:12px 0}@media(max-width: 641px){.f1Lei{flex-wrap:wrap}}.yNoly{min-width:108px;min-height:108px;max-width:108px;max-height:108px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.mhSwp{font-weight:400;color:#808080;padding-right:50px}.VvKaG{margin-left:16px}@media(max-width: 641px){.g_TLZ{display:flex;justify-content:center;width:100%}.yNoly{min-width:82.133333vw;min-height:69.333333vw;max-width:82.133333vw;max-height:69.333333vw}.mhSwp{margin-left:0;padding-right:0}.VvKaG{margin-left:0;margin-top:16px}}
.GnT01{margin-top:15px;max-height:358px;overflow-y:auto;padding-right:10px}.GnT01::-webkit-scrollbar{width:6px}.GnT01::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:16px}.GnT01::-webkit-scrollbar-thumb{background:#4E9644;border-radius:16px}.yFbRG+.yFbRG{padding:12px 0}@media(max-width: 641px){.yFbRG{flex-wrap:wrap}}.IdeTQ{min-width:108px;min-height:108px;max-width:108px;max-height:108px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.DqyzI{font-weight:400;color:#808080;padding-right:50px}.kzp7X{margin-left:16px}@media(max-width: 641px){.ltLUe{display:flex;justify-content:center;width:100%}.IdeTQ{min-width:82.133333vw;min-height:69.333333vw;max-width:82.133333vw;max-height:69.333333vw}.DqyzI{margin-left:0;padding-right:0}.kzp7X{margin-left:0;margin-top:16px}}
.qKYe9{max-width:438px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.HhtaP{width:350px;height:268px;margin:0 auto;-o-object-fit:scale-down;object-fit:scale-down}.bqiJ_{font-weight:400;color:#808080}@media(max-width: 1300px){.qKYe9{width:355px}.HhtaP{width:266px;height:204px}}@media(max-width: 641px){.qKYe9{max-width:100%}}.xSjoF{width:438px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.Xnik5{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:16px;-o-object-fit:cover;object-fit:cover}.XyUo8{font-weight:400;color:#808080}@media(max-width: 1300px){.xSjoF{width:355px;height:395px}}@media(max-width: 641px){.xSjoF{max-width:100%}}
.zveRT{max-width:94.4%;margin:0 auto}.gnjbF{width:41.666667vw}.ohL8U{width:100%;padding:20px 0;display:flex;justify-content:center;background-color:#f2f2f2;border-radius:12px}.ohL8U img{height:13.194444vw}@media(max-width: 1300px){.gnjbF{width:100%}.gnjbF img{height:32.552083vw}}@media(max-width: 641px){.gnjbF img{height:40vw}}
.TcJzt{max-width:94.4%;margin:0 auto}.Wkwf3{width:62.5vw}@media(max-width: 1300px){.Wkwf3{width:100%}}
.g2Gcy{max-width:94.4%;margin:0 auto}.OlsfP{width:62.5vw}.J9qrk{width:100%;margin-bottom:48px}.J9qrk img{border-radius:12px;width:100%;height:300px;-o-object-fit:cover;object-fit:cover}@media(max-width: 1300px){.OlsfP{margin-bottom:32px;width:100%}}@media(max-width: 641px){.OlsfP img{height:200px}}
.kFePm{max-width:94.4%;margin:0 auto}.nbFl_{width:60.833333vw}@media(max-width: 1300px){.nbFl_{width:100%}}.wwkrQ{display:flex;flex-direction:column;align-items:center}.hwUvQ{cursor:pointer;text-align:center;font-size:20px;font-weight:700;width:76px;height:76px;border-radius:12px;padding:24px;transition:all .3s ease-out}.wwkrQ .hhgU0{color:#FDCF36;background-color:rgba(253,207,54,.1)}.wwkrQ .hhgU0:hover{background-color:rgba(253,207,54,.23)}.wwkrQ .pvQH3{color:#4E9644;background-color:rgba(78,150,68,.1)}.wwkrQ .pvQH3:hover{background-color:rgba(78,150,68,.23)}.wwkrQ .e2sK0{color:#5580C1;background-color:rgba(85,128,193,.1)}.wwkrQ .e2sK0:hover{background-color:rgba(85,128,193,.23)}.wwkrQ .Gzwud{color:#F17D56;background-color:rgba(241,125,86,.1)}.wwkrQ .Gzwud:hover{background-color:rgba(241,125,86,.23)}.wwkrQ .YKsA_{color:#E53B27;background-color:rgba(229,59,39,.1)}.wwkrQ .YKsA_:hover{background-color:rgba(229,59,39,.23)}
.Y7XeL{max-width:94.4%;margin:0 auto}.OOSSV{width:67vw}@media(max-width: 1300px){.OOSSV{width:100%}}.bdaAJ{cursor:pointer;padding:12px 31px;background-color:#ebe8e3;border-top-left-radius:16px;border-top-right-radius:16px;position:relative;text-wrap:nowrap;margin-bottom:-1px}.U7p7M{background-color:#fff;color:#4E9644}.TetsG{position:absolute;width:25px;height:25px;clip-path:polygon(0% 15%, 0 0, 9% 23%, 15% 40%, 20% 52%, 32% 68%, 48% 82%, 67% 94%, 85% 100%, 15% 100%, 0 100%, 0 86%);background-color:#fff;bottom:-1px;right:-24px;z-index:2}.XrxAG{position:absolute;width:25px;height:25px;clip-path:polygon(0% 15%, 0 0, 9% 23%, 15% 40%, 20% 52%, 32% 68%, 48% 82%, 67% 94%, 85% 100%, 15% 100%, 0 100%, 0 86%);background-color:#fff;transform:rotate(-90deg);bottom:-1px;left:-24px;z-index:2}@media(max-width: 641px){.eKih6{font-size:13px}}.eKih6>*:first-child{display:none}.eKih6>p{margin-top:20px;margin-bottom:20px;color:#808080}.eKih6 a{-webkit-text-decoration:underline;text-decoration:underline;color:#5580C1 !important}.eKih6 a strong{color:#5580C1 !important}.eKih6 strong{font-weight:700;color:#231F20}.eKih6 table{width:100%;border-collapse:collapse;overflow-x:auto;display:block}.eKih6 table::-webkit-scrollbar{width:8px;height:8px}.eKih6 table::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.eKih6 table::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}.eKih6 table th,.eKih6 table td{border:1px solid #ddd;padding:8px;text-align:center}.eKih6 table tbody tr:first-child{font-size:16px;font-weight:700}.eKih6 table tr:nth-child(even){background-color:#f9f9f9}.eKih6 table tr:hover{background-color:#f1f1f1}.eKih6 table p{margin:0}.eKih6 ul,.eKih6 li{list-style:inside;color:#808080}.f43JL{background-color:#F4F1EC !important;margin-bottom:20px !important}@media(max-width: 641px){.fYZYg{font-size:13px}}.fYZYg a{-webkit-text-decoration:underline;text-decoration:underline;color:#5580C1 !important}.fYZYg a strong{color:#5580C1 !important}.fYZYg h4{font-weight:700;margin-bottom:20px}.fYZYg p{margin-bottom:20px}.NtTHH{background-color:#F4F1EC !important;margin-bottom:20px !important}@media(max-width: 641px){.NtTHH{font-size:13px}}.NtTHH a{-webkit-text-decoration:underline;text-decoration:underline;color:#5580C1 !important}.NtTHH a strong{color:#5580C1 !important}.NtTHH h4{font-weight:700}.NtTHH h4 a{-webkit-text-decoration:underline;text-decoration:underline;color:#5580C1 !important}.NtTHH h4 a strong{color:#5580C1 !important}
.DufDJ{background-color:#fff;border-radius:16px;padding:24px}@media(max-width: 641px){.DufDJ{padding:16px}}.EGN8p{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.EGN8p>div{max-width:90%}.EGN8p path{fill:#231F20}.tlruw{max-height:0;transition:all 1s ease}.ZWRMo{max-height:999999px;margin-top:24px}.ZI4sw{overflow:hidden}
.WbIUW{max-width:94.4%;margin:0 auto}@media(max-width: 992px){.zj_Eu{overflow-x:scroll}.zj_Eu::-webkit-scrollbar{width:8px;height:8px}.zj_Eu::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.zj_Eu::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}}.zj_Eu table{width:100%}.zj_Eu thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.zj_Eu thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.zj_Eu thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.zj_Eu .MyiAS{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.H_6nI{width:420px;margin-left:32px}.H_6nI div{margin-top:0 !important;width:29.166667vw}@media(max-width: 641px){.H_6nI{margin-top:12px;width:99%;margin-left:0}.H_6nI div{width:99%}}.HXZB4{width:300px;margin-left:60px}.kk458{background:#fff;height:45px;padding-top:12px}.kk458 path{fill-opacity:1}@media(max-width: 641px){.HXZB4{margin-top:12px;width:100%;margin-left:0}.kk458{padding-top:8px;height:32px}}
.dRORX{display:flex;align-items:center;justify-content:center}.dRORX li[class~=rc-pagination-item]{margin:0 4px}.dRORX li[class~=rc-pagination-item],.dRORX li[class~=rc-pagination-next],.dRORX li[class~=rc-pagination-prev]{background-color:#fff;width:38px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;color:#808080;font-weight:600;font-size:11px;line-height:16px}.dRORX li[class~=rc-pagination-jump-next],.dRORX li[class~=rc-pagination-jump-prev]{width:38px;height:32px;cursor:pointer;display:flex;align-items:flex-end;justify-content:center}.dRORX li[class~=rc-pagination-jump-next]::after,.dRORX li[class~=rc-pagination-jump-prev]::after{content:"..."}.dRORX li[class~=rc-pagination-prev]{margin:0 4px}.dRORX li[class~=rc-pagination-prev]::after{content:"<"}.dRORX li[class~=rc-pagination-next]{margin:0 4px}.dRORX li[class~=rc-pagination-next]::after{content:">"}.S8sKM{color:#4E9644}
.A8l0x{max-width:94.4%;margin:0 auto}.pOnsz{width:62.5vw}@media(max-width: 1300px){.pOnsz{width:100%}}.fPcmL{width:100%;margin-bottom:48px}.fPcmL img{border-radius:12px;width:100%;height:20.833333vw;-o-object-fit:cover;object-fit:cover}@media(max-width: 1300px){.fPcmL img{height:39.0625vw}}@media(max-width: 641px){.fPcmL img{height:53.333333vw}.fPcmL{margin-bottom:32px}}.j0Xdn svg{width:25px;height:25px}.n24oQ{margin-right:12px;width:16px;height:6px;background-color:#4E9644;border-radius:2px}.iIkQT{width:12px;height:12px;border-radius:50%;background-color:#4E9644}.jNUdn{width:2px;height:75px;background-color:#4E9644;position:absolute;top:17px;left:4px}@media(max-width: 641px){.jNUdn{height:85px}}
.CmTFW{background-color:#5580C1}.jZtxk>span{color:#5580C1}.S9Hr_{margin-left:2px}.FVIcE{background-color:#FDCF36}.glN5N>span{color:#FDCF36}.uO6bg{margin-left:2px}.idI55{background-color:#E53B27}.Gu3Wi>span{color:#E53B27}.cxT67{margin-left:2px}.e89sy{background-color:#4E9644}.BxWvE>span{color:#4E9644}.cCGtJ{height:16px;border-radius:4px;width:100%}@media(max-width: 641px){.cCGtJ{height:8px}}.fr38j{margin-top:8px;font-size:13px;font-weight:400;text-align:center;text-wrap:nowrap}.fr38j>span{font-weight:600}@media(max-width: 641px){.fr38j{font-size:11px}}.eAmfn{margin-top:4px;font-size:11px;font-weight:600;text-align:center;text-wrap:nowrap;color:#808080}@media(max-width: 641px){.eAmfn{font-size:9px}}
.qf5aq{background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);position:absolute;width:335px;top:10px;right:0;border-radius:16px;z-index:1111111}@media(max-width: 641px){.qf5aq{width:300px}}.qf5aq img{border-top-left-radius:16px;border-top-right-radius:16px}.qf5aq h4{font-size:20px;line-height:150%;font-weight:700;text-wrap:wrap;max-width:290px}.qf5aq p{margin-top:8px;white-space:normal;font-size:12px;color:#333;line-height:24px;font-weight:300}.UrehR{z-index:1111111}
.dex2b{font-size:23px;font-weight:900;top:65%;left:50%;transform:translate(-50%, -50%)}@media(max-width: 641px){.dex2b{font-size:13px}}.fAepB{color:#E53B27}.bZp43{color:#FDCF36}.S_sx3{color:#4E9644}
.nhjxA{width:672px !important;padding:24px !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}@media(max-width: 641px){.nhjxA{width:359px !important}}
.OXmtH{width:184px;height:28px;margin-right:10px;background-color:#e8e5e0;border:none}@media(max-width: 1300px){.OXmtH{width:127px}}@media(max-width: 641px){.OXmtH{width:100px;margin-right:0}}.UqE4b path{fill:#E53B27}.h2lFS path{fill:#4E9644}.iI3sT{max-width:62px;max-height:62px}
.o38ll path{fill:#808080}.elltt{width:672px !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}@media(max-width: 641px){.elltt{width:359px !important}}._1Pcu{display:none}
.wvuOt{width:149px;height:32px}@media(max-width: 641px){.wvuOt{width:100%;height:28px;margin-top:8px}}
.hadUt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important;padding:0 !important}.hadUt>div{max-height:100% !important}.hadUt>div h2{font-size:16px !important}.hadUt>div:first-child{margin-bottom:0;padding:20px 24px;border-bottom:1px solid #F4F1EC}
.kMmQK{width:33.33%;word-wrap:break-word;word-wrap:break-word}
._teNO thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}._teNO thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}._teNO thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}._teNO .hXYw2{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;max-height:48px}.bK4Ke{margin-top:120px;margin-bottom:100px}.bK4Ke .O7vfZ path{fill:#fff}.bK4Ke h2{width:252px}.QpWZ6{font-size:11px;font-weight:600;color:#fff;background-color:#4E9644;padding:4px 8px;border-radius:4px;margin-left:12px;line-height:19px}.NzoUP{margin-top:23px;margin-bottom:100px}.EqeVl{background-color:#fff;width:36.111111vw;height:10.277778vw;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:13px;line-height:19.5px}.vQIdE{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}.vQIdE>div{max-height:100% !important}
.ocmis{position:absolute;top:17vw;left:51vw;animation:none !important}
.S8oKG{position:absolute;top:5vw;left:39vw;animation:none !important}
.FaTI1{position:absolute;top:8vw;left:39vw;animation:none !important}
.I0X8j{position:absolute;top:8vw;left:39vw;animation:none !important}
.Vj_ja{position:absolute;top:8vw;left:64vw;animation:none !important}
.csm1B thead[class=rc-table-thead]{position:relative}.csm1B thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.csm1B thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.csm1B thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.csm1B .uzl7l{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;max-height:48px}.BZ_uw thead[class=rc-table-thead]{z-index:1000}.UFpBY tbody td>div{background:#f7f7f7 !important;position:relative !important;z-index:1000 !important}.pZ89s{font-size:11px;font-weight:600;color:#fff;background-color:#4E9644;padding:4px 8px;border-radius:4px;margin-left:12px;line-height:19px}.zCAkf{margin-top:23px;margin-bottom:100px}.XkPGS{background-color:#fff;width:36.111111vw;height:10.277778vw;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:13px;line-height:19.5px}
.EraAj{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(217,217,217,.2);cursor:pointer;transition:.5s ease}.EraAj:hover{opacity:.5}
.t0x6u{min-width:138px;max-width:138px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);border-radius:12px;padding:6px}.OANKw{max-height:220px;overflow-y:auto}.OANKw::-webkit-scrollbar{width:6px;height:6px}.OANKw::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:2px}.OANKw::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:2px}
.FxSrO{width:50%}@media(max-width: 641px){.FxSrO{width:100%}}
._7nIT{--checkbox-size:20px}._7nIT .afg4m{display:flex;align-items:flex-start;cursor:pointer}._7nIT .B2aI1{cursor:pointer;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:100%;border:1px solid #808080;display:flex;align-items:center;justify-content:center}._7nIT .iN1UQ{display:none}._7nIT .iN1UQ:hover:not(:disabled)+.afg4m .B2aI1{background-color:#d9d9d9}._7nIT .iN1UQ:checked:not(:disabled)+.afg4m .B2aI1{background-color:#4E9644;border:1px solid #4E9644}._7nIT .iN1UQ:checked:disabled+.afg4m .B2aI1{background-color:gray}._7nIT .iN1UQ:disabled+.afg4m .B2aI1{border-color:gray}
.f4PCA{display:flex;gap:8px;align-items:center}
.HNhkF{width:248px}
.eu4ms{--checkbox-size:20px}.eu4ms .F9TEo{display:flex;align-items:flex-start;cursor:pointer}.eu4ms .C2cvc{cursor:pointer;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:6px;border:1px solid #808080;display:flex;align-items:center;justify-content:center}.eu4ms .P2hA8{display:none}.eu4ms .P2hA8:hover:not(:disabled)+.F9TEo .C2cvc{background-color:#d9d9d9}.eu4ms .P2hA8:checked:not(:disabled)+.F9TEo .C2cvc{background-color:#4E9644;border:1px solid #4E9644}.eu4ms .P2hA8:checked:disabled+.F9TEo .C2cvc{background-color:gray}.eu4ms .P2hA8:disabled+.F9TEo .C2cvc{border-color:gray}
.XlaEH{display:flex;gap:8px;align-items:flex-start}
.lME9n{width:33.33%}@media(max-width: 1300px){.lME9n{width:48.5%}}@media(max-width: 641px){.lME9n{width:100%}}
.Mx22L{margin:32px 0}@media(max-width: 641px){.Mx22L{margin:20px 0}}.T_w2Y{margin-top:24px}@media(max-width: 641px){.T_w2Y{margin-top:12px}}.lotcZ{width:68.277778vw}@media(max-width: 1300px){.lotcZ{width:83.333333vw}}@media(max-width: 641px){.lotcZ{width:100%}.Pyd5x{font-size:20px}}.pyuww{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1300px){.pyuww{display:block}}._LxM5 svg{margin-right:10px}@media(max-width: 1300px){._LxM5{margin-top:12px}}@media(max-width: 641px){._LxM5{flex-direction:column-reverse}._LxM5 button{width:100% !important;height:36px !important;margin-bottom:8px !important;border-radius:8px !important}}.w1MhJ{position:sticky;top:20px;z-index:998}@media(max-width: 641px){.w1MhJ{position:static}}.W5k6I{width:25.5vw}.W5k6I .AsqWc{background-color:#4E9644;border-radius:12px}.W5k6I .AsqWc h5{color:#fff}.W5k6I .AsqWc svg,.W5k6I .AsqWc path{color:#fff;fill:#fff}.W5k6I .mvO6t{margin-left:35px;height:0;overflow-y:hidden;margin:0}.W5k6I .mvO6t p{font-weight:400;height:32px;display:flex;align-items:center;color:#808080;cursor:pointer;padding-left:15px;border-radius:0 4px 4px 0;border-left:2px solid #F4F1EC}.W5k6I .mvO6t p:hover{border-color:#4E9644}.W5k6I .mvO6t .p4xoJ{background-color:#EDF5EC;border-color:#4E9644}.W5k6I .d2HVB{height:100%;overflow-y:auto;margin:12px 0 12px 35px}@media(max-width: 1300px){.W5k6I{box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);width:47.916667vw;position:absolute;top:0;z-index:998}}@media(max-width: 641px){.W5k6I{width:95.733333vw;position:fixed;top:auto;bottom:15%;padding:8px !important;max-height:530px}}.skVcc{display:none;background-color:#fff;border-radius:16px;padding:16px;width:9.375vw;height:216px;flex-direction:column;justify-content:space-between}@media(max-width: 1300px){.skVcc{display:flex}}@media(max-width: 641px){.skVcc{display:none}}.skVcc .L1hlQ{padding:8px;max-width:40px}.skVcc .AsqWc{background-color:#4E9644;border-radius:12px}.skVcc .AsqWc h5{color:#fff}.skVcc .AsqWc svg,.skVcc .AsqWc path{color:#fff;fill:#fff}.zZJHs{display:none;padding:16px;border-radius:16px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1490196078);position:fixed;bottom:16px;z-index:51}@media(max-width: 641px){.zZJHs{display:block}}.eOYXj{position:absolute;width:100vw;height:100%;top:0;right:0;background-color:#231f20;opacity:.3;z-index:50}.KETsz{border-left:1px solid #D9D9D9;min-width:25%;max-width:25%}.KETsz:first-child{border:none}@media(max-width: 1300px){.KETsz{min-width:33%;max-width:33%}}@media(max-width: 641px){.KETsz{min-width:100%;max-width:100%;border-left:none;padding-left:0 !important}.KETsz:not(:last-child){margin-bottom:16px}}.QU_kj{margin-top:22px}@media(max-width: 641px){.QU_kj{flex-wrap:wrap;gap:16px 25px}}
.mujY7{position:absolute;top:17vw;left:39vw;animation:none !important}
.Bzf_n{position:absolute;top:13vw;left:49vw;animation:none !important}
.wXKQ_{position:absolute;top:13vw;left:49vw;animation:none !important}
.IKlrn{width:149px;height:32px}@media(max-width: 641px){.IKlrn{width:100%;height:28px;margin-top:8px}}.rBySE{width:184px;height:28px;margin-right:10px;background-color:#e8e5e0;border:none}@media(max-width: 1300px){.rBySE{width:127px}}@media(max-width: 641px){.rBySE{width:100px;margin-right:0}}.nEfhf path{fill:#E53B27}.hWKAw path{fill:#4E9644}.dKmO8{max-width:62px;max-height:62px}
.JMr0D{position:absolute;top:13vw;left:3vw;animation:none !important}
.IavAP{position:absolute;top:25vw;left:50vw;animation:none !important}
.pfaPe{margin:32px 0}@media(max-width: 641px){.pfaPe{margin:20px 0}}.u1btg{margin-top:24px}@media(max-width: 641px){.u1btg{margin-top:12px}}.dKpiL{width:68.277778vw}@media(max-width: 1300px){.dKpiL{width:83.333333vw}}@media(max-width: 641px){.dKpiL{width:100%}.eqsKd{font-size:20px}}.gDlyR{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1300px){.gDlyR{display:block}}.VbjBg svg{margin-right:10px}@media(max-width: 1300px){.VbjBg{margin-top:12px}}@media(max-width: 641px){.VbjBg{flex-direction:column-reverse}.VbjBg button{width:100% !important;height:36px !important;margin-bottom:8px !important;border-radius:8px !important}}.UFpcP{position:sticky;top:20px;z-index:998}@media(max-width: 641px){.UFpcP{position:static}}.BFBhD{width:25.5vw}.BFBhD .bVRFj{background-color:#4E9644;border-radius:12px}.BFBhD .bVRFj h5{color:#fff}.BFBhD .bVRFj svg,.BFBhD .bVRFj path{color:#fff;fill:#fff}.BFBhD .oe43x{margin-left:35px;height:0;overflow-y:hidden;margin:0}.BFBhD .oe43x p{font-weight:400;height:32px;display:flex;align-items:center;color:#808080;cursor:pointer;padding-left:15px;border-radius:0 4px 4px 0;border-left:2px solid #F4F1EC}.BFBhD .oe43x p:hover{border-color:#4E9644}.BFBhD .oe43x .oucgy{background-color:#EDF5EC;border-color:#4E9644}.BFBhD .N3IBo{height:100%;overflow-y:auto;margin:12px 0 12px 35px}@media(max-width: 1300px){.BFBhD{box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);width:47.916667vw;position:absolute;top:0;z-index:998}}@media(max-width: 641px){.BFBhD{width:95.733333vw;position:fixed;top:auto;bottom:15%;padding:8px !important;max-height:530px}}.o9kzX{display:none;background-color:#fff;border-radius:16px;padding:16px;width:9.375vw;height:216px;flex-direction:column;justify-content:space-between}@media(max-width: 1300px){.o9kzX{display:flex}}@media(max-width: 641px){.o9kzX{display:none}}.o9kzX .W72iW{padding:8px;max-width:40px}.o9kzX .bVRFj{background-color:#4E9644;border-radius:12px}.o9kzX .bVRFj h5{color:#fff}.o9kzX .bVRFj svg,.o9kzX .bVRFj path{color:#fff;fill:#fff}.N_AIo{display:none;padding:16px;border-radius:16px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1490196078);position:fixed;bottom:16px;z-index:51}@media(max-width: 641px){.N_AIo{display:block}}.Ux0Dh{position:absolute;width:100vw;height:100%;top:0;right:0;background-color:#231f20;opacity:.3;z-index:50}.Gl33w{border-left:1px solid #D9D9D9;min-width:25%;max-width:25%}.Gl33w:first-child{border:none}@media(max-width: 1300px){.Gl33w{min-width:33%;max-width:33%}}@media(max-width: 641px){.Gl33w{min-width:100%;max-width:100%;border-left:none;padding-left:0 !important}.Gl33w:not(:last-child){margin-bottom:16px}}.wuLKk{margin-top:22px}@media(max-width: 641px){.wuLKk{flex-wrap:wrap;gap:16px 25px}}.K6U9S{width:226px}.zO_bW{top:48px;left:-8%}.sZubu{border-radius:0 !important;padding-top:0 !important;border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}.s9Waa{margin-top:-50px;overflow-x:auto;padding-bottom:8px}.s9Waa::-webkit-scrollbar{width:8px;height:8px}.s9Waa::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.s9Waa::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.k1zFY{background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}@media(max-width: 641px){.k1zFY{padding:16px}}._odJj{font-weight:600}.yEFrP table{width:100%}.yEFrP thead[class=rc-table-thead] tr th{background-color:#fff;margin-top:8px;padding:20px 24px 20px 0;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.yEFrP thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left:24px}.yEFrP thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.yEFrP tbody{margin-top:50px}@media(max-width: 1025px){.yEFrP tbody td:nth-child(3) span{display:block}}.yEFrP tbody tr:first-child .tjQzh{margin-top:45px}@media(max-width: 992px){.yEFrP{min-width:800px}}.yEFrP .tjQzh{background-color:#fff;margin-top:8px;padding:13px 24px 13px 10px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.iI2e4{transform:translateY(98px)}.cuvtU{padding:4px 8px !important;border-radius:4px !important;height:auto !important;background-color:#fff !important}.cuvtU input{font-size:18px !important;font-weight:700 !important;color:#231f20}.etTOX input{width:110px !important}.vmN3L input{width:50px !important}
.SdXJR{cursor:pointer;position:relative;border-top-left-radius:12px;border-top-right-radius:12px;padding:14px 20px;background-color:#fff}.Op_lS{cursor:pointer;max-width:130px;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;color:#231f20;outline:none}
.YgeFf{width:264px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);border-radius:16px;position:absolute;background-color:#fff;z-index:999}.J5qTp{font-size:13px;font-weight:600}.i2LeQ{display:flex;justify-content:center;align-items:center;padding:6.75px 9px;border-radius:6px;background-color:#F4F1EC}.RcKAf{cursor:pointer;width:32px;height:32px;background-color:#F4F1EC;font-size:13px;border-radius:6px;transition:all .2s ease-in}.KhR8G{background-color:#4E9644;color:#fff}.bt4sZ{background-color:rgba(78,150,68,.1019607843)}.RcKAf:hover{background-color:rgba(78,150,68,.1019607843);color:#000}
.YIJI8{display:block;padding:10px 12px;background-color:#F4F1EC;cursor:pointer;border-radius:12px;width:14%;margin-left:.138889vw;transition:all .2s ease-out}.YIJI8:hover{background-color:rgba(0,0,0,.1019607843)}.YIJI8:active{background-color:rgba(0,0,0,.2)}@media(max-width: 1300px){.YIJI8{width:24.75%}.YIJI8:nth-child(5),.YIJI8:nth-child(6),.YIJI8:nth-child(7){margin-top:2px;width:33.1%}}@media(max-width: 641px){.YIJI8{width:49.3%}.YIJI8:nth-child(5),.YIJI8:nth-child(6){width:49.3%}.YIJI8:nth-child(3),.YIJI8:nth-child(4),.YIJI8:nth-child(5),.YIJI8:nth-child(6),.YIJI8:nth-child(7){margin-top:2px}.YIJI8:nth-child(7){width:99.5%}}.YIJI8.UkEpL{background-color:#4E9644}.YIJI8.UkEpL>.qJECv,.YIJI8.UkEpL>.dLIDx{color:#fff}.qJECv{font-weight:600;font-size:13px;color:#231f20}.dLIDx{font-weight:600;font-size:11px;color:#808080}._72Ic{background-color:#F4F1EC;padding:20.12px 23.5px;border-radius:12px;transition:all .2s ease-out}._72Ic:hover{background-color:rgba(0,0,0,.1019607843)}._72Ic:active{background-color:rgba(0,0,0,.2)}.OK2SI{transform:rotate(180deg)}._72Ic:disabled{cursor:not-allowed}
.MFEyM{display:grid;grid-gap:24px;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1300px){.MFEyM{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 641px){.MFEyM{grid-gap:8px;grid-template-columns:repeat(2, 1fr)}}.kntSu{background-color:#F4F1EC;padding:16px;border-radius:16px;font-size:11px;font-weight:400;color:#231f20;text-wrap:nowrap}.mE_Xu{width:100%;border-radius:2px;height:8px;margin-top:12px}.mE_Xu::-webkit-progress-bar{background-color:#fff;border-radius:2px}.lavxy::-webkit-progress-value{background-color:#4E9644;border-radius:2px}.c6bG_::-webkit-progress-value{background-color:#FDCF36;border-radius:2px}.BaUIT::-webkit-progress-value{background-color:#E53B27;border-radius:2px}
.tQUDA{position:absolute;top:20vw;left:55vw;animation:none !important}
.kKl7z{position:absolute;top:22vw;left:50vw;animation:none !important}
.uvsBc{position:absolute;top:14vw;left:69vw;animation:none !important}
.fkHAw{position:absolute;top:28vw;left:50vw;animation:none !important}
.YUKfk{position:absolute;top:14vw;left:69vw;animation:none !important}.gjZbF{position:absolute;top:97px;left:139px}
._XNr9{margin:32px 0}@media(max-width: 641px){._XNr9{margin:20px 0}}.HNJJX{margin-top:24px}@media(max-width: 641px){.HNJJX{margin-top:12px}}.hTHyG{width:68.277778vw}@media(max-width: 1300px){.hTHyG{width:83.333333vw}}@media(max-width: 641px){.hTHyG{width:100%}.AdsaN{font-size:20px}}.TShbB{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1300px){.TShbB{display:block}}.EOe8y svg{margin-right:10px}@media(max-width: 1300px){.EOe8y{margin-top:12px}}@media(max-width: 641px){.EOe8y{flex-direction:column-reverse}.EOe8y button{width:100% !important;height:36px !important;margin-bottom:8px !important;border-radius:8px !important}}.ckCfQ{position:sticky;top:20px;z-index:998}@media(max-width: 641px){.ckCfQ{position:static}}.t0wlJ{width:25.5vw}.t0wlJ .aekKy{background-color:#4E9644;border-radius:12px}.t0wlJ .aekKy h5{color:#fff}.t0wlJ .aekKy svg,.t0wlJ .aekKy path{color:#fff;fill:#fff}.t0wlJ .UPja9{margin-left:35px;height:0;overflow-y:hidden;margin:0}.t0wlJ .UPja9 p{font-weight:400;height:32px;display:flex;align-items:center;color:#808080;cursor:pointer;padding-left:15px;border-radius:0 4px 4px 0;border-left:2px solid #F4F1EC}.t0wlJ .UPja9 p:hover{border-color:#4E9644}.t0wlJ .UPja9 .yevqe{background-color:#EDF5EC;border-color:#4E9644}.t0wlJ .kjClq{height:100%;overflow-y:auto;margin:12px 0 12px 35px}@media(max-width: 1300px){.t0wlJ{box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);width:47.916667vw;position:absolute;top:0;z-index:998}}@media(max-width: 641px){.t0wlJ{width:95.733333vw;position:fixed;top:auto;bottom:15%;padding:8px !important;max-height:530px}}.QwYGL{display:none;background-color:#fff;border-radius:16px;padding:16px;width:9.375vw;height:216px;flex-direction:column;justify-content:space-between}@media(max-width: 1300px){.QwYGL{display:flex}}@media(max-width: 641px){.QwYGL{display:none}}.QwYGL .sQ3ww{padding:8px;max-width:40px}.QwYGL .aekKy{background-color:#4E9644;border-radius:12px}.QwYGL .aekKy h5{color:#fff}.QwYGL .aekKy svg,.QwYGL .aekKy path{color:#fff;fill:#fff}.l6FnP{display:none;padding:16px;border-radius:16px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1490196078);position:fixed;bottom:16px;z-index:51}@media(max-width: 641px){.l6FnP{display:block}}.omZyk{position:absolute;width:100vw;height:100%;top:0;right:0;background-color:#231f20;opacity:.3;z-index:50}.qW1vc{border-left:1px solid #D9D9D9;min-width:25%;max-width:25%}.qW1vc:first-child{border:none}@media(max-width: 1300px){.qW1vc{min-width:33%;max-width:33%}}@media(max-width: 641px){.qW1vc{min-width:100%;max-width:100%;border-left:none;padding-left:0 !important}.qW1vc:not(:last-child){margin-bottom:16px}}.BF7d1{margin-top:22px}@media(max-width: 641px){.BF7d1{flex-wrap:wrap;gap:16px 25px}}.A_bxh{width:226px}.aFroP{top:48px;left:-8%}.rg0Vp{border-radius:0 !important;padding-top:0 !important;border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}.K0BCh{margin-top:-50px;overflow-x:auto;padding-bottom:8px}.K0BCh::-webkit-scrollbar{width:8px;height:8px}.K0BCh::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.K0BCh::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.DlFhf{background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}@media(max-width: 641px){.DlFhf{padding:16px}}.nWEWq{font-weight:600}.qss1K table{width:100%}.qss1K thead[class=rc-table-thead] tr th{background-color:#fff;margin-top:8px;padding:20px 24px 20px 0;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.qss1K thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left:24px}.qss1K thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.qss1K tbody{margin-top:50px}@media(max-width: 1025px){.qss1K tbody td:nth-child(3) span{display:block}}.qss1K tbody tr:first-child .jUpFF{margin-top:45px}@media(max-width: 992px){.qss1K{min-width:800px}}.qss1K .jUpFF{background-color:#fff;margin-top:8px;padding:13px 24px 13px 10px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.Hi8rs{transform:translateY(98px)}.EjYtU{padding:4px 8px !important;border-radius:4px !important;height:auto !important;background-color:#fff !important}.EjYtU input{font-size:18px !important;font-weight:700 !important;color:#231f20}.Pe0U3 input{width:110px !important}.MKQrn input{width:50px !important}
.Vk60F{width:226px}.hf3hZ{top:48px;left:-8%}.DuV1q{border:1px dashed #d9d9d9}.uxJ_U{margin-top:-15px;border-radius:6px !important}.I_OYN{margin-top:-50px;overflow-x:auto;padding-bottom:8px}.I_OYN::-webkit-scrollbar{width:8px;height:8px}.I_OYN::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.I_OYN::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.WzY8k{background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}@media(max-width: 641px){.zKt0X{display:block}.zKt0X button{margin-left:0}.WzY8k{padding:16px}}.UaY4H{font-weight:600}.YkYDI table{width:100%}.YkYDI thead[class=rc-table-thead] tr th{background-color:#fff;margin-top:8px;padding:20px 24px 20px 0;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.YkYDI thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left:24px}.YkYDI thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.YkYDI tbody{margin-top:50px}@media(max-width: 1025px){.YkYDI tbody td:nth-child(3) span{display:block}}.YkYDI tbody tr:first-child .CVrdH{margin-top:45px}@media(max-width: 992px){.YkYDI{min-width:800px}}.YkYDI .CVrdH{background-color:#fff;margin-top:8px;padding:13px 24px 13px 10px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.YmBSU{margin-top:16px}.YmBSU tbody{margin-top:0}.YmBSU tbody tr:first-child .CVrdH{margin-top:0}.nwqsQ{transform:translateY(98px)}
.i9umE{border-radius:0 !important;padding-top:0 !important;border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}
.F39CC{background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);position:absolute;width:230px;top:30px;right:-25px;border-radius:12px;z-index:11;padding:8px}.ScM74{display:flex;align-items:center;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px}.ScM74:hover{background-color:#F4F1EC}
.rGzsB{padding:4px 8px !important;border-radius:4px !important;height:auto !important;background-color:#fff !important}.rGzsB input{font-size:18px !important;font-weight:700 !important;color:#231f20}.AqG5h input{width:110px !important}.JvZMs input{width:50px !important}
.CfaY5{margin-top:24px;position:relative;width:210px;height:210px}@media(max-width: 1300px){.CfaY5{width:140px;height:140px}}.RXfn8{position:absolute;width:90px;height:90px;background-color:#fff;top:50%;left:50%;border-radius:50%;transform:translate(-50%, -50%)}@media(max-width: 1300px){.RXfn8{width:60px;height:60px}}.OoL2Q{position:absolute;width:110px;height:110px;background-color:rgba(255,255,255,.4);top:50%;left:50%;border-radius:50%;transform:translate(-50%, -50%)}@media(max-width: 1300px){.OoL2Q{width:60px;height:60px}}.CEo5I{display:flex;align-items:center}.CEo5I+.CEo5I{margin-top:8px}.KT7tV{width:16px;height:16px;border-radius:4px}.BKIgy{margin-left:12px;font-size:13px;font-weight:600;color:#231f20}@media(max-width: 1300px){.BKIgy{font-size:11px}}.BKIgy span:first-child{word-break:break-all;white-space:normal}.BKIgy span:last-child{text-wrap:nowrap}.sjzKH{background-color:#5580c1}.BuWqp{background-color:#4e9644}.iWEam{background-color:#f17d56}.jyLzF{background-color:#fdcf36}.W2Btv{background-color:#e53b27}.PT4qL{background-color:#a1cf8a}.VbwHj{background-color:#fbb093}.D5Lpx{background-color:#edf5ec}.NuT5S{background-color:#f4f1ec}.xsWaE{background-color:gray}
.MeBj8{border-radius:0 !important;padding-top:0 !important}
._4NA8Q{background-color:#fff}.iVDWZ{background-color:#F4F1EC}.E2_l6{width:11.111111vw;padding:8px 20px;font-size:11px;color:#231f20;border-radius:8px;font-weight:400;outline:none;border:1px solid rgba(0,0,0,0)}.E2_l6:disabled{cursor:not-allowed;background-color:rgba(217,217,217,.3490196078)}.E2_l6::-moz-placeholder{font-size:11px;color:gray;font-weight:400}.E2_l6::placeholder{font-size:11px;color:gray;font-weight:400}.E2_l6:focus{border:1px solid #4E9644}@media(max-width: 1300px){.E2_l6{width:17.708333vw;max-height:32px}}@media(max-width: 641px){.E2_l6{width:100%;padding:8px 12px 8px 20px}}.YxSbn,.zmIrt{color:gray}.KOf6k{display:block;width:100%;margin-top:8px;font-size:11px;font-weight:600;text-align:center}.tkFho{position:absolute;left:60px;top:48%;transform:translateY(-50%);font-size:11px}@media(max-width: 641px){.tkFho{font-size:8px;left:53px}}
.c9QRs{font-size:13px;width:100%;outline:none;background:rgba(0,0,0,0)}.c9QRs::-webkit-outer-spin-button,.c9QRs::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}
.jtJWJ,.VP2N0{border-radius:12px;box-sizing:border-box;display:flex;align-items:center;width:100%;perspective:1000;height:48px;padding:14px 20px;background-color:#F4F1EC;cursor:pointer}.jtJWJ:hover,.VP2N0:hover{background-color:rgba(128, 128, 128, 0.05)}@media(max-width: 641px){.jtJWJ,.VP2N0{border-radius:8px;height:32px}}
.GKgMt{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.GKgMt .bjsiU{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}
.E_0sN{position:relative;font-size:11px;width:11.111111vw}@media(max-width: 1300px){.E_0sN{width:17.708333vw}}@media(max-width: 641px){.E_0sN{width:24.533333vw}}.UPthf{color:#231f20;font-size:11px}.LQt1C{background:#fff;width:100%;padding-right:20px;padding-left:20px}@media(max-width: 641px){.LQt1C{padding-right:12px;padding-left:12px}}.bW2Dq{background:#fff;width:100%;padding-right:8px;padding-left:8px}@media(max-width: 641px){.bW2Dq{padding-right:4px;padding-left:4px}}.xZJ1j{padding-top:8px;transition:all .25s ease-in}.WEIAg{background-color:#fff;cursor:pointer}.WEIAg .YiB_G{color:gray}.WEIAg .NHSt1>svg>path{fill:gray;fill-opacity:1}.h8b84{background-color:rgba(217,217,217,.3490196078);cursor:not-allowed}.h8b84 button{cursor:not-allowed}.h8b84 .IxTjT{color:gray}.h8b84 .YiB_G{color:gray}._jQsv{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.QHJTj{border-radius:8px}.QQwAj{border-radius:8px}.IxTjT{color:#231f20;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-wrap:nowrap}.tjJPS{position:absolute;z-index:9999;border-radius:8px;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);top:40px}.rM0Ce{max-height:190px}.siuHc{max-height:0}.r9GTA{padding-top:8px;padding-bottom:8px}.RjXIs{overflow-y:auto}.u6i55{max-height:160px}.vAmGF{max-height:0}.RjXIs::-webkit-scrollbar{width:3px}.RjXIs::-webkit-scrollbar-track{background:#fff}.RjXIs::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:3px}@media(max-width: 641px){.RjXIs::-webkit-scrollbar{width:1px}.RjXIs::-webkit-scrollbar-thumb{border-radius:1px}}.t5VTe{padding-left:5px;padding-right:5px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.t5VTe+.t5VTe{margin-top:15px}.NHSt1{transition:all .2s ease-in}.rmbtC{transform:rotate(180deg)}.VP20l{transform:rotate(0deg)}
.iFGRT{position:relative;font-size:13px}@media(max-width: 641px){.iFGRT{font-size:11px}}.djsrK{color:#231f20;font-size:13px}@media(max-width: 641px){.djsrK{font-size:11px}}.dJPX2{font-size:13px;background:#fff;width:100%;padding-right:20px;padding-left:20px}@media(max-width: 641px){.dJPX2{padding-right:12px;padding-left:12px;font-size:11px}}.ecv8g{padding-top:12px;max-height:44px;transition:all .25s ease-in}.MnT06{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpJkN{background-color:#f4f1ec;cursor:pointer}.tpJkN .xnirg{color:gray}.tpJkN .QPs_U>svg>path{fill:gray;fill-opacity:1}.CTLo8{background-color:rgba(217,217,217,0.34902) !important;cursor:not-allowed}.CTLo8 .k6uSC{color:#D9D9D9}.CTLo8 .HVU1F{color:#D9D9D9}@media(max-width: 641px){.ecv8g{padding-top:8px}}.l1dVh{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px}@media(max-width: 641px){.l1dVh{padding-bottom:8px}}.xfNnE{border-radius:12px}@media(max-width: 641px){.xfNnE{border-radius:8px}}.v7v8h{border-radius:12px}@media(max-width: 641px){.v7v8h{border-radius:8px}}.vepc_{position:absolute;z-index:9999;border-radius:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);top:48px}@media(max-width: 641px){.vepc_{top:40px}}.itut5{max-height:225px}.Sxx8V{max-height:0}.Rf0UD{padding-top:12px;padding-bottom:12px}.SzcRP{overflow-y:auto}.x8SCW{max-height:160px}.AmCx2{max-height:0}.SzcRP::-webkit-scrollbar{width:4px}.SzcRP::-webkit-scrollbar-track{background-color:#F4F1EC}.SzcRP::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:4px}.FbelA{border-radius:10px;padding-left:5px;padding-right:10px;cursor:pointer}.FbelA+.FbelA{margin-top:15px}.QPs_U{transition:all .2s ease-in}.qoroT{transform:rotate(180deg)}.KZI25{transform:rotate(0deg)}
.pH9fk{position:relative}.pH9fk input[type=range]{margin:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;overflow:hidden;height:25px;width:250px;background:rgba(0,0,0,0);cursor:pointer;border-radius:0;z-index:20}@media(max-width: 1300px){.pH9fk input[type=range]{width:200px}}@media(max-width: 641px){.pH9fk input[type=range]{width:100%}}.pH9fk input[type=range]::-webkit-slider-runnable-track{height:16px;border-radius:4px;background:#fff;overflow:hidden}.pH9fk input[type=range]::-webkit-slider-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078),-250px 0 0 250px #808080;height:24px;width:24px;border-radius:4px;background:#808080;-webkit-appearance:none;appearance:none;margin:-3px 0 0;outline:none;border:4px solid #fff}.pH9fk input[type=range]::-moz-range-track{height:16px;border-radius:4px;background:#fff;overflow:hidden}.pH9fk input[type=range]::-moz-range-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078);height:16px;width:16px;border-radius:4px;background:#808080;-moz-appearance:none;appearance:none;margin:-3px 0 0;outline:none;border:4px solid #fff}.pH9fk .w_8e2{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078);position:absolute;top:1px;left:0;height:24px;width:24px;border-radius:4px;border:4px solid #fff}.crzi2{width:250px;font-size:13px;text-align:center;font-weight:600;margin-top:-4px}.crzi2 div{width:39px}@media(max-width: 1300px){.crzi2{width:200px;font-size:11px;margin-top:-8px}}@media(max-width: 641px){.crzi2{width:100%;font-size:13px;margin-top:0}}.Jup4w{width:250px;font-size:13px;text-align:center;font-weight:600}@media(max-width: 1300px){.Jup4w{width:200px;font-size:11px;margin-top:-8px}}@media(max-width: 641px){.Jup4w{width:100%;font-size:13px;margin-top:0}}.yOYQn{cursor:not-allowed}.yOYQn input[type=range]{cursor:not-allowed}.jELQX .TFNDl::-webkit-slider-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078),-250px 0 0 250px #4E9644 !important;background:#4E9644 !important}.jELQX .TFNDl::-moz-range-thumb{background:#4E9644 !important}.jELQX .BlkZ1::-webkit-slider-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078),-250px 0 0 250px #FDCF36 !important;background:#FDCF36 !important}.jELQX .BlkZ1::-moz-range-thumb{background:#FDCF36 !important}.jELQX .N6LsJ::-webkit-slider-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078),-250px 0 0 250px #5580C1 !important;background:#5580C1 !important}.jELQX .N6LsJ::-moz-range-thumb{background:#5580C1 !important}.jELQX .zB0fP::-webkit-slider-thumb{box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078),-250px 0 0 250px #F17D56 !important;background:#F17D56 !important}.jELQX .zB0fP::-moz-range-thumb{background:#F17D56 !important}
.KKiLy{position:relative;border-radius:12px;padding:12px 20px}@media(max-width: 1300px){.KKiLy{padding:10px 12px}}@media(max-width: 641px){.KKiLy{border-radius:8px;padding:5px 12px}}.pn9VE{width:100%;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;outline:none}@media(max-width: 641px){.pn9VE{font-size:11px}}.ISnkp{background-color:#f4f1ec;cursor:pointer}.ISnkp button>svg>path{fill:gray;fill-opacity:1}.ISnkp .pn9VE{color:#231f20}.ISnkp .pn9VE::-moz-placeholder{color:gray}.ISnkp .pn9VE::placeholder{color:gray}.C9uu4{background-color:rgba(217,217,217,0.34902) !important;cursor:not-allowed}.C9uu4 button{cursor:not-allowed}.C9uu4 .pn9VE{color:#D9D9D9;cursor:not-allowed}.C9uu4 .pn9VE::-moz-placeholder{color:#D9D9D9}.C9uu4 .pn9VE::placeholder{color:#D9D9D9}.nIx8f{border:1px solid #E53B27}.CmMvX{display:flex;align-items:center;gap:8px;margin-top:8px}.CmMvX .T4VvQ{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}@media(max-width: 641px){.CmMvX .T4VvQ{font-size:11px}}
.WINhZ,.Ka9JN{width:30.138889vw}@media(max-width: 1300px){.WINhZ,.Ka9JN{width:37.541667vw}}@media(max-width: 641px){.WINhZ,.Ka9JN{width:100%}.Ka9JN{margin-top:20px}}.EfZFA{top:48px;left:20%}@media(max-width: 1300px){.EfZFA{left:3%}}@media(max-width: 641px){.EfZFA{left:10%}}.PqBnD table{width:100%}.PqBnD thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.PqBnD thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.PqBnD thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.PqBnD .FZp0n{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}.PqBnD ._sCci{font-size:13px;font-weight:600}@media(max-width: 1300px){.PqBnD ._sCci{font-size:11px}}.PqBnD .HfpWJ{padding:6px 0}.PqBnD .Az7MR div{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}._7PF5 table{width:100%}._7PF5 thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}._7PF5 thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}._7PF5 thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}._7PF5 .FZp0n{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}._7PF5 ._sCci{font-size:13px;font-weight:600}@media(max-width: 1300px){._7PF5 ._sCci{font-size:11px}}._7PF5 .HfpWJ{padding:6px 0}._7PF5 .Az7MR div{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.kpoTV table{width:100%}.kpoTV thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px;text-wrap:nowrap}@media(max-width: 1300px){.kpoTV thead[class=rc-table-thead] tr th{padding:20px 15px}}.kpoTV thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.kpoTV thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.kpoTV thead[class=rc-table-thead] tr th:nth-child(2){text-align:center}.kpoTV .FZp0n{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:76px;text-wrap:nowrap}@media(max-width: 1300px){.kpoTV .FZp0n{height:56px;padding:20px 15px}}.kpoTV .PKn4S{font-size:13px;font-weight:600;display:flex;align-items:center}@media(max-width: 1300px){.kpoTV .PKn4S{font-size:11px}.hZo2m>div{margin-top:-6px !important}}.j5NlU{overflow-x:auto;padding-bottom:8px}.j5NlU::-webkit-scrollbar{width:8px;height:8px}.j5NlU::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:10px}.j5NlU::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.j5NlU table{width:100%}.j5NlU thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.j5NlU thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.j5NlU thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.j5NlU .FZp0n{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}@media(max-width: 1300px){.j5NlU .FZp0n{font-size:11px}}.tebTX{display:flex;align-items:center}.zR8ym{font-weight:600;color:#4E9644}.Jm45X{cursor:pointer}.Jm45X path{fill:#E53B27}.Jm45X:disabled{cursor:not-allowed}.Jm45X:disabled path{fill:#D9D9D9}
.UIHbY{position:absolute;top:11vw;left:3vw;animation:none !important}
.sNBh3{position:absolute;top:11vw;left:3vw;animation:none !important}
.tiLTL{position:absolute;top:11vw;left:3vw;animation:none !important}
.dQ3lL{position:absolute;top:11vw;left:3vw;animation:none !important}
.z8xvf{position:absolute;top:11vw;left:3vw;animation:none !important}
.WpG2J{position:absolute;top:11vw;left:3vw;animation:none !important}
.G3LGO{position:absolute;top:11vw;left:3vw;animation:none !important}
.Np_XD{position:absolute;top:11vw;left:3vw;animation:none !important}
.jzEOa{position:absolute;top:11vw;left:3vw;animation:none !important}
.IBTVv{position:absolute;top:11vw;left:3vw;animation:none !important}
.pJA3x{position:absolute;top:11vw;left:3vw;animation:none !important}
.baPnA{position:absolute;top:11vw;left:50vw;animation:none !important}.wlq6A{position:absolute;top:37px;left:152px}
.S2YH7{width:400px;height:240px;border-radius:16px}@media(max-width: 1300px){.S2YH7{width:480px;height:196px}}@media(max-width: 641px){.S2YH7{width:100%;height:197px}}.AVwwv{width:244px;padding:26px;position:relative;overflow:hidden}.NNBvb{position:absolute;top:0;right:0;width:244px;height:244px}@media(max-width: 1300px){.AVwwv{padding:24px;width:232px;max-height:196px}.NNBvb{width:232px;height:200px}}@media(max-width: 641px){.AVwwv{padding:16px;width:100%;max-height:156px;margin-top:16px}.NNBvb{width:100%;height:160px}}.w4b7n{padding:24px;width:668px}.w3Vu0{margin-left:24px;padding-right:70px}.d3jJM{margin-top:23px}.NkvqQ{width:192px;height:192px}.iQ5UB{margin-top:10px;font-weight:400;color:#808080}@media(max-width: 1300px){.w4b7n{margin-top:16px;padding:20px 33px 20px 16px;width:100%}.w3Vu0{margin-left:24px;padding-right:0}.d3jJM{margin-top:12px}.NkvqQ{width:149px;height:149px}}@media(max-width: 641px){.w4b7n{padding:20px 16px}.d3jJM{margin-top:0}.NkvqQ{width:80px;height:80px}}.YuWzl{width:668px;padding:24px}@media(max-width: 1300px){.YuWzl{width:100%;padding:16px}}.IhuSe{min-width:108px;min-height:108px}.hLGpC{font-weight:400;color:#808080;padding-right:50px}.hYf20 div{background-color:rgba(0,0,0,0) !important}.hYf20 div svg{fill:#231F20 !important}.hYf20 div svg path{fill:#231F20 !important}.hYf20 div p{color:#231F20 !important}.J80ub div{background-color:#fff !important}.J80ub div svg{fill:#4E9644 !important}.J80ub div svg path{fill:#4E9644 !important}.J80ub div p{color:#4E9644 !important}
.OoxoS{position:absolute;top:4vw;left:3vw;animation:none !important}
.u_cuN{width:423px;margin:0 auto}.os6yX{width:208px;height:59px}.os6yX:hover h4{color:#4E9644}
.lx1T6 thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231F20;font-weight:600;font-size:11px;line-height:16px}.lx1T6 thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.lx1T6 thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.lx1T6 .RwUyn{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231F20;font-size:13px;font-weight:400;line-height:19.5px}.lx1T6 .osjx4 path{fill:#E53B27}
.W5Tnd{margin-top:15%}
.l5t2g thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231F20;font-weight:600;font-size:11px;line-height:16px}.l5t2g thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.l5t2g thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.l5t2g .qLaV9{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231F20;font-size:13px;font-weight:400;line-height:19.5px}.l5t2g .FWE7s{background-color:rgba(217,217,217,.2);margin-top:8px;padding:8px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231F20;font-size:13px;font-weight:400;line-height:19.5px;display:flex;justify-content:flex-end}.l5t2g .GSxax path{fill:#E53B27}
.BawTQ{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(217,217,217,.2);cursor:pointer;transition:.5s ease}.BawTQ:hover{opacity:.5}
.XAhLt{min-width:138px;max-width:138px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);border-radius:12px;padding:6px}.PKDqq{max-height:220px;overflow-y:auto}.PKDqq::-webkit-scrollbar{width:6px;height:6px}.PKDqq::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:2px}.PKDqq::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:2px}
.qV1gF{overflow-x:auto}.qV1gF::-webkit-scrollbar{width:8px;height:8px}.qV1gF::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.qV1gF::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}.qV1gF thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.qV1gF thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.qV1gF thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.qV1gF .oBpPb{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;max-height:48px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}.wqkM3{margin-top:120px;margin-bottom:100px}.wqkM3 .rVGtV path{fill:#fff}.wqkM3 h2{width:252px}.oXqlc{font-size:11px;font-weight:600;color:#fff;background-color:#4E9644;padding:4px 8px;border-radius:4px;margin-left:12px;line-height:19px}
.TOvj9{font-size:11px;font-weight:600;color:#fff;background-color:#4E9644;padding:4px 8px;border-radius:4px;margin-left:16px;line-height:19px}.L6JqL{margin-top:16px;display:grid;grid-gap:4px;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"field__gender field__bmi field__age field__visists" "field__lastVisit field__lastVisit field__diagnosis field__diagnosis" "field__dietary field__dietary field__medicines field__medicines"}@media(max-width: 641px){.L6JqL{grid-template-columns:1fr 1fr;grid-template-areas:"field__gender field__bmi" "field__age field__visists" "field__lastVisit field__lastVisit" "field__diagnosis field__diagnosis" "field__dietary field__dietary" "field__medicines field__medicines"}}._Pf6A{font-size:13px;padding:10px 16px;border-radius:8px;background-color:rgba(217,217,217,.2);font-weight:400;color:#808080}._Pf6A>span{color:#231f20;font-weight:600;margin-left:8px}.S04A9{grid-area:field__gender}.f3kK4{grid-area:field__bmi}.JnuMd{grid-area:field__age}.EuK7J{grid-area:field__visits}.CvR3e{grid-area:field__lastVisit}.SIyll{grid-area:field__diagnosis}.uBNzu{grid-area:field__dietary}.ACc1e{grid-area:field__medicines}
.a6hcM{margin-top:23px;margin-bottom:100px}.HgJ94{background-color:#fff;width:36.111111vw;height:10.277778vw;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:13px;line-height:19.5px}
.TyoD1{margin-top:16px;margin-bottom:80px}@media(max-width: 641px){.TyoD1{margin-bottom:64px}}.g9wmC{background-color:#fff;width:100%;height:19.270833vw;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:13px;line-height:19.5px}@media(max-width: 641px){.g9wmC{height:39.466667vw}}.dXnTx{background-color:#fff}.dXnTx path{fill:gray;fill-opacity:1}.H4UA7{width:21.223958vw}@media(max-width: 641px){.H4UA7{width:67.466667vw}}.vbct6{width:98px;margin-left:16px}@media(max-width: 641px){.vbct6{margin-left:0;width:24vw}}.ZFejE path{fill:gray;fill-opacity:1}
.FB_qY{position:relative;font-size:13px}.BJMW2{color:#231f20;font-size:13px}.NX22i{background:#fff;width:100%;padding-right:12px;padding-left:12px}.hXT5A{padding-top:10px;cursor:pointer;transition:all .25s ease-in;background-color:#fff}@media(max-width: 641px){.hXT5A{padding-top:6px}}.RDiN9{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}@media(max-width: 641px){.RDiN9{padding-bottom:6px}}.B_qWR{border-radius:12px}@media(max-width: 641px){.B_qWR{border-radius:8px}}.L0XHi{border-radius:12px}@media(max-width: 641px){.L0XHi{border-radius:8px}}.CdlKy{color:#231f20}.hs7rm{width:24px;height:24px}@media(max-width: 641px){.hs7rm{width:20px;height:20px}}.bx765{width:57px;right:0;position:absolute;z-index:9999;border-radius:12px;box-shadow:0 2px 15px 0 rgba(0,0,0,.1019607843);top:48px}@media(max-width: 641px){.bx765{top:40px;width:49px}}.QhNHt{max-height:230px}.vgiFc{max-height:0}.FWcNY{padding-top:12px;padding-bottom:12px}@media(max-width: 641px){.FWcNY{padding-top:6px;padding-bottom:6px}}.FlJO6{overflow-y:auto}.DYVK9{max-height:200px}.ogJTL{max-height:0}.FlJO6::-webkit-scrollbar{width:4px}.FlJO6::-webkit-scrollbar-track{background:#fff}.FlJO6::-webkit-scrollbar-thumb{background-color:#808080;border-radius:4px}.MKkzY{border-radius:10px;cursor:pointer}.MKkzY+.MKkzY{margin-top:15px}.If0aY{width:20px;height:20px}@media(max-width: 641px){.If0aY{width:16px;height:16px}}.zc9sQ{transition:all .2s ease-in}.OSkfa{transform:rotate(180deg)}._nKp4{transform:rotate(0deg)}
.MgzyQ{width:330px;background-color:#F4F1EC}.tAam3{width:230px;background-color:#F4F1EC}.tAam3>div{top:0;right:0}.nqfIg{position:relative}.nqfIg .qLqWn{position:absolute;top:0;right:0;display:flex;align-items:flex-end;margin-right:140px;margin-top:-20px}.nqfIg .qLqWn svg{margin-left:9px}.kxpo2{overflow-x:auto}.kxpo2::-webkit-scrollbar{width:8px;height:8px}.kxpo2::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.kxpo2::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}
.mZ5bh table{width:100%}.mZ5bh thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.mZ5bh thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.mZ5bh thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.mZ5bh .f7GDO{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}.mZ5bh .KG6pX{font-size:13px;font-weight:600}@media(max-width: 1300px){.mZ5bh .KG6pX{font-size:11px}}.mZ5bh .RqibC{padding:6px 0}.mZ5bh .EEzHR div{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.mqpV_,.DbRGh{width:30.138889vw}@media(max-width: 1300px){.mqpV_,.DbRGh{width:37.541667vw}}@media(max-width: 641px){.mqpV_,.DbRGh{width:100%}.DbRGh{margin-top:20px}}.Fnj0Z{top:48px;left:20%}@media(max-width: 1300px){.Fnj0Z{left:3%}}@media(max-width: 641px){.Fnj0Z{left:10%}}
.Y4Hmh{position:relative}.Y4Hmh>div>svg{position:absolute;left:20px;top:12px}@media(max-width: 1300px){.Y4Hmh>div>svg{left:12px;top:4px}.Y4Hmh>div>svg+div{border-radius:8px;height:32px;padding:8px 12px}}.Y4Hmh .gENjZ{background-color:#fff;padding-left:54px;width:100%}.Y4Hmh .gENjZ:hover{background-color:#fff}.Y4Hmh .gENjZ input{color:#231f20}@media(max-width: 1300px){.Y4Hmh .gENjZ input{font-size:13px}}@media(max-width: 641px){.Y4Hmh .gENjZ{padding-left:45px}.Y4Hmh .gENjZ input{font-size:11px}}.Y4Hmh .ri7SO{margin-top:11px;width:100%}
.qpQYo{width:100%;position:absolute;top:0;left:0;padding:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078);border-radius:16px;background-color:#fff;z-index:99999}.LKbsq{max-height:320px;overflow:auto;padding-bottom:8px}.LKbsq::-webkit-scrollbar{width:8px;height:8px}.LKbsq::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:10px}.LKbsq::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.LKbsq table{width:100%}.LKbsq thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.LKbsq thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.LKbsq thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.LKbsq tbody tr:hover td>div{background-color:rgba(78,150,68,.1490196078)}.LKbsq .w6fHm{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}@media(max-width: 1300px){.LKbsq .w6fHm{font-size:11px}}.egcn5{display:flex;align-items:center}.bSyEz{font-weight:600;color:#4E9644}
.Yhoda{position:absolute;bottom:20px;right:0;cursor:pointer}.Yhoda path{fill:#E53B27}@media(max-width: 641px){.Yhoda{bottom:15px}}
.be8BD{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}.fGa7d{height:48px}@media(max-width: 641px){.fGa7d{height:32px}}.CCL75{margin-top:8px;resize:none;width:100%;background-color:#F4F1EC;outline:none;min-height:130px;border-radius:12px;padding:18px 16px;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}@media(max-width: 641px){.CCL75{font-size:11px;padding:10px 12px}}
.aCU6Y{overflow-x:auto;padding-bottom:8px}.aCU6Y::-webkit-scrollbar{width:8px;height:8px}.aCU6Y::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:10px}.aCU6Y::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.aCU6Y table{width:100%}.aCU6Y thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.aCU6Y thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.aCU6Y thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.aCU6Y .GlOvT{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}@media(max-width: 1300px){.aCU6Y .GlOvT{font-size:11px}}.k_IrR{display:flex;align-items:center}.gpYjz{font-weight:600;color:#4E9644}.xiCdv{cursor:pointer}.xiCdv path{fill:#E53B27}.xiCdv:disabled{cursor:not-allowed}.xiCdv:disabled path{fill:#D9D9D9}
.TS0Ml{overflow-x:auto;padding-bottom:8px}.TS0Ml::-webkit-scrollbar{width:8px;height:8px}.TS0Ml::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:10px}.TS0Ml::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.TS0Ml table{width:100%}.TS0Ml thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.TS0Ml thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.TS0Ml thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.TS0Ml .c_uma{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}@media(max-width: 1300px){.TS0Ml .c_uma{font-size:11px}}.DVyjV{display:flex;align-items:center}.Nghug{font-weight:600;color:#4E9644}.wOFYS{cursor:pointer}.wOFYS path{fill:#E53B27}.wOFYS:disabled{cursor:not-allowed}.wOFYS:disabled path{fill:#D9D9D9}
.X265s table{width:100%}.X265s thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px;text-wrap:nowrap}@media(max-width: 1300px){.X265s thead[class=rc-table-thead] tr th{padding:20px 15px}}.X265s thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.X265s thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.X265s thead[class=rc-table-thead] tr th:nth-child(2){text-align:center}.X265s .mWJmC{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:76px;text-wrap:nowrap}@media(max-width: 1300px){.X265s .mWJmC{height:56px;padding:20px 15px}}.X265s .KJub5{font-size:13px;font-weight:600;display:flex;align-items:center}@media(max-width: 1300px){.X265s .KJub5{font-size:11px}.y6Xy9>div{margin-top:-6px !important}}
.ZIqO5 table{width:100%}.ZIqO5 thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.ZIqO5 thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.ZIqO5 thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.ZIqO5 .p64ib{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px}.ZIqO5 .HCvc9{font-size:13px;font-weight:600}@media(max-width: 1300px){.ZIqO5 .HCvc9{font-size:11px}}.ZIqO5 .vPsRm{padding:6px 0}.ZIqO5 .PrdbT div{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.Q3zgJ{width:24.533333vw}
.myRpj{width:24.533333vw}
.ykQqD{display:flex;justify-content:space-between;padding:10px 16px 16px;border-top:1px solid #D9D9D9}
.AtaJH{width:100%;position:absolute;z-index:1;top:0;left:0;padding:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078);border-radius:16px;background-color:#fff}
.BBxyO{width:226px}.xXYoR{top:48px;left:-8%}
.ybFsO{background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);position:absolute;width:212px;top:80px;right:-150px;border-radius:12px;padding:12px 16px}
.dh2LO{background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);position:absolute;width:166px;top:30px;right:0;border-radius:12px;z-index:11;padding:12px 16px}.dh2LO input{width:100% !important}.dh2LO input+span{font-size:11px !important}
.JS0kU{background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);position:absolute;width:230px;top:30px;right:-25px;border-radius:12px;z-index:11;padding:8px}.hf4Bt{display:flex;align-items:center;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px}.hf4Bt:hover{background-color:#F4F1EC}
.f9x54{margin-top:-50px;overflow-x:auto;padding-bottom:8px}.f9x54::-webkit-scrollbar{width:8px;height:8px}.f9x54::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.f9x54::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.m_L6_{background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}@media(max-width: 641px){.CQtyA{display:block}.CQtyA button{margin-left:0}.m_L6_{padding:16px}}.dpz3m{font-weight:600}.KPohu table{width:100%}.KPohu thead[class=rc-table-thead] tr th{background-color:#fff;margin-top:8px;padding:20px 24px 20px 0;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.KPohu thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left:24px}.KPohu thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.KPohu tbody{margin-top:50px}@media(max-width: 1025px){.KPohu tbody td:nth-child(3) span{display:block}}.KPohu tbody tr:first-child .cfoIk{margin-top:45px}@media(max-width: 992px){.KPohu{min-width:800px}}.KPohu .cfoIk{background-color:#fff;margin-top:8px;padding:13px 24px 13px 10px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.mcfhz{margin-top:16px}.mcfhz tbody{margin-top:0}.mcfhz tbody tr:first-child .cfoIk{margin-top:0}.L9m88{transform:translateY(98px)}.RStmL{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}
.DcAj2{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}.M7Pyg{width:100%;position:absolute;top:0;left:0;padding:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.1490196078);border-radius:16px;background-color:#fff;z-index:99999}.wM3hG{max-height:320px;overflow:auto;padding-bottom:8px}.wM3hG::-webkit-scrollbar{width:8px;height:8px}.wM3hG::-webkit-scrollbar-track{background-color:#F4F1EC;border-radius:10px}.wM3hG::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.wM3hG table{width:100%}.wM3hG thead[class=rc-table-thead] tr th{background-color:#F4F1EC;margin-top:8px;padding:18px 24px;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.wM3hG thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.wM3hG thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.wM3hG tbody tr:hover td>div{background-color:rgba(78,150,68,.1490196078)}.wM3hG .GT66k{background-color:rgba(217,217,217,.2);margin-top:8px;padding:14px 24px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}@media(max-width: 1300px){.wM3hG .GT66k{font-size:11px}}.aiDIJ{display:flex;align-items:center}.of750{font-weight:600}

.qHAfp{border:1px dashed #d9d9d9}.Ckgk3{margin-top:-15px;border-radius:6px !important}.nw5Y0{height:100%;width:100%;overflow:hidden}.gzJFR{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}
.nkMkK{display:flex;align-items:center;flex-direction:column;margin-top:24px;background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}.nkMkK img{width:142px}@media(max-width: 641px){.nkMkK{padding:16px}}
.Lr116{position:relative}.Lr116 input[type=range]{margin:auto;-webkit-appearance:none;position:relative;overflow:hidden;height:25px;width:658px;background:rgba(0,0,0,0);cursor:pointer;border-radius:0;z-index:20}@media(max-width: 1300px){.Lr116 input[type=range]{width:358px}}@media(max-width: 641px){.Lr116 input[type=range]{width:300px}}.Lr116 input[type=range]::-webkit-slider-runnable-track{height:16px;border-radius:4px;background:#fff;overflow:hidden}.Lr116 input[type=range]::-webkit-slider-thumb{box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078),-658px 0 0 658px #808080;height:24px;width:24px;border-radius:4px;background:#808080;-webkit-appearance:none;margin:-3px 0 0 0;outline:none;border:4px solid #fff}@media(max-width: 1300px){.Lr116 input[type=range]::-webkit-slider-thumb{box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078),-358px 0 0 358px #808080;box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078),-300px 0 0 300px #808080}}.Lr116 input[type=range]::-moz-range-track{height:16px;border-radius:4px;background:#fff;overflow:hidden}.Lr116 input[type=range]::-moz-range-thumb{box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078);height:16px;width:16px;border-radius:4px;background:#808080;-moz-appearance:none;appearance:none;margin:-3px 0 0 0;outline:none;border:4px solid #fff}.Lr116 .qEivp{box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078);position:absolute;top:1px;left:0;height:24px;width:24px;border-radius:4px;border:4px solid #fff}.JJTvY{width:250px;font-size:13px;text-align:center;font-weight:600;margin-top:-4px}.JJTvY div{width:39px}.dqjAn{width:658px;display:flex;align-items:center;justify-content:space-between;margin:0 auto}@media(max-width: 1300px){.dqjAn{width:358px}}@media(max-width: 641px){.dqjAn{width:300px}}.KtQ9M{width:131.6px;font-size:13px;text-align:center;font-weight:600}.KtQ9M:first-child{text-align:left}.KtQ9M:last-child{text-align:right}.PBZ0x{cursor:not-allowed}.PBZ0x input[type=range]{cursor:not-allowed}.ZDFFd .dnhzw::-webkit-slider-thumb{box-shadow:0px 4px 15px 0px rgba(0,0,0,.1490196078),-658px 0 0 658px #4E9644 !important;background:#4E9644 !important}.ZDFFd .dnhzw::-moz-range-thumb{background:#4E9644 !important}
.SFLBu{background:rgba(217,217,217,.2);padding:14px 22px;border-radius:12px;margin-top:24px}@media(max-width: 641px){.SFLBu{padding:14px 11px}}
.HuRTu>p{font-weight:700;font-size:16px;color:#808080}
.Zc5ga{margin-top:-50px;overflow-x:auto;padding-bottom:8px}.Zc5ga::-webkit-scrollbar{width:8px;height:8px}.Zc5ga::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.Zc5ga::-webkit-scrollbar-thumb{background-color:#4E9644;border-radius:10px}.XyiCC{background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}@media(max-width: 641px){.XyiCC{padding:16px}}.LkDEi{font-weight:600}.aEByu table{width:100%}.aEByu thead[class=rc-table-thead] tr th{background-color:#fff;margin-top:8px;padding:20px 24px 20px 0;text-align:left;color:#231f20;font-weight:600;font-size:11px;line-height:16px}.aEByu thead[class=rc-table-thead] tr th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left:24px}.aEByu thead[class=rc-table-thead] tr th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.aEByu tbody{margin-top:50px}@media(max-width: 1025px){.aEByu tbody td:nth-child(3) span{display:block}}.aEByu tbody tr:first-child .v3sFu{margin-top:45px}@media(max-width: 992px){.aEByu{min-width:800px}}.aEByu .v3sFu{background-color:#fff;margin-top:8px;padding:13px 24px 13px 10px;text-overflow:ellipsis;white-space:nowrap;color:#231f20;font-size:13px;font-weight:400;line-height:19.5px;height:56px}.ABMgZ{transform:translateY(98px)}
.FxX9z{display:flex;align-items:center;flex-direction:column;margin-top:24px;background-color:#F4F1EC;padding:24px;width:100%;border-radius:16px}.FxX9z img{width:142px}@media(max-width: 641px){.FxX9z{padding:16px}}
.rP8iP{width:330px;background-color:#F4F1EC}.DePsj{width:230px;background-color:#F4F1EC}.DePsj>div{top:0;right:0}.jMU8O{position:relative}.jMU8O .zzUKl{position:absolute;top:0;right:0;display:flex;align-items:flex-end;margin-right:140px;margin-top:-20px}.jMU8O .zzUKl svg{margin-left:9px}.ighXE{overflow-x:auto}.ighXE::-webkit-scrollbar{width:8px;height:8px}.ighXE::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.ighXE::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}
.QNItf{background-color:rgba(217,217,217,.2);max-width:112px;min-width:112px}.QNItf:hover{background-color:rgba(217,217,217,.8)}.WxECg{max-width:112px;min-width:112px;background-color:#4e9644}.WxECg:hover{background-color:#4e9644}
.egX5a::-webkit-scrollbar{width:8px;height:8px}.egX5a::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.egX5a::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}
.DyVgh{resize:none;width:100%;background-color:#F4F1EC;outline:none;min-height:200px;border-radius:12px;padding:18px 16px;color:#808080;font-size:13px;font-weight:400;line-height:19.5px}.YpCHA{display:none}
.VLuOK{height:48px}@media(max-width: 641px){.VLuOK{height:32px}}.SIS4S{width:324px}@media(max-width: 641px){.SIS4S{width:100%}}.SQmR6{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);animation:none !important}.SQmR6>div{max-height:100% !important}
@media(max-width: 641px){.RoI6l span{display:none}}
.mVxSg{width:200px}
._g9wG{border-radius:8px;background-color:rgba(78,150,68,.1);padding:8px 16px;width:-moz-fit-content;width:fit-content}@media(max-width: 641px){._g9wG{padding:8px 10px}}
.uQ6to{width:782px;margin:0 auto}@media(max-width: 1300px){.uQ6to{width:100%}}
.q4fPL{width:193px;height:56px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:14px;cursor:pointer;transition:all .5s ease}.q4fPL:hover{background-color:#F4F1EC}.q4fPL:hover h5{color:#4E9644;font-weight:700}@media(max-width: 641px){.q4fPL{width:170px}}
.A3p8l{border-radius:14px;width:140px;height:56px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;transition:all .5s ease}.A3p8l:hover{background-color:#F4F1EC}.A3p8l:hover h5{color:#4E9644;font-weight:700}@media(max-width: 641px){.A3p8l{width:170px}}
.oWyDX{width:331px;display:flex;flex-direction:column;align-items:center;justify-content:center}.oWyDX .QiSFp{min-width:20px}.oWyDX .leh7A path{fill:#fff}
.PxB2M{overflow-x:auto}.PxB2M::-webkit-scrollbar{width:8px;height:8px}.PxB2M::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.PxB2M::-webkit-scrollbar-thumb{background-color:#4E9644 !important;border-radius:10px}@media(max-width: 641px){.PxB2M{padding-bottom:8px}}
.hqM2b{width:782px;margin:0 auto}@media(max-width: 1300px){.hqM2b{width:728px}}@media(max-width: 641px){.hqM2b{width:100%}}
.sg9uH{min-width:448px;max-width:480px}.sg9uH .RgQow{width:100%;height:48px}
.FoT9Z{border-radius:12px;box-sizing:border-box;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.FoT9Z .bh6mE{display:flex;align-items:center;gap:8px;width:100%;padding-right:2px}.FoT9Z .pPElB{justify-content:flex-start}.FoT9Z .QC7Qi{justify-content:space-between}.FoT9Z .ZbZCH{position:relative}.FoT9Z .ZbZCH:hover .G2Yma{display:flex !important}.FoT9Z .ZbZCH .G2Yma{z-index:999;display:none !important;margin-top:27px;position:absolute;top:0;min-width:302px;background-color:#fff;padding:12px 16px;border-radius:12px;border:1px solid #F4F1EC;box-shadow:0 4px 15px 0 rgba(0,0,0,.1019607843);color:#231F20;line-height:19.5px;align-items:flex-start}@media(max-width: 641px){.FoT9Z .ZbZCH .G2Yma{min-width:250px}}.FoT9Z .ZbZCH .G2Yma svg{min-width:24px;min-height:24px;margin-top:5px;margin-right:6px}.FoT9Z .ZbZCH .TMbRz{right:0}.FoT9Z .ZbZCH .w9T94{left:0}.FoT9Z .O0MtP{position:relative;width:100%}.FoT9Z .O0MtP .Lswq2{position:absolute;right:20px;top:12px}@media(max-width: 641px){.FoT9Z .O0MtP .Lswq2{top:4px}}.FoT9Z .p1v_6{display:flex;align-items:center;gap:8px}.FoT9Z .p1v_6 svg{min-width:20px;min-height:20px}.FoT9Z .p1v_6 .VnOij{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}
.JyRr_{color:#231F20}.dowYJ{color:#1875FF}
.Br3PR{color:#231F20}.rqlig{color:#1875FF}.jjwiU{display:flex;align-items:center;gap:8px}.jjwiU svg{min-width:20px}.jjwiU .MO3eX{font-size:13px;font-weight:400;line-height:150%;font-style:normal;color:#E53B27}@media(max-width: 641px){.jjwiU .MO3eX{font-size:11px}.jjwiU{margin-bottom:8px}}
.jyPju{width:190px;height:48px}
.GYtxc{height:3px;width:24px}
._0l0O{min-width:448px;max-width:510px}@media(max-width: 641px){._0l0O{min-width:359px;max-width:359px}}
.nq0IL{min-width:448px;max-width:510px}@media(max-width: 641px){.nq0IL{min-width:359px;max-width:359px}}
._CGBi{min-width:448px;max-width:510px}@media(max-width: 641px){._CGBi{min-width:359px;max-width:359px}}
.CPlkI{position:fixed;top:60px;right:40px;z-index:10000;background-color:#fff;border:1px solid #F4F1EC;box-shadow:0 4px 15px 0 rgba(0,0,0,.1);padding:12px 16px;border-radius:12px;display:flex;align-items:center;justify-content:space-between}.vqAH4{cursor:pointer;margin-left:6px}.gS3R5{margin-right:6px}.gS3R5 path{fill:#FDCF36}
