/*
! tailwindcss v3.2.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: currentColor; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container {
  width: 100%;
}.\!container {
  width: 100% !important;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

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

  .container {
    max-width: 768px;
  }

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

  .container {
    max-width: 1024px;
  }

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

  .container {
    max-width: 1280px;
  }

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

  .container {
    max-width: 1536px;
  }

  .\!container {
    max-width: 1536px !important;
  }
}body .pointer-events-none {
  pointer-events: none;
}body .fixed {
  position: fixed;
}body .absolute {
  position: absolute;
}body .relative {
  position: relative;
}body .top-9 {
  top: 2.25rem;
}body .right-12 {
  right: 3rem;
}body .col-span-10 {
  grid-column: span 10 / span 10;
}body .col-span-2 {
  grid-column: span 2 / span 2;
}body .col-span-9 {
  grid-column: span 9 / span 9;
}body .col-span-3 {
  grid-column: span 3 / span 3;
}body .my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}body .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}body .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}body .my-\[1\.2rem\] {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}body .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}body .mr-3 {
  margin-right: 0.75rem;
}body .ml-3 {
  margin-left: 0.75rem;
}body .mb-3 {
  margin-bottom: 0.75rem;
}body .mt-8 {
  margin-top: 2rem;
}body .mb-8 {
  margin-bottom: 2rem;
}body .mt-2 {
  margin-top: 0.5rem;
}body .mt-6 {
  margin-top: 1.5rem;
}body .mt-10 {
  margin-top: 2.5rem;
}body .mt-4 {
  margin-top: 1rem;
}body .mb-4 {
  margin-bottom: 1rem;
}body .mt-3 {
  margin-top: 0.75rem;
}body .mb-6 {
  margin-bottom: 1.5rem;
}body .mt-7 {
  margin-top: 1.75rem;
}body .mb-5 {
  margin-bottom: 1.25rem;
}body .\!mt-0 {
  margin-top: 0px !important;
}body .mt-16 {
  margin-top: 4rem;
}body .mr-2 {
  margin-right: 0.5rem;
}body .mt-1 {
  margin-top: 0.25rem;
}body .mr-auto {
  margin-right: auto;
}body .block {
  display: block;
}body .flex {
  display: flex;
}body .table {
  display: table;
}body .grid {
  display: grid;
}body .hidden {
  display: none;
}body .h-\[11rem\] {
  height: 11rem;
}body .h-full {
  height: 100%;
}body .h-\[20px\] {
  height: 20px;
}body .h-\[3\.6rem\] {
  height: 3.6rem;
}body .h-\[400px\] {
  height: 400px;
}body .h-\[440px\] {
  height: 440px;
}body .min-h-\[500px\] {
  min-height: 500px;
}body .w-\[35rem\] {
  width: 35rem;
}body .w-\[11rem\] {
  width: 11rem;
}body .w-full {
  width: 100%;
}body .w-\[26rem\] {
  width: 26rem;
}body .w-60 {
  width: 15rem;
}body .w-\[12rem\] {
  width: 12rem;
}body .w-48 {
  width: 12rem;
}body .w-0 {
  width: 0px;
}body .w-auto {
  width: auto;
}body .w-\[60rem\] {
  width: 60rem;
}body .w-1\/3 {
  width: 33.333333%;
}body .w-1\/6 {
  width: 16.666667%;
}body .w-2\/3 {
  width: 66.666667%;
}body .w-1\/2 {
  width: 50%;
}body .w-\[20px\] {
  width: 20px;
}body .w-\[3\.6rem\] {
  width: 3.6rem;
}body .w-\[12\.5rem\] {
  width: 12.5rem;
}body .w-\[13rem\] {
  width: 13rem;
}body .w-52 {
  width: 13rem;
}body .w-6\/12 {
  width: 50%;
}body .w-64 {
  width: 16rem;
}body .w-3\/4 {
  width: 75%;
}body .w-\[80rem\] {
  width: 80rem;
}body .w-\[90rem\] {
  width: 90rem;
}body .w-\[8rem\] {
  width: 8rem;
}body .flex-1 {
  flex: 1 1;
}body .rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}body .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}body .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}body .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}body .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}body .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}body .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}body .flex-row {
  flex-direction: row;
}body .flex-col {
  flex-direction: column;
}body .items-start {
  align-items: flex-start;
}body .items-center {
  align-items: center;
}body .justify-center {
  justify-content: center;
}body .justify-between {
  justify-content: space-between;
}body .gap-y-4 {
  row-gap: 1rem;
}body .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}body .overflow-auto {
  overflow: auto;
}body .overflow-hidden {
  overflow: hidden;
}body .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}body .text-ellipsis {
  text-overflow: ellipsis;
}body .whitespace-nowrap {
  white-space: nowrap;
}body .rounded {
  border-radius: 0.25rem;
}body .rounded-md {
  border-radius: 0.375rem;
}body .rounded-lg {
  border-radius: 0.5rem;
}body .rounded-full {
  border-radius: 9999px;
}body .border-\[1px\] {
  border-width: 1px;
}body .border-r-2 {
  border-right-width: 2px;
}body .border-solid {
  border-style: solid;
}body .bg-gray-7 {
  --tw-bg-opacity: 1;
  background-color: hsl(240 29% 97% / var(--tw-bg-opacity));
  background-color: hsl(var(--gray-7-color) / var(--tw-bg-opacity));
}body .bg-white {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity));
  background-color: hsl(var(--white-color) / var(--tw-bg-opacity));
}body .bg-\[\#F97316\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}body .bg-cover {
  background-size: cover;
}body .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}body .p-10 {
  padding: 2.5rem;
}body .p-\[4rem\] {
  padding: 4rem;
}body .\!p-10 {
  padding: 2.5rem !important;
}body .p-8 {
  padding: 2rem;
}body .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}body .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}body .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}body .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}body .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}body .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}body .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}body .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}body .pt-8 {
  padding-top: 2rem;
}body .pr-6 {
  padding-right: 1.5rem;
}body .pb-8 {
  padding-bottom: 2rem;
}body .pl-3 {
  padding-left: 0.75rem;
}body .pb-4 {
  padding-bottom: 1rem;
}body .pb-2 {
  padding-bottom: 0.5rem;
}body .pl-2 {
  padding-left: 0.5rem;
}body .pt-5 {
  padding-top: 1.25rem;
}body .pl-10 {
  padding-left: 2.5rem;
}body .pb-9 {
  padding-bottom: 2.25rem;
}body .pl-4 {
  padding-left: 1rem;
}body .pb-3 {
  padding-bottom: 0.75rem;
}body .pt-10 {
  padding-top: 2.5rem;
}body .pt-6 {
  padding-top: 1.5rem;
}body .pt-2 {
  padding-top: 0.5rem;
}body .text-center {
  text-align: center;
}body .text-h5 {
  font-size: 1.8rem;
  font-size: var(--h5-font-size);
  line-height: 3rem;
  line-height: var(--h5-line-height);
  font-weight: 700;
}body .text-p3 {
  font-size: 1.3rem;
  font-size: var(--p3-font-size);
  line-height: 2.3rem;
  line-height: var(--p3-line-height);
}body .text-p4 {
  font-size: 1.2rem;
  font-size: var(--p4-font-size);
  line-height: 1.8rem;
  line-height: var(--p4-line-height);
}body .text-h4 {
  font-size: 2rem;
  font-size: var(--h4-font-size);
  line-height: 3.2rem;
  line-height: var(--h4-line-height);
  font-weight: 700;
}body .text-h1 {
  font-size: 3.4rem;
  font-size: var(--h1-font-size);
  line-height: 4.8rem;
  line-height: var(--h1-line-height);
  font-weight: 700;
}body .text-p1 {
  font-size: 1.5rem;
  font-size: var(--p1-font-size);
  line-height: 2.4rem;
  line-height: var(--p1-line-height);
}body .text-c1 {
  font-size: 1.2rem;
  font-size: var(--c1-font-size);
  line-height: 1.9rem;
  line-height: var(--c1-line-height);
}body .text-p2 {
  font-size: 1.4rem;
  font-size: var(--p2-font-size);
  line-height: 2.3rem;
  line-height: var(--p2-line-height);
}body .font-semibold {
  font-weight: 600;
}body .uppercase {
  text-transform: uppercase;
}body .lowercase {
  text-transform: lowercase;
}body .capitalize {
  text-transform: capitalize;
}body .text-black-1 {
  --tw-text-opacity: 1;
  color: hsl(202 3% 6% / var(--tw-text-opacity));
  color: hsl(var(--black-1-color) / var(--tw-text-opacity));
}body .text-primary {
  --tw-text-opacity: 1;
  color: hsl(230 31% 21% / var(--tw-text-opacity));
  color: hsl(var(--primary-color) / var(--tw-text-opacity));
}body .text-gray-2 {
  --tw-text-opacity: 1;
  color: hsl(240 6% 60% / var(--tw-text-opacity));
  color: hsl(var(--gray-2-color) / var(--tw-text-opacity));
}body .text-black-3 {
  --tw-text-opacity: 1;
  color: hsl(205 6% 27% / var(--tw-text-opacity));
  color: hsl(var(--black-3-color) / var(--tw-text-opacity));
}body .text-accent {
  --tw-text-opacity: 1;
  color: hsl(170 59% 50% / var(--tw-text-opacity));
  color: hsl(var(--accent-color) / var(--tw-text-opacity));
}body .text-gray-1 {
  --tw-text-opacity: 1;
  color: hsl(240 3% 45% / var(--tw-text-opacity));
  color: hsl(var(--gray-1-color) / var(--tw-text-opacity));
}body .text-white {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity));
  color: hsl(var(--white-color) / var(--tw-text-opacity));
}body .text-white\/80 {
  color: hsl(0 0% 100% / 0.8);
  color: hsl(var(--white-color) / 0.8);
}body .text-green {
  --tw-text-opacity: 1;
  color: hsl(145 63% 42% / var(--tw-text-opacity));
  color: hsl(var(--green-color) / var(--tw-text-opacity));
}body .text-black-2 {
  --tw-text-opacity: 1;
  color: hsl(220 8% 17% / var(--tw-text-opacity));
  color: hsl(var(--black-2-color) / var(--tw-text-opacity));
}body .text-red {
  --tw-text-opacity: 1;
  color: hsl(0 84% 61% / var(--tw-text-opacity));
  color: hsl(var(--red-color) / var(--tw-text-opacity));
}body .underline {
  text-decoration-line: underline;
}body .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);
}body .flex-center{display:flex;align-items:center;justify-content:center}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button,input,textarea{box-sizing:border-box;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{font-size:100%;margin:0;padding:0;vertical-align:baseline;background:rgba(0,0,0,0)}table{border-spacing:0;border-collapse:collapse}h1,h2{font-weight:inherit}button,input,textarea{font-family:inherit;color:inherit}button{cursor:pointer;text-align:inherit}*,*:before,*:after{box-sizing:inherit;outline:none}body{font-weight:400;font-style:normal;line-height:1;box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:hover,input:focus,input:focus-visible{outline:none;background-color:rgba(0,0,0,0) !important;box-shadow:none}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor;outline:0}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body{margin:0;line-height:inherit;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:rgba(0,0,0,0);background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}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}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.form{display:flex;flex-direction:column}.form__inline-fields{grid-gap:1rem;gap:1rem;display:grid;grid-template-columns:repeat(2, calc(50% - 0.5rem))}.form__field{width:100%}.form__field-row~.form__field-row{margin-top:10px}.form__field-row .form__field-row{margin-top:0}.form__label{display:block;font-size:1.2rem;font-size:var(--p4-font-size);line-height:1.8rem;line-height:var(--p4-line-height);color:hsl(240 3% 45%);color:hsl(var(--gray-1-color));margin-bottom:2px}.form__inline-fields .form__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form__input{font-size:1.2rem;font-size:var(--p4-font-size);line-height:1.8rem;line-height:var(--p4-line-height);padding-inline:1.18rem;padding-inline:var(--input-inline-padding);border:1px solid hsl(207 28% 92%);border:1px solid hsl(var(--gray-5-color));border-radius:.37rem;width:100%;transition:background-color .2s,border-color .2s}.form__input::-webkit-outer-spin-button,.form__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form__input[type=number]{-moz-appearance:textfield}.form__input[readonly]{cursor:pointer}.form__input[disabled]{background-color:hsl(240 29% 97%);background-color:hsl(var(--gray-7-color));color:hsl(240 11% 75%);color:hsl(var(--gray-3-color));cursor:not-allowed}.form__input--size-medium{height:2.62rem;height:var(--input-medium-height)}.form__input--size-large{height:3.37rem;height:var(--input-large-height)}.form__input--error{border-color:hsl(0 84% 61%);border-color:hsl(var(--red-color))}.form__input:focus{border-color:hsl(240 11% 75%);border-color:hsl(var(--gray-3-color))}.form__input::-moz-placeholder{color:hsl(240 11% 75%);color:hsl(var(--gray-3-color))}.form__input::placeholder{color:hsl(240 11% 75%);color:hsl(var(--gray-3-color))}.form__input--with-icon-before{padding-left:calc(1.25rem + 1.18rem + 0.56rem);padding-left:calc(var(--input-icon-size) + var(--input-inline-padding) + var(--input-icon-margin))}.form__input--with-icon-after{padding-right:calc(1.25rem + 1.18rem + 0.56rem);padding-right:calc(var(--input-icon-size) + var(--input-inline-padding) + var(--input-icon-margin))}.form__textarea{padding-block:1rem;padding-block:var(--input-textarea-vertical-padding);height:6.5rem;resize:none}.form__input-icon{position:absolute;top:50%;transform:translateY(-50%);width:1.25rem;width:var(--input-icon-size);height:1.25rem;height:var(--input-icon-size);pointer-events:none}.form__input-icon--clickable{pointer-events:auto}.form__input-icon--before{left:1.18rem;left:var(--input-inline-padding)}.form__input-icon--after{right:1.18rem;right:var(--input-inline-padding)}.form__error{font-size:1.2rem;font-size:var(--p4-font-size);line-height:1.8rem;line-height:var(--p4-line-height);color:hsl(0 84% 61%);color:hsl(var(--red-color));margin-top:3px}:root{--accent-color: 209 78% 48%;--primary-color: 230 29% 20%;--black-1-color: 180 3% 6%;--p5-line-height: 1.1875rem;--p6-font-size: 0.625rem;--p6-line-height: 1rem;--shadow-1: 0px 8px 20px rgba(205, 205, 205, 0.1);--shadow-2: 0px 4px 4px rgba(176, 176, 176, 0.1);--shadow-3: 0px -4px 20px rgba(199, 199, 199, 0.1);--shadow-4: 0px 4px 17px rgba(6, 6, 11, 0.06);--input-medium-height: 2.62rem;--input-large-height: 3.37rem;--input-inline-padding: 1.18rem;--input-textarea-vertical-padding: 1rem;--input-icon-size: 1.25rem;--input-icon-margin: 0.56rem;--accent-color: 170 59% 50%;--primary-color: 230 31% 21%;--sidebar-color: 230 31% 21%;--sidebar-1-color: 230 2% 15%;--red-color: 0 84% 61%;--green-color: 145 63% 42%;--blue-color: 208 79% 51%;--white-color: 0 0% 100%;--black-1-color: 202 3% 6%;--black-2-color: 220 8% 17%;--black-3-color: 205 6% 27%;--gray-1-color: 240 3% 45%;--gray-2-color: 240 6% 60%;--gray-3-color: 240 11% 75%;--gray-4-color: 240 21% 86%;--gray-5-color: 207 28% 92%;--gray-6-color: 240 19% 94%;--gray-7-color: 240 29% 97%;--shadow-1-color: 0 0% 88%;--shadow-2-color: 0 0% 100%;--shadow-3-color: 0 0% 78%;--shadow-4-color: 241 30% 3%;--h1-font-size: 3.4rem;--h1-line-height: 4.8rem;--h2-font-size: 2.9rem;--h2-line-height: 4.2rem;--h3-font-size: 2.5rem;--h3-line-height: 3.6rem;--h4-font-size: 2rem;--h4-line-height: 3.2rem;--h5-font-size: 1.8rem;--h5-line-height: 3rem;--h6-font-size: 1.6rem;--h6-line-height: 2.5rem;--p1-font-size: 1.5rem;--p1-line-height: 2.4rem;--p2-font-size: 1.4rem;--p2-line-height: 2.3rem;--p3-font-size: 1.3rem;--p3-line-height: 2.3rem;--p4-font-size: 1.2rem;--p4-line-height: 1.8rem;--p4-medium-font-size: 1.2rem;--p4-medium-line-height: 2.1rem;--p5-font-size: 1.1rem;--c1-font-size: 1.2rem;--c1-line-height: 1.9rem;--c2-font-size: 1rem;--c2-line-height: 1.6rem}html{font-size:11px}body{font-family:"Open Sans",sans-serif;font-size:1.2rem;font-size:var(--c1-font-size);font-weight:400;width:100%;min-width:1180px;color:hsl(240 3% 45%);color:hsl(var(--gray-1-color))}.button{cursor:pointer;border-radius:.8rem}.button.button--size-medium{font-size:1.2rem;font-size:var(--p4-medium-font-size);line-height:2.1rem;line-height:var(--p4-medium-line-height);height:4.2rem}.button--secondary{color:hsl(220 8% 17%);color:hsl(var(--black-2-color))}.button.button--size-large{font-size:1.2rem;font-size:var(--p4-medium-font-size);line-height:2.1rem;line-height:var(--p4-medium-line-height);height:5.2rem}.button.button--negative{border:1px solid #e5ebf0;--tw-bg-opacity: 1;background-color: hsl(240 19% 94% / var(--tw-bg-opacity));background-color: hsl(var(--gray-6-color) / var(--tw-bg-opacity));--tw-text-opacity: 1;color: hsl(0 84% 61% / var(--tw-text-opacity));color: hsl(var(--red-color) / var(--tw-text-opacity))}.form__input--size-medium{height:4.8rem;border-radius:.6rem}.form__input--size-medium:focus{border-color:hsl(170 59% 50%);border-color:hsl(var(--accent-color))}.react-select__control{height:4.8rem;border-radius:.6rem !important}.react-select__control .react-select__indicator{height:auto}.react-select__control.react-select__control--is-focused{border-color:hsl(170 59% 50%);border-color:hsl(var(--accent-color))}.react-select__control.react-select__control--is-focused .react-select__indicator{transform:rotate(180deg)}.react-select__control .react-select__single-value {
  --tw-text-opacity: 1;
  color: hsl(202 3% 6% / var(--tw-text-opacity));
  color: hsl(var(--black-1-color) / var(--tw-text-opacity));
}.table{font-size:1.3rem;font-size:var(--p3-font-size)}.empty-state {
  margin-left: auto;
  margin-right: auto;
  text-align: center;max-width:15rem;min-height:80%;
}.empty-state .icon-container{width:9.6rem;height:9.6rem}.empty-state .icon-container__icon{width:3.1rem;height:3.1rem;color:hsl(170 59% 50%);color:hsl(var(--accent-color))}.empty-state .empty-state__label {
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: hsl(202 3% 6% / var(--tw-text-opacity));
  color: hsl(var(--black-1-color) / var(--tw-text-opacity));
}.confirm-modal .icon-container__icon{width:3.1rem;height:3.1rem}.buttons-list{border-top:none !important}.icon-container.icon-container-red {
  background-color: hsl(0 84% 61% / 0.1);
  background-color: hsl(var(--red-color) / 0.1);
  --tw-text-opacity: 1;
  color: hsl(0 84% 61% / var(--tw-text-opacity));
  color: hsl(var(--red-color) / var(--tw-text-opacity));
}.icon-container.container-icon-red {
  --tw-text-opacity: 1;
  color: hsl(0 84% 61% / var(--tw-text-opacity));
  color: hsl(var(--red-color) / var(--tw-text-opacity));
}.rnd__option-icon.rnd__option-icon--right{width:1.8rem !important}.word-break{word-break:break-word}
.button{--small-height: 1.8rem;--medium-height: 2.6rem;--large-height: 3.3rem;font-weight:600;cursor:pointer;display:flex;align-items:center;border-radius:5px;justify-content:center;transition:background-color .2s ease-in-out,opacity .1s}.button:not(.button--only-icon){padding-inline:1rem}.button--full{width:100%}.button--primary{background-color:hsl(var(--accent-color));color:hsl(var(--white-color))}.button--secondary{background-color:hsl(var(--gray-7-color));border:1px solid hsl(var(--gray-5-color))}.button--negative{background-color:hsl(var(--red-color));color:hsl(var(--white-color))}.button[disabled]{cursor:default}.button--disabled{background-color:hsl(var(--gray-6-color));opacity:.6;color:hsl(var(--black-1-color));cursor:not-allowed !important}.button--size-small{font-size:var(--p5-font-size);line-height:var(--p5-line-height);height:var(--small-height)}.button--size-medium{font-size:var(--p5-font-size);line-height:var(--p5-line-height);height:var(--medium-height)}.button--size-large{font-size:var(--p3-font-size);line-height:var(--p3-line-height);height:var(--large-height)}.button--size-small.button--only-icon{width:var(--small-height)}.button--size-medium.button--only-icon{width:var(--medium-height)}.button--size-large.button--only-icon{width:var(--large-height)}.button:hover,.button:active{opacity:.8}.button__loader{position:absolute}.button__label{display:flex;align-items:center;-moz-column-gap:7px;column-gap:7px}.button__label--hidden{opacity:0}.button__count{border-radius:50%;background-color:hsl(var(--accent-color));font-size:var(--p5-font-size);line-height:var(--p5-line-height);color:hsl(var(--white-color));display:inline-block;padding:0 6px}
.VnJ_5{display:flex;justify-content:center;align-items:center}.zJhGy{display:flex;align-items:center;justify-content:center;flex:1 1}.vtdLB{content:"";background-color:#fff;border-radius:50%;display:inline-block;animation:ZQT2T 1.2s infinite ease-in-out both;margin:3px}.HSynI .vtdLB{background-color:hsl(var(--accent-color))}.vtdLB:nth-child(1){animation-delay:-0.32s}.vtdLB:nth-child(2){animation-delay:-0.16s}@keyframes ZQT2T{0%,80%,100%{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}
.text-input-wrapper{position:relative}
.tEwex{display:flex;align-items:center;justify-content:center;width:52rem;background:linear-gradient(23.35deg, hsl(var(--sidebar-1-color)) -19.13%, hsl(var(--sidebar-color)) 126.46%)}.qU6zk{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-image:url(/images/22630749073b16fc095f.svg);background-repeat:no-repeat;background-position:center}.IHR6d{width:17rem}.H3mEZ{width:36rem}
.IoWQc{display:inline-block;cursor:pointer;word-break:break-word;text-decoration:none}
.o0FBp{position:relative}.pXZZm{position:absolute;top:50%;transform:translateY(-50%);right:14px}.Nh7T8{color:hsl(var(--black-1-color))}._1htI4{padding-right:2.81rem}
.YERoZ{background-color:hsl(var(--primary-color));flex:1 1;display:flex;align-items:center;flex-direction:column;padding-top:3.12rem}.HqRt0{width:5.43rem;height:1.68rem}
.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1}.empty-state__label{margin-top:1rem;font-size:var(--p4-font-size);line-height:var(--p4-line-height);color:hsl(var(--gray-2-color))}
.icon-container{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background-color:hsl(var(--gray-7-color));color:hsl(var(--accent-color))}.icon-container__icon{width:1.68rem;height:1.68rem}
.search-input{--text-input-x-padding: 1.18rem;--icon-size: 1.24rem;position:relative}.search-input__icon{position:absolute;top:50%;transform:translateY(-50%);width:var(--icon-size);height:var(--icon-size);left:var(--text-input-x-padding);pointer-events:none;color:hsl(var(--gray-3-color))}.search-input__input{padding-left:calc(var(--text-input-x-padding) + var(--icon-size) + .61rem)}
.pagination{--pagination-item-height: 1.74rem;display:flex;-moz-column-gap:.24rem;column-gap:.24rem;margin-top:1rem}.pagination__item{display:flex;align-items:center;justify-content:center;font-size:var(--p5-font-size);line-height:var(--p5-line-height);width:1.36rem;height:var(--pagination-item-height);border-radius:.18rem}.pagination__item--active{background-color:hsl(var(--accent-color));color:hsl(var(--white-color))}.pagination__item--disabled{color:hsl(var(--gray-2-color))}.pagination__item:hover:not(.pagination__item--active){background-color:hsl(var(--gray-6-color))}.pagination__link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:var(--pagination-item-height);width:100%;text-align:center}.pagination__link--nav{display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination__caption{margin-top:.75rem;font-size:var(--p6-font-size);line-height:var(--p6-line-height);color:hsl(var(--gray-2-color))}.pagination__nav-icon--next{display:inline;transform:rotate(-90deg)}.pagination__nav-icon--prev{display:inline;transform:rotate(90deg)}
.SAUXP{position:relative}.LdyTH{margin-bottom:.5rem}.JkbFA{width:100%;border-style:hidden}.TPU8G{border-bottom-style:hidden}.Vt_Zy{background-color:hsl(var(--gray-7-color));font-size:var(--p5-font-size);line-height:var(--p5-line-height);color:hsl(var(--gray-1-color));padding:.49rem .87rem;text-align:left;font-weight:400}.Vt_Zy:first-child{border-top-left-radius:.49rem}.Vt_Zy:last-child{border-top-right-radius:.49rem}.hkeWY{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center}.SENAa{margin-left:.5rem;display:inline-flex;flex-direction:column}.eV1dF{transition:color .2s ease-in-out;color:hsl(var(--gray-3-color))}.eV1dF:first-child{margin-bottom:1px;transform:rotate(180deg)}.TM8IG{color:hsl(var(--gray-1-color))}.eeHex{position:absolute;inset:0;background-color:hsl(var(--white-color)/50%)}.x6dl_{font-size:var(--p5-font-size);line-height:var(--p5-line-height);border:1px solid hsl(var(--gray-6-color));padding:.93rem;vertical-align:middle}
.IXKLr{display:flex;justify-content:space-between;--tw-bg-opacity:1;background-color:hsl(var(--white-color) / var(--tw-bg-opacity));vertical-align:middle;padding:1.4rem 2.4rem;border-bottom:1px solid hsl(var(--gray-7-color));box-shadow:0 .4rem 1rem hsl(var(--shadow-1-color)/0.2)}.BVF92{min-width:14rem}.uNlwc{border-radius:.8rem}.oI0Af{font-size:var(--h4-font-size);line-height:var(--h4-line-height);font-weight:700;--tw-text-opacity:1;color:hsl(var(--black-1-color) / var(--tw-text-opacity));font-weight:bold;margin:0}.CfBjV{border-style:solid;--tw-border-opacity:1;border-color:hsl(var(--gray-5-color) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--gray-6-color) / var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--black-1-color) / var(--tw-text-opacity));width:4.2rem;height:4.2rem;border-width:1px;border-radius:.8rem}
.rzWqu{display:flex;align-items:center;font-weight:600;line-height:2rem;margin-bottom:.5rem;padding:1rem 1.2rem;color:hsl(var(--white-color)/0.4)}.rzWqu:hover,.nKnV1{cursor:pointer;border-radius:0.75rem;--tw-text-opacity:1;color:hsl(var(--white-color) / var(--tw-text-opacity));background-color:hsl(var(--white-color)/0.05)}.ZgF1d{display:flex;width:100%;align-items:center}.EirWb{padding-left:1rem}.Uqp92 .rzWqu{padding-left:4rem}.aU2t5 .iEHge{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.wwlkZ{position:fixed;z-index:51;top:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;width:27rem;padding:2.4rem 1.2rem;background:linear-gradient(23.35deg, hsl(var(--sidebar-color)) -19.13%, hsl(var(--sidebar-1-color)) 126.46%)}.wwlkZ .K2aJ_{background:red}
.u53GL{display:flex;flex:1 1;box-sizing:border-box;padding-left:27rem}.mF1Pu{min-height:80%;padding:2.2rem 2.4rem}
.photo-field__label{margin-bottom:.25rem}.photo-field__img-wrapper{position:relative;margin-bottom:.75rem;height:5rem;width:5rem}.photo-field__remove-btn{position:absolute;right:0;top:0;border-radius:50%;background-color:hsl(var(--black-1-color)/50%)}.photo-field__remove-btn-icon{color:hsl(var(--white-color));padding:.125rem}.photo-field__img{height:100%;width:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.photo-field__upload-btn{width:auto;padding-inline:1.75rem}
.modal-overlay{background-color:hsl(var(--black-1-color)/60%);z-index:999;overflow-y:auto;display:flex;position:fixed;inset:0}.modal{--content-padding-x: 30px;--content-padding-y: 25px;position:relative;height:-moz-fit-content;height:fit-content;box-shadow:0 4px 12px rgba(0,0,0,.12);background-color:#fff;width:35%;overflow:hidden}.modal--center{margin:auto;border-radius:8px;padding:var(--content-padding-y) var(--content-padding-x)}.modal--center .modal__close-btn{top:.625rem;right:.625rem;position:absolute}.modal--center .modal__header{margin-bottom:.625rem;font-size:var(--h4-font-size);line-height:var(--h4-line-height);font-weight:700}.modal--center .modal__buttons-list{border-top:1px solid hsl(var(--gray-6-color));padding-top:var(--content-padding-y);margin-top:var(--content-padding-y);display:flex;justify-content:flex-end;margin-inline:calc(var(--content-padding-x)*-1);padding-inline:var(--content-padding-x)}.modal--right{display:flex;flex-direction:column;margin-left:auto;height:100vh}.modal--right .modal__close-btn{top:1.25rem;left:1.25rem;border-radius:.25rem;background-color:hsl(var(--gray-7-color));padding:.5rem;position:absolute;border:1px solid hsl(var(--gray-6-color))}.modal--right .modal__header{display:flex;align-items:center;justify-content:center;font-size:var(--p3-font-size);line-height:var(--p3-line-height);font-weight:600;min-height:5rem;border-bottom:1px solid hsl(var(--gray-6-color))}.modal--right .modal__buttons-list{padding-inline:1.25rem;padding-bottom:1.25rem;display:flex;justify-content:flex-end}.modal--right .modal__content{overflow:auto;padding:1.25rem}.modal__button{width:auto;padding:0 2.5rem}.react-modal-opened{overflow:hidden}
.h3eHP{height:.1rem;margin:3rem 0;border:0;background:hsl(var(--gray-7-color))}
.YiIvl{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;--checked-bg-color: hsl(var(--green-color))}.rA9ms{display:flex;align-items:center;justify-content:center;position:relative;width:20px;height:20px;transition:background-color .2s,border-color .2s;border:1px solid hsl(var(--gray-4-color));border-radius:3px;background-color:hsl(var(--white-color))}.HC6W1{transition:opacity .2s,transform .2s;transform:scale(0);opacity:0;color:hsl(var(--white-color))}.upUjM{display:none;opacity:0}.upUjM:checked~.rA9ms{border:1px solid var(--checked-bg-color);background-color:var(--checked-bg-color)}.upUjM:checked~.rA9ms .HC6W1{transform:scale(1);opacity:1}.d293I{margin-left:.5rem;font-size:var(--p4-font-size);line-height:var(--p4-line-height);word-break:break-word}
body .react-select{position:relative}body .react-select--size-medium .react-select__control{min-height:var(--input-medium-height)}body .react-select--size-large .react-select__control{min-height:var(--input-large-height)}body .react-select--error .react-select__control{border-color:hsl(var(--red-color))}body .react-select__menu-portal{z-index:999 !important}body .react-select__dropdown-indicator svg{width:100%;height:100%}body .react-select__indicators{display:flex;align-items:center}body .react-select__indicators .react-select__clear-indicator{margin-right:.25rem}body .react-select__control{background-color:hsl(var(--white-color));font-size:var(--p4-font-size);line-height:var(--p4-line-height);padding-inline:1.18rem;border:1px solid hsl(var(--gray-5-color));border-radius:.37rem;cursor:pointer;transition:background-color .2s,border-color .2s}body .react-select__control--is-focused body .react-select__input-container{height:auto}body .react-select__control--is-disabled{background-color:hsl(var(--gray-7-color));color:hsl(var(--gray-3-color))}body .react-select__menu{border-radius:.375rem;border:1px solid hsl(var(--gray-5-color));background-color:hsl(var(--white-color));box-shadow:var(--shadow-4);position:absolute;width:100%;margin-top:.43rem}body .react-select__menu-list{padding-block:.25rem}body .react-select__option{font-weight:600;font-size:var(--p5-font-size);line-height:var(--p5-line-height);padding:.75rem .93rem;cursor:pointer;word-break:break-word}body .react-select__option--is-selected{background-color:hsl(var(--accent-color));color:hsl(var(--white-color))}body .react-select__option:not(body .react-select__option--is-selected):hover{background-color:hsl(var(--gray-6-color))}body .react-select__single-value{position:absolute}body .react-select--single-value{position:absolute;top:50%;transform:translateY(-50%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 8px)}body .react-select__multi-value{background-color:hsl(var(--gray-7-color));display:flex;border-radius:2px;margin:2px;overflow:hidden}body .react-select__multi-value__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 3px 3px 6px}body .react-select__multi-value__remove{align-items:center;display:flex;padding-left:4px;padding-right:4px;transition:background-color .2s ease-in-out,opacity .1s}body .react-select__multi-value__remove:hover{background-color:hsl(var(--gray-6-color))}body .react-select__menu-notice--no-options{font-size:var(--p5-font-size);line-height:var(--p5-line-height);font-weight:600;text-align:center;padding:.46rem 0}body .react-select__placeholder{color:hsl(var(--gray-3-color))}body .react-select__indicator{display:flex;width:.93rem;height:.93rem}
.E_vqa .rnd__root-menu{margin-block:.43rem}.E_vqa .rnd__menu{padding-block:.25rem;border-radius:.375rem;border:1px solid hsl(var(--gray-5-color));background-color:hsl(var(--white-color));box-shadow:var(--shadow-4)}.E_vqa .rnd__submenu{width:9.93rem}.E_vqa .rnd__option{padding:.75rem .93rem;cursor:pointer;word-break:break-word}.E_vqa .rnd__option:not(.container .rnd__option--disabled):hover{background-color:hsl(var(--gray-6-color))}.E_vqa .rnd__option-icon{width:1rem;height:1rem}.E_vqa .rnd__option-icon--left{margin-right:.49rem}.E_vqa .rnd__option-label{font-size:var(--p5-font-size);line-height:var(--p5-line-height);font-weight:600}
.PfhYy{background:#fff;width:100%;height:1150px;padding:4rem}.dyBzl{font-size:4rem;padding-top:10rem}.FtLhs{font-size:4rem;line-height:3rem;height:100%}.dFQYM{display:flex;justify-content:space-between;margin-bottom:10px}.dFQYM>div{padding:.5rem 1.2rem}.TWxjT{width:30%}.y6HAC{--tw-text-opacity:1;color:hsl(var(--black-1-color) / var(--tw-text-opacity))}
.badge{display:flex;width:-moz-max-content;width:max-content;padding:.12rem .61rem;border-radius:100px}.badge--green{background-color:hsl(var(--green-color)/10%);color:hsl(var(--green-color))}.badge--gray{background-color:hsl(var(--gray-7-color)/10%);color:hsl(var(--black-2-color))}.badge--blue{background-color:hsl(var(--blue-color)/10%);color:hsl(var(--blue-color))}.badge--red{background-color:hsl(var(--red-color)/10%);color:hsl(var(--red-color))}.badge__text{font-size:var(--p5-font-size);line-height:var(--p5-line-height);font-weight:700}
.JZusC{width:100%}.iHue2{font-size:4rem;line-height:3rem;height:100%;padding:10rem 4rem 4rem 4rem}.LEJuB{display:flex;justify-content:space-between}.LEJuB:last-child{border-width:0px}.LEJuB>div{padding:.5rem 1.2rem}.oIDK3{width:30%}.Fvt4h{--tw-text-opacity:1;color:hsl(var(--black-1-color) / var(--tw-text-opacity))}
.browser-select{position:relative}.browser-select__select{position:absolute;inset:0;cursor:pointer;opacity:0;width:-moz-fit-content;width:fit-content}
.ck1YL{color:hsl(var(--red-color))}.Xjw4p{position:fixed;z-index:999}.pSEEM{display:flex;align-items:center}.SbuQ5{font-size:var(--p3-font-size);line-height:var(--p3-line-height);font-weight:600}.lkOkn{margin-left:.25rem;height:1.25rem;width:1.25rem}.f6923.rdp{border:1px solid hsl(var(--gray-5-color));box-shadow:var(--shadow-4);background-color:hsl(var(--white-color));margin-inline:0;margin-block:.43rem;border-radius:.5rem;padding:1rem;--rdp-cell-size: 30px;--rdp-accent-color: hsl(var(--accent-color));--rdp-background-color: hsl(var(--accent-color) / 0.1)}.f6923 .rdp-caption_label{font-size:var(--p3-font-size);line-height:var(--p3-line-height);font-weight:600}.f6923 .rdp-nav_button{border-radius:8px}.f6923 .rdp-nav_button>svg{width:12px;height:12px}.f6923 .rdp-head_cell{font-size:var(--p4-font-size);line-height:var(--p4-line-height);font-weight:400;text-transform:none;height:38px}.f6923 .rdp-day{font-size:var(--p5-font-size);line-height:var(--p5-line-height);font-weight:600;color:hsl(var(--gray-1-color));border-radius:8px;border-inline:1px solid rgba(0,0,0,0);margin-block:1px}.f6923 .rdp-day--today{color:hsl(var(--accent-color))}.f6923 .rdp-day--weekend{color:hsl(var(--red-color))}.f6923 .rdp-day_selected{color:hsl(var(--white-color))}.f6923 .rdp-day_range_middle{border-radius:0;background-color:hsl(var(--accent-color)/0.1);color:hsl(var(--accent-color))}
.fc5VL{position:relative}._ui1s{transform:rotate(180deg)}.j7Sek{cursor:pointer}
.n2a6A{display:flex;flex-wrap:wrap;gap:1.4rem}.K8ujX{display:flex;align-items:center;flex-direction:column;justify-content:center;width:26rem;height:12rem;cursor:pointer;border:1px dotted #b8b8c6;border-radius:.4rem}.lH86D{position:relative;height:12rem}.ortPd{position:absolute;top:5px;right:6px;width:2.6rem;height:2.6rem;text-align:center;color:#fff;border-radius:50%;background:rgba(0,0,0,.3)}
.Wk4g_{border-radius:6px}
.uGxpG{overflow-x:auto}.hUYuD{position:relative;display:flex;border-bottom:1px solid hsl(var(--gray-7-color))}.fPQCS{font-weight:600;font-size:var(--p4-font-size);line-height:var(--p4-line-height);--tw-text-opacity:1;color:hsl(var(--gray-3-color) / var(--tw-text-opacity));padding:7px 14px 12px}.pPPvT{--tw-text-opacity:1;color:hsl(var(--accent-color) / var(--tw-text-opacity))}.uG2m4{position:relative;height:3px;border-top-left-radius:5px;border-top-right-radius:5px;background-color:var(--bg-color-8)}.XRm93{position:absolute;--tw-bg-opacity:1;background-color:hsl(var(--accent-color) / var(--tw-bg-opacity));top:-3px;height:3px;transition-duration:.4s;border-top-left-radius:5px;border-top-right-radius:5px}
.MzwHf{margin-top:1.1rem;padding:2rem;border:1px solid hsl(var(--gray-6-color));border-radius:.5rem}.fy015{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid hsl(var(--gray-6-color))}.SMJWS{border-style:solid;--tw-border-opacity:1;border-color:hsl(var(--gray-5-color) / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--gray-6-color) / var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--black-1-color) / var(--tw-text-opacity));width:4.2rem;height:4.2rem;border-width:1px;border-radius:.8rem}
.nFcRD{display:flex;justify-content:space-between;align-items:center;border-radius:.4rem;border:1px solid #ececf2;padding:1.3rem 1.8rem;margin-bottom:1.2rem}

.RZ_2m{position:relative;display:flex}.hhfVd{position:absolute;top:10px;width:100%;height:.4rem;background-color:hsl(var(--gray-7-color))}._BNAk{position:absolute;top:10px;height:.4rem;background-color:hsl(var(--green-color))}.rK3L5{position:relative;z-index:1;display:flex;width:100%}.rK3L5 .khyNJ{z-index:22}.rK3L5 .khyNJ:last-child{display:flex;flex-direction:column;align-items:flex-end;position:absolute;z-index:1;right:0;text-align:right}.RErrW{position:absolute;top:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:hsl(var(--gray-7-color))}.e6VsU{top:0;background-color:hsl(var(--blue-color))}.e6VsU:before{position:absolute;top:.3rem;left:.3rem;display:block;width:1.4rem;height:1.4rem;content:"";border:.3rem solid #fff;border-radius:100%}.e6VsU.Xj_kL svg{display:none}.Xj_kL{background-color:hsl(var(--green-color))}.Ekb0m{padding-top:30px}.MLtA2{width:1.6rem;height:1.6rem;border:3px solid #fff;border-radius:50%}
.WhJCs{position:relative;height:12rem;margin-right:2rem}
.bpTZi{display:flex;flex-direction:column;min-height:100vh;position:relative}
