.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563EB;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563EB, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563EB;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
  .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .btn:hover {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  /* BUTTON SIZES*/

  .btn-lg {
    height: 3rem;
    gap: 0.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 25px;
}

  .btn-md {
    height: 2.5rem;
    gap: 0.5rem;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 25px;
}

  .btn-sm {
    height: 2rem;
    gap: 0.5rem;
    border-radius: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

  /* BUTTON TYPES & VARIANTS */

  .btn-primary-default {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-primary-fill) / 1);
    background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-default {
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

  .btn-primary-default:hover {
    opacity: 0.7;
}

  .btn-primary-default:active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 158 109 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-default:active {
        background-color: rgb(0 158 109 / var(--tw-bg-opacity, 1));
    }
}

  .btn-primary-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(7 56 55 / 1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-secondary {
        background-color: rgb(7 56 55 / var(--tw-bg-opacity, 1));
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

  .btn-primary-secondary:hover {
    opacity: 0.7;
}

  .btn-primary-secondary:active {
    --tw-bg-opacity: 1;
    background-color: rgb(7 56 55 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-secondary:active {
        background-color: rgb(7 56 55 / var(--tw-bg-opacity, 1));
    }
}

  .btn-primary-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / 1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-danger {
        background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

  .btn-primary-danger:hover {
    opacity: 0.7;
}

  .btn-primary-danger:active {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-primary-danger:active {
        background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    }
}

  .btn-primary-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-caption) / 1);
    color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

  .btn-primary-disabled:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

  .btn-outline-default {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 203 140 / 1);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-primary) / 1);
    color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-outline-default {
        border-color: rgb(0 203 140 / var(--tw-border-opacity, 1));
    }
}

  .btn-outline-default:hover {
    background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
    opacity: 0.7;
}

  .btn-outline-default:active {
    background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
    opacity: 1;
}

  .btn-outline-secondary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-quaternary) / 1);
    border-color: rgb(var(--borderColor-quaternary) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-title) / 1);
    color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

  .btn-outline-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    opacity: 0.7;
}

  .btn-outline-secondary:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    opacity: 1;
}

  .btn-outline-danger {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / 1);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-outline-danger {
        border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
        color: rgb(185 28 28 / var(--tw-text-opacity, 1));
    }
}

  .btn-outline-danger:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / 1);
    opacity: 0.7;
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-outline-danger:hover {
        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
    }
}

  .btn-outline-danger:active {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / 1);
    opacity: 1;
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-outline-danger:active {
        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
    }
}

  .btn-outline-disabled {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-quaternary) / 1);
    border-color: rgb(var(--borderColor-quaternary) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-caption) / 1);
    color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

  .btn-outline-disabled:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

  .btn-dashed-default {
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-quaternary) / 1);
    border-color: rgb(var(--borderColor-quaternary) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-title) / 1);
    color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

  .btn-dashed-default:hover {
    background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
    opacity: 0.7;
}

  .btn-dashed-default:active {
    background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
    opacity: 1;
}

  .btn-dashed-disabled {
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-quaternary) / 1);
    border-color: rgb(var(--borderColor-quaternary) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-caption) / 1);
    color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

  .btn-dashed-disabled:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

  .btn-text-default {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-primary) / 1);
    color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

  .btn-text-default:hover {
    background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
    opacity: 0.7;
}

  .btn-text-default:active {
    background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
    opacity: 1;
}

  .btn-text-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-title) / 1);
    color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

  .btn-text-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    opacity: 0.7;
}

  .btn-text-secondary:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-body) / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
    opacity: 1;
}

  .btn-text-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-text-danger {
        color: rgb(185 28 28 / var(--tw-text-opacity, 1));
    }
}

  .btn-text-danger:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / 1);
    opacity: 1;
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-text-danger:hover {
        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
    }
}

  .btn-text-danger:active {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / 1);
}

  @supports (color: rgb(0 0 0 / 0)) {
.btn-text-danger:active {
        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
    }
}

  .btn-text-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--textColor-caption) / 1);
    color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

  .btn-text-disabled:active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
}

  @media (min-width: 768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .md\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

  @media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .lg\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

.container {

    width: 100%;

    margin-right: auto;

    margin-left: auto;

    padding-right: 1rem;

    padding-left: 1rem;
}

@media (min-width: 1440px) {

    .container {

        max-width: 1440px;

        padding-right: 3.75rem;

        padding-left: 3.75rem;
    }
}

.form-input,.form-textarea,.form-select,.form-multiselect {

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;

    background-color: #fff;

    border-color: #6b7280;

    border-width: 1px;

    border-radius: 0px;

    padding-top: 0.5rem;

    padding-right: 0.75rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {

    outline: 2px solid transparent;

    outline-offset: 2px;

    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);

    --tw-ring-offset-width: 0px;

    --tw-ring-offset-color: #fff;

    --tw-ring-color: #2563EB;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563EB, var(--tw-shadow);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);

    border-color: #2563EB;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {

    color: #6b7280;

    opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {

    color: #6b7280;

    opacity: 1;
}
  /*    */

  .tab-panel.active {

    border-top-left-radius: 8px;

    border-top-right-radius: 8px;

    --tw-bg-opacity: 1;

    background-color: rgb(254 242 242 / 1);

    --tw-text-opacity: 1;

    color: rgb(var(--textColor-primary) / 1);

    color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

  @supports (color: rgb(0 0 0 / 0)) {
.tab-panel.active {

        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
    }
}

  .tab-panel.active::after {

    content: var(--tw-content);

    --tw-bg-opacity: 1;

    background-color: rgb(var(--backgroundColor-primary-fill) / 1);

    background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
}
  /* small tab */
  .tab-panel.small {

    gap: 0.25rem;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem;
}
  .tab-panel.small svg {

    height: 0.75rem;

    width: 0.75rem;
}

  /* medium tab */
  .tab-panel.medium {

    gap: 0.5rem;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(var(--textColor-base) / 1);

    color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}
  .tab-panel.medium svg {

    height: 1rem;

    width: 1rem;
}

  /* large tab */
  .tab-panel.large {

    gap: 0.5rem;

    padding-left: 2rem;

    padding-right: 2rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(var(--textColor-base) / 1);

    color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}
  .tab-panel.large svg {

    height: 1.25rem;

    width: 1.25rem;
}
  @media (min-width: 768px) {

    .md\:container {

        width: 100%;

        margin-right: auto;

        margin-left: auto;

        padding-right: 1rem;

        padding-left: 1rem;
    }

    @media (min-width: 1440px) {

        .md\:container {

            max-width: 1440px;

            padding-right: 3.75rem;

            padding-left: 3.75rem;
        }
    }
}
  @media (min-width: 1024px) {

    .lg\:container {

        width: 100%;

        margin-right: auto;

        margin-left: auto;

        padding-right: 1rem;

        padding-left: 1rem;
    }

    @media (min-width: 1440px) {

        .lg\:container {

            max-width: 1440px;

            padding-right: 3.75rem;

            padding-left: 3.75rem;
        }
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563EB;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563EB, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563EB;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
  .inputWrapper {
    position: relative;
    height: 3rem;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / 1);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--backgroundColor-main) / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / 1);
}
  @supports (color: rgb(0 0 0 / 0)) {
.inputWrapper {
        border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
        color: rgb(212 212 212 / var(--tw-text-opacity, 1));
    }
}
  .inputWrapper:invalid {
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-error) / 1);
    border-color: rgb(var(--borderColor-error) / var(--tw-border-opacity, 1));
}
  .inputWrapper:focus-within {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(138 240 209 / 1);
}
  @supports (color: rgb(0 0 0 / 0)) {
.inputWrapper:focus-within {
        border-color: rgb(138 240 209 / var(--tw-border-opacity, 1));
    }
}
  .inputWrapper:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
  .inputWrapper:invalid:focus {
    --tw-border-opacity: 1;
    border-color: rgb(var(--borderColor-error) / 1);
    border-color: rgb(var(--borderColor-error) / var(--tw-border-opacity, 1));
}
  .inputWrapper:disabled {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / 1);
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / 1);
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / 1);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  @supports (color: rgb(0 0 0 / 0)) {
.inputWrapper:disabled {
        border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
        background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
        color: rgb(212 212 212 / var(--tw-text-opacity, 1));
    }
}
  @media (min-width: 768px) {
    .inputWrapper {
        height: 3.5rem;
    }
}
  .inputWrapper {
    transition: border-width 0.1s ease-in-out;
  }
  .inputWrapper input {
    height: 100%;
    width: 100%;
    flex: 1 1 0%;
}
  .inputWrapper input::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(212 212 212 / 1);
}
  @supports (color: rgb(0 0 0 / 0)) {
.inputWrapper input::-moz-placeholder {
        color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
    }
}
  .inputWrapper input::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(212 212 212 / 1);
}
  .inputWrapper input::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(212 212 212 / 1);
}
  @supports (color: rgb(0 0 0 / 0)) {
.inputWrapper input::-moz-placeholder {
        color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
    }
.inputWrapper input::placeholder {
        color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
    }
}
  .inputWrapper input {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
  .inputWrapper input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
  .inputWrapper input::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

  .inputWrapper input.input-ltr {
    direction: ltr;
    text-align: left;
  }
  .inputWrapper input.input-ltr::-moz-placeholder {
    text-align: right;
  }
  .inputWrapper input.input-ltr::placeholder {
    text-align: right;
  }

  .inputWrapper input.input-ltr-placeholder::-moz-placeholder {
    text-align: left;
  }

  .inputWrapper input.input-ltr-placeholder::placeholder {
    text-align: left;
  }

  @media (min-width: 768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .md\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

  @media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .lg\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563EB;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563EB, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563EB;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
  .chip {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-weight: 500;
}

  /* CHIP SIZES*/

  /* CHIP TYPES */

  @media (min-width: 768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .md\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

  @media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 1440px) {
        .lg\:container {
            max-width: 1440px;
            padding-right: 3.75rem;
            padding-left: 3.75rem;
        }
    }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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.
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: var(--font-iransansX); /* 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]) {
  -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]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --backgroundColor-base: 0 0 0;
  --backgroundColor-base-hover: 250 250 250;
  --backgroundColor-base-focus: 250 250 250;
  --backgroundColor-base-pressed: 245 245 245;
  --backgroundColor-base-disabled: 245 245 245;
  --backgroundColor-base-tone: 115 115 115;
  --backgroundColor-base-tone-hover: 229 229 229;
  --backgroundColor-base-tone-pressed: 212 212 212;
  --backgroundColor-base-tone-disabled: 245 245 245;
  --backgroundColor-base-fill: 82 82 82;
  --backgroundColor-base-fill-hover: 64 64 64;
  --backgroundColor-base-fill-pressed: 38 38 38;
  --backgroundColor-base-fill-disabled: 245 245 245;
  --backgroundColor-base-shape-base: 82 82 82;
  --backgroundColor-base-shape-base-secondary: 115 115 115;
  --backgroundColor-base-shape-base-tertiary: 229 229 229;
  --backgroundColor-base-shape-base-white: 255 255 255;
  --backgroundColor-base-shape-base-quaternary: 245 245 245;
  --backgroundColor-base-shape-spec-image-candel: 212 212 212;
  --backgroundColor-base-shape-spec-icon-arrow: 163 163 163;
  --backgroundColor-base-shape-primary: 0 203 140;
  --backgroundColor-base-shape-accent: 1 160 150;
  --backgroundColor-base-shape-error: 220 38 38;
  --backgroundColor-base-shape-success: 22 163 74;
  --backgroundColor-base-shape-warning: 202 138 4;
  --backgroundColor-base-shape-info: 37 99 235;
  --backgroundColor-primary: 0 0 0;
  --backgroundColor-primary-hover: 230 252 245;
  --backgroundColor-primary-focus: 230 252 245;
  --backgroundColor-primary-pressed: 176 245 224;
  --backgroundColor-primary-disabled: 245 245 245;
  --backgroundColor-primary-tone: 0 223 154;
  --backgroundColor-primary-tone-hover: 176 245 224;
  --backgroundColor-primary-tone-pressed: 138 240 209;
  --backgroundColor-primary-tone-disabled: 245 245 245;
  --backgroundColor-primary-fill: 0 203 140;
  --backgroundColor-primary-fill-hover: 0 158 109;
  --backgroundColor-primary-fill-pressed: 0 123 85;
  --backgroundColor-primary-fill-disabled: 245 245 245;
  --backgroundColor-error: 0 0 0;
  --backgroundColor-error-hover: 254 242 242;
  --backgroundColor-error-focus: 254 242 242;
  --backgroundColor-error-pressed: 254 226 226;
  --backgroundColor-error-disabled: 245 245 245;
  --backgroundColor-error-tone: 239 68 68;
  --backgroundColor-error-tone-hover: 254 226 226;
  --backgroundColor-error-tone-pressed: 254 202 202;
  --backgroundColor-error-tone-disabled: 245 245 245;
  --backgroundColor-error-fill: 220 38 38;
  --backgroundColor-error-fill-hover: 185 28 28;
  --backgroundColor-error-fill-pressed: 153 27 27;
  --backgroundColor-error-fill-disabled: 245 245 245;
  --backgroundColor-success: 0 0 0;
  --backgroundColor-success-hover: 240 253 244;
  --backgroundColor-success-focus: 240 253 244;
  --backgroundColor-success-pressed: 220 252 231;
  --backgroundColor-success-disabled: 245 245 245;
  --backgroundColor-success-tone: 34 197 94;
  --backgroundColor-success-tone-hover: 220 252 231;
  --backgroundColor-success-tone-pressed: 187 247 208;
  --backgroundColor-success-tone-disabled: 245 245 245;
  --backgroundColor-success-fill: 22 163 74;
  --backgroundColor-success-fill-hover: 21 128 61;
  --backgroundColor-success-fill-pressed: 22 101 52;
  --backgroundColor-success-fill-disabled: 245 245 245;
  --backgroundColor-warning: 0 0 0;
  --backgroundColor-warning-hover: 254 252 232;
  --backgroundColor-warning-focus: 254 252 232;
  --backgroundColor-warning-pressed: 254 249 195;
  --backgroundColor-warning-disabled: 245 245 245;
  --backgroundColor-warning-tone: 234 179 8;
  --backgroundColor-warning-tone-hover: 254 249 195;
  --backgroundColor-warning-tone-pressed: 254 240 138;
  --backgroundColor-warning-tone-disabled: 245 245 245;
  --backgroundColor-warning-fill: 202 138 4;
  --backgroundColor-warning-fill-hover: 161 98 7;
  --backgroundColor-warning-fill-pressed: 133 77 14;
  --backgroundColor-warning-fill-disabled: 245 245 245;
  --backgroundColor-info: 0 0 0;
  --backgroundColor-info-hover: 239 246 255;
  --backgroundColor-info-focus: 239 246 255;
  --backgroundColor-info-pressed: 219 234 254;
  --backgroundColor-info-disabled: 245 245 245;
  --backgroundColor-info-tone: 59 130 246;
  --backgroundColor-info-tone-hover: 219 234 254;
  --backgroundColor-info-tone-pressed: 191 219 254;
  --backgroundColor-info-tone-disabled: 245 245 245;
  --backgroundColor-info-fill: 37 99 235;
  --backgroundColor-info-fill-hover: 29 78 216;
  --backgroundColor-info-fill-pressed: 30 64 175;
  --backgroundColor-info-fill-disabled: 245 245 245;
  --backgroundColor-accent: 0 0 0;
  --backgroundColor-accent-hover: 239 254 251;
  --backgroundColor-accent-focus: 239 254 251;
  --backgroundColor-accent-pressed: 200 255 245;
  --backgroundColor-accent-disabled: 245 245 245;
  --backgroundColor-accent-tone: 55 129 129;
  --backgroundColor-accent-tone-hover: 200 255 245;
  --backgroundColor-accent-tone-pressed: 144 255 236;
  --backgroundColor-accent-tone-disabled: 245 245 245;
  --backgroundColor-accent-fill: 14 83 81;
  --backgroundColor-accent-fill-hover: 0 51 51;
  --backgroundColor-accent-fill-pressed: 14 83 81;
  --backgroundColor-accent-fill-disabled: 245 245 245;
  --backgroundColor-spec-input: 255 255 255;
  --backgroundColor-shape-base: 82 82 82;
  --backgroundColor-shape-base-secondary: 115 115 115;
  --backgroundColor-shape-spec-image-candel: 212 212 212;
  --backgroundColor-shape-spec-icon-arrow: 163 163 163;
  --backgroundColor-shape-primary: 0 203 140;
  --backgroundColor-shape-accent: 1 160 150;
  --backgroundColor-shape-error: 220 38 38;
  --backgroundColor-shape-success: 22 163 74;
  --backgroundColor-shape-warning: 202 138 4;
  --backgroundColor-shape-info: 37 99 235;
  --backgroundColor-effect-base-main: 115 115 115;
  --backgroundColor-effect-primary-main: 0 223 154;
  --backgroundColor-effect-success-main: 34 197 94;
  --backgroundColor-effect-error-main: 239 68 68;
  --backgroundColor-effect-warning-main: 234 179 8;
  --backgroundColor-effect-info-main: 59 130 246;
  --backgroundColor-effect-accent-main: 55 129 129;
  --backgroundColor-effect-shadow-general: 0 0 0;
  --backgroundColor-effect-shadow-medium: 0 0 0;
  --backgroundColor-main: 255 255 255;
  --backgroundColor-body: 250 250 250;
  --backgroundColor-block: 255 255 255;
  --backgroundColor-section: 255 255 255;
  --backgroundColor-elevated: 255 255 255;
  --backgroundColor-placeholder: 229 229 229;
  --backgroundColor-skeleton: 115 115 115;
  --backgroundColor-backdrop: 23 23 23;
  --backgroundColor-nav: 255 255 255;
  --backgroundColor-spotlight: 23 23 23;
  --backgroundColor-over: 255 255 255;
  --fill-base: 0 0 0;
  --fill-base-hover: 250 250 250;
  --fill-base-focus: 250 250 250;
  --fill-base-pressed: 245 245 245;
  --fill-base-disabled: 245 245 245;
  --fill-base-tone: 115 115 115;
  --fill-base-tone-hover: 229 229 229;
  --fill-base-tone-pressed: 212 212 212;
  --fill-base-tone-disabled: 245 245 245;
  --fill-base-fill: 82 82 82;
  --fill-base-fill-hover: 64 64 64;
  --fill-base-fill-pressed: 38 38 38;
  --fill-base-fill-disabled: 245 245 245;
  --fill-base-shape-base: 82 82 82;
  --fill-base-shape-base-secondary: 115 115 115;
  --fill-base-shape-base-tertiary: 229 229 229;
  --fill-base-shape-base-white: 255 255 255;
  --fill-base-shape-base-quaternary: 245 245 245;
  --fill-base-shape-spec-image-candel: 212 212 212;
  --fill-base-shape-spec-icon-arrow: 163 163 163;
  --fill-base-shape-primary: 0 203 140;
  --fill-base-shape-accent: 1 160 150;
  --fill-base-shape-error: 220 38 38;
  --fill-base-shape-success: 22 163 74;
  --fill-base-shape-warning: 202 138 4;
  --fill-base-shape-info: 37 99 235;
  --fill-primary: 0 0 0;
  --fill-primary-hover: 230 252 245;
  --fill-primary-focus: 230 252 245;
  --fill-primary-pressed: 176 245 224;
  --fill-primary-disabled: 245 245 245;
  --fill-primary-tone: 0 223 154;
  --fill-primary-tone-hover: 176 245 224;
  --fill-primary-tone-pressed: 138 240 209;
  --fill-primary-tone-disabled: 245 245 245;
  --fill-primary-fill: 0 203 140;
  --fill-primary-fill-hover: 0 158 109;
  --fill-primary-fill-pressed: 0 123 85;
  --fill-primary-fill-disabled: 245 245 245;
  --fill-error: 0 0 0;
  --fill-error-hover: 254 242 242;
  --fill-error-focus: 254 242 242;
  --fill-error-pressed: 254 226 226;
  --fill-error-disabled: 245 245 245;
  --fill-error-tone: 239 68 68;
  --fill-error-tone-hover: 254 226 226;
  --fill-error-tone-pressed: 254 202 202;
  --fill-error-tone-disabled: 245 245 245;
  --fill-error-fill: 220 38 38;
  --fill-error-fill-hover: 185 28 28;
  --fill-error-fill-pressed: 153 27 27;
  --fill-error-fill-disabled: 245 245 245;
  --fill-success: 0 0 0;
  --fill-success-hover: 240 253 244;
  --fill-success-focus: 240 253 244;
  --fill-success-pressed: 220 252 231;
  --fill-success-disabled: 245 245 245;
  --fill-success-tone: 34 197 94;
  --fill-success-tone-hover: 220 252 231;
  --fill-success-tone-pressed: 187 247 208;
  --fill-success-tone-disabled: 245 245 245;
  --fill-success-fill: 22 163 74;
  --fill-success-fill-hover: 21 128 61;
  --fill-success-fill-pressed: 22 101 52;
  --fill-success-fill-disabled: 245 245 245;
  --fill-warning: 0 0 0;
  --fill-warning-hover: 254 252 232;
  --fill-warning-focus: 254 252 232;
  --fill-warning-pressed: 254 249 195;
  --fill-warning-disabled: 245 245 245;
  --fill-warning-tone: 234 179 8;
  --fill-warning-tone-hover: 254 249 195;
  --fill-warning-tone-pressed: 254 240 138;
  --fill-warning-tone-disabled: 245 245 245;
  --fill-warning-fill: 202 138 4;
  --fill-warning-fill-hover: 161 98 7;
  --fill-warning-fill-pressed: 133 77 14;
  --fill-warning-fill-disabled: 245 245 245;
  --fill-info: 0 0 0;
  --fill-info-hover: 239 246 255;
  --fill-info-focus: 239 246 255;
  --fill-info-pressed: 219 234 254;
  --fill-info-disabled: 245 245 245;
  --fill-info-tone: 59 130 246;
  --fill-info-tone-hover: 219 234 254;
  --fill-info-tone-pressed: 191 219 254;
  --fill-info-tone-disabled: 245 245 245;
  --fill-info-fill: 37 99 235;
  --fill-info-fill-hover: 29 78 216;
  --fill-info-fill-pressed: 30 64 175;
  --fill-info-fill-disabled: 245 245 245;
  --fill-accent: 0 0 0;
  --fill-accent-hover: 239 254 251;
  --fill-accent-focus: 239 254 251;
  --fill-accent-pressed: 200 255 245;
  --fill-accent-disabled: 245 245 245;
  --fill-accent-tone: 55 129 129;
  --fill-accent-tone-hover: 200 255 245;
  --fill-accent-tone-pressed: 144 255 236;
  --fill-accent-tone-disabled: 245 245 245;
  --fill-accent-fill: 14 83 81;
  --fill-accent-fill-hover: 0 51 51;
  --fill-accent-fill-pressed: 14 83 81;
  --fill-accent-fill-disabled: 245 245 245;
  --fill-spec-input: 255 255 255;
  --fill-shape-base: 82 82 82;
  --fill-shape-base-secondary: 115 115 115;
  --fill-shape-spec-image-candel: 212 212 212;
  --fill-shape-spec-icon-arrow: 163 163 163;
  --fill-shape-primary: 0 203 140;
  --fill-shape-accent: 1 160 150;
  --fill-shape-error: 220 38 38;
  --fill-shape-success: 22 163 74;
  --fill-shape-warning: 202 138 4;
  --fill-shape-info: 37 99 235;
  --fill-effect-base-main: 115 115 115;
  --fill-effect-primary-main: 0 223 154;
  --fill-effect-success-main: 34 197 94;
  --fill-effect-error-main: 239 68 68;
  --fill-effect-warning-main: 234 179 8;
  --fill-effect-info-main: 59 130 246;
  --fill-effect-accent-main: 55 129 129;
  --fill-effect-shadow-general: 0 0 0;
  --fill-effect-shadow-medium: 0 0 0;
  --fill-main: 255 255 255;
  --fill-body: 250 250 250;
  --fill-block: 255 255 255;
  --fill-section: 255 255 255;
  --fill-elevated: 255 255 255;
  --fill-placeholder: 229 229 229;
  --fill-skeleton: 115 115 115;
  --fill-backdrop: 23 23 23;
  --fill-nav: 255 255 255;
  --fill-spotlight: 23 23 23;
  --fill-over: 255 255 255;
  --textColor-base: 64 64 64;
  --textColor-base-title: 38 38 38;
  --textColor-base-hover: 38 38 38;
  --textColor-base-focus: 23 23 23;
  --textColor-base-pressed: 23 23 23;
  --textColor-base-disabled: 212 212 212;
  --textColor-base-tone: 64 64 64;
  --textColor-base-tone-title: 38 38 38;
  --textColor-base-tone-hover: 64 64 64;
  --textColor-base-tone-pressed: 38 38 38;
  --textColor-base-tone-disabled: 212 212 212;
  --textColor-base-fill: 255 255 255;
  --textColor-base-fill-title: 255 255 255;
  --textColor-base-fill-hover: 255 255 255;
  --textColor-base-fill-pressed: 255 255 255;
  --textColor-base-fill-disabled: 212 212 212;
  --textColor-primary: 0 158 109;
  --textColor-primary-title: 0 123 85;
  --textColor-primary-hover: 0 123 85;
  --textColor-primary-focus: 0 123 85;
  --textColor-primary-pressed: 0 94 65;
  --textColor-primary-disabled: 212 212 212;
  --textColor-primary-tone: 0 158 109;
  --textColor-primary-tone-title: 0 123 85;
  --textColor-primary-tone-hover: 0 158 109;
  --textColor-primary-tone-pressed: 0 123 85;
  --textColor-primary-tone-disabled: 212 212 212;
  --textColor-primary-fill: 255 255 255;
  --textColor-primary-fill-title: 255 255 255;
  --textColor-primary-fill-hover: 255 255 255;
  --textColor-primary-fill-pressed: 255 255 255;
  --textColor-primary-fill-disabled: 212 212 212;
  --textColor-error: 220 38 38;
  --textColor-error-title: 185 28 28;
  --textColor-error-hover: 185 28 28;
  --textColor-error-focus: 185 28 28;
  --textColor-error-pressed: 153 27 27;
  --textColor-error-disabled: 212 212 212;
  --textColor-error-tone: 220 38 38;
  --textColor-error-tone-title: 185 28 28;
  --textColor-error-tone-hover: 185 28 28;
  --textColor-error-tone-pressed: 153 27 27;
  --textColor-error-tone-disabled: 212 212 212;
  --textColor-error-fill: 255 255 255;
  --textColor-error-fill-title: 255 255 255;
  --textColor-error-fill-hover: 255 255 255;
  --textColor-error-fill-pressed: 255 255 255;
  --textColor-error-fill-disabled: 212 212 212;
  --textColor-success: 22 163 74;
  --textColor-success-title: 21 128 61;
  --textColor-success-hover: 21 128 61;
  --textColor-success-focus: 21 128 61;
  --textColor-success-pressed: 22 101 52;
  --textColor-success-disabled: 212 212 212;
  --textColor-success-tone: 22 163 74;
  --textColor-success-tone-title: 21 128 61;
  --textColor-success-tone-hover: 21 128 61;
  --textColor-success-tone-pressed: 22 101 52;
  --textColor-success-tone-disabled: 212 212 212;
  --textColor-success-fill: 255 255 255;
  --textColor-success-fill-title: 255 255 255;
  --textColor-success-fill-hover: 255 255 255;
  --textColor-success-fill-pressed: 255 255 255;
  --textColor-success-fill-disabled: 212 212 212;
  --textColor-warning: 202 138 4;
  --textColor-warning-title: 161 98 7;
  --textColor-warning-hover: 161 98 7;
  --textColor-warning-focus: 161 98 7;
  --textColor-warning-pressed: 133 77 14;
  --textColor-warning-disabled: 212 212 212;
  --textColor-warning-tone: 202 138 4;
  --textColor-warning-tone-title: 161 98 7;
  --textColor-warning-tone-hover: 161 98 7;
  --textColor-warning-tone-pressed: 133 77 14;
  --textColor-warning-tone-disabled: 212 212 212;
  --textColor-warning-fill: 255 255 255;
  --textColor-warning-fill-title: 255 255 255;
  --textColor-warning-fill-hover: 255 255 255;
  --textColor-warning-fill-pressed: 255 255 255;
  --textColor-warning-fill-disabled: 212 212 212;
  --textColor-info: 37 99 235;
  --textColor-info-title: 29 78 216;
  --textColor-info-hover: 29 78 216;
  --textColor-info-focus: 29 78 216;
  --textColor-info-pressed: 30 64 175;
  --textColor-info-disabled: 212 212 212;
  --textColor-info-tone: 37 99 235;
  --textColor-info-tone-title: 29 78 216;
  --textColor-info-tone-hover: 29 78 216;
  --textColor-info-tone-pressed: 30 64 175;
  --textColor-info-tone-disabled: 212 212 212;
  --textColor-info-fill: 255 255 255;
  --textColor-info-fill-title: 255 255 255;
  --textColor-info-fill-hover: 255 255 255;
  --textColor-info-fill-pressed: 255 255 255;
  --textColor-info-fill-disabled: 212 212 212;
  --textColor-accent: 1 160 150;
  --textColor-accent-title: 6 127 121;
  --textColor-accent-hover: 6 127 121;
  --textColor-accent-focus: 6 127 121;
  --textColor-accent-pressed: 10 101 97;
  --textColor-accent-disabled: 212 212 212;
  --textColor-accent-tone: 1 160 150;
  --textColor-accent-tone-title: 6 127 121;
  --textColor-accent-tone-hover: 6 127 121;
  --textColor-accent-tone-pressed: 10 101 97;
  --textColor-accent-tone-disabled: 212 212 212;
  --textColor-accent-fill: 255 255 255;
  --textColor-accent-fill-title: 255 255 255;
  --textColor-accent-fill-hover: 255 255 255;
  --textColor-accent-fill-pressed: 255 255 255;
  --textColor-accent-fill-disabled: 212 212 212;
  --textColor-spec-currency: 38 38 38;
  --textColor-spec-currency-price: 38 38 38;
  --textColor-spec-currency-price-secondary: 115 115 115;
  --textColor-spec-currency-symbol: 115 115 115;
  --textColor-spec-currency-pair: 115 115 115;
  --textColor-spec-input: 38 38 38;
  --textColor-spec-input-title: 82 82 82;
  --textColor-shape-base: 82 82 82;
  --textColor-shape-base-secondary: 115 115 115;
  --textColor-shape-spec-image-candel: 212 212 212;
  --textColor-shape-spec-icon-arrow: 163 163 163;
  --textColor-shape-primary: 0 203 140;
  --textColor-shape-accent: 1 160 150;
  --textColor-shape-error: 220 38 38;
  --textColor-shape-success: 22 163 74;
  --textColor-shape-warning: 202 138 4;
  --textColor-shape-info: 37 99 235;
  --textColor-link: 0 158 109;
  --textColor-link-hover: 0 123 85;
  --textColor-link-pressed: 0 94 65;
  --textColor-link-disabled: 212 212 212;
  --textColor-main: 64 64 64;
  --textColor-heading: 38 38 38;
  --textColor-title: 38 38 38;
  --textColor-caption: 115 115 115;
  --textColor-description: 163 163 163;
  --textColor-paragraph: 64 64 64;
  --textColor-slug: 115 115 115;
  --textColor-placeholder: 163 163 163;
  --textColor-skeleton: 115 115 115;
  --textColor-disabled: 212 212 212;
  --textColor-inverted: 255 255 255;
  --textColor-effect-base-main: 115 115 115;
  --textColor-effect-primary-main: 0 223 154;
  --textColor-effect-success-main: 34 197 94;
  --textColor-effect-error-main: 239 68 68;
  --textColor-effect-warning-main: 234 179 8;
  --textColor-effect-info-main: 59 130 246;
  --textColor-effect-accent-main: 55 129 129;
  --textColor-effect-shadow-general: 0 0 0;
  --textColor-effect-shadow-medium: 0 0 0;
  --borderColor-base: 212 212 212;
  --borderColor-base-hover: 212 212 212;
  --borderColor-base-focus: 212 212 212;
  --borderColor-base-pressed: 163 163 163;
  --borderColor-base-disabled: 229 229 229;
  --borderColor-base-tone: 0 0 0;
  --borderColor-base-tone-hover: 0 0 0;
  --borderColor-base-tone-pressed: 0 0 0;
  --borderColor-base-tone-disabled: 0 0 0;
  --borderColor-base-fill: 82 82 82;
  --borderColor-base-fill-hover: 64 64 64;
  --borderColor-base-fill-pressed: 38 38 38;
  --borderColor-base-fill-disabled: 245 245 245;
  --borderColor-primary: 0 158 109;
  --borderColor-primary-hover: 0 123 85;
  --borderColor-primary-focus: 0 123 85;
  --borderColor-primary-pressed: 0 94 65;
  --borderColor-primary-disabled: 229 229 229;
  --borderColor-primary-tone: 0 0 0;
  --borderColor-primary-tone-hover: 0 0 0;
  --borderColor-primary-tone-pressed: 0 0 0;
  --borderColor-primary-tone-disabled: 0 0 0;
  --borderColor-primary-fill: 0 203 140;
  --borderColor-primary-fill-hover: 0 158 109;
  --borderColor-primary-fill-pressed: 0 123 85;
  --borderColor-primary-fill-disabled: 245 245 245;
  --borderColor-error: 220 38 38;
  --borderColor-error-hover: 239 68 68;
  --borderColor-error-focus: 239 68 68;
  --borderColor-error-pressed: 185 28 28;
  --borderColor-error-disabled: 229 229 229;
  --borderColor-error-tone: 0 0 0;
  --borderColor-error-tone-hover: 0 0 0;
  --borderColor-error-tone-pressed: 0 0 0;
  --borderColor-error-tone-disabled: 0 0 0;
  --borderColor-error-fill: 220 38 38;
  --borderColor-error-fill-hover: 185 28 28;
  --borderColor-error-fill-pressed: 153 27 27;
  --borderColor-error-fill-disabled: 245 245 245;
  --borderColor-success: 22 163 74;
  --borderColor-success-hover: 34 197 94;
  --borderColor-success-focus: 34 197 94;
  --borderColor-success-pressed: 21 128 61;
  --borderColor-success-disabled: 229 229 229;
  --borderColor-success-tone: 0 0 0;
  --borderColor-success-tone-hover: 0 0 0;
  --borderColor-success-tone-pressed: 0 0 0;
  --borderColor-success-tone-disabled: 0 0 0;
  --borderColor-success-fill: 22 163 74;
  --borderColor-success-fill-hover: 21 128 61;
  --borderColor-success-fill-pressed: 22 101 52;
  --borderColor-success-fill-disabled: 245 245 245;
  --borderColor-warning: 202 138 4;
  --borderColor-warning-hover: 234 179 8;
  --borderColor-warning-focus: 234 179 8;
  --borderColor-warning-pressed: 161 98 7;
  --borderColor-warning-disabled: 229 229 229;
  --borderColor-warning-tone: 0 0 0;
  --borderColor-warning-tone-hover: 0 0 0;
  --borderColor-warning-tone-pressed: 0 0 0;
  --borderColor-warning-tone-disabled: 0 0 0;
  --borderColor-warning-fill: 202 138 4;
  --borderColor-warning-fill-hover: 161 98 7;
  --borderColor-warning-fill-pressed: 133 77 14;
  --borderColor-warning-fill-disabled: 245 245 245;
  --borderColor-info: 37 99 235;
  --borderColor-info-hover: 59 130 246;
  --borderColor-info-focus: 59 130 246;
  --borderColor-info-pressed: 29 78 216;
  --borderColor-info-disabled: 229 229 229;
  --borderColor-info-tone: 0 0 0;
  --borderColor-info-tone-hover: 0 0 0;
  --borderColor-info-tone-pressed: 0 0 0;
  --borderColor-info-tone-disabled: 0 0 0;
  --borderColor-info-fill: 37 99 235;
  --borderColor-info-fill-hover: 29 78 216;
  --borderColor-info-fill-pressed: 30 64 175;
  --borderColor-info-fill-disabled: 245 245 245;
  --borderColor-accent: 1 160 150;
  --borderColor-accent-hover: 5 199 183;
  --borderColor-accent-focus: 5 199 183;
  --borderColor-accent-pressed: 6 127 121;
  --borderColor-accent-disabled: 229 229 229;
  --borderColor-accent-tone: 0 0 0;
  --borderColor-accent-tone-hover: 0 0 0;
  --borderColor-accent-tone-pressed: 0 0 0;
  --borderColor-accent-tone-disabled: 0 0 0;
  --borderColor-accent-fill: 14 83 81;
  --borderColor-accent-fill-hover: 0 51 51;
  --borderColor-accent-fill-pressed: 14 83 81;
  --borderColor-accent-fill-disabled: 245 245 245;
  --borderColor-spec-input: 212 212 212;
  --borderColor-spec-card: 245 245 245;
  --borderColor-main: 229 229 229;
  --borderColor-teritary: 212 212 212;
  --borderColor-quaternary: 163 163 163;
  --borderColor-split: 245 245 245;
  --borderColor-split-secondary: 229 229 229;
  --borderColor-nav: 250 250 250;
  --borderColor-elevated: 255 255 255;
  --borderColor-shape-base: 82 82 82;
  --borderColor-shape-base-secondary: 115 115 115;
  --borderColor-shape-spec-image-candel: 212 212 212;
  --borderColor-shape-spec-icon-arrow: 163 163 163;
  --borderColor-shape-primary: 0 203 140;
  --borderColor-shape-accent: 1 160 150;
  --borderColor-shape-error: 220 38 38;
  --borderColor-shape-success: 22 163 74;
  --borderColor-shape-warning: 202 138 4;
  --borderColor-shape-info: 37 99 235;
  --borderColor-effect-base-main: 115 115 115;
  --borderColor-effect-primary-main: 0 223 154;
  --borderColor-effect-success-main: 34 197 94;
  --borderColor-effect-error-main: 239 68 68;
  --borderColor-effect-warning-main: 234 179 8;
  --borderColor-effect-info-main: 59 130 246;
  --borderColor-effect-accent-main: 55 129 129;
  --borderColor-effect-shadow-general: 0 0 0;
  --borderColor-effect-shadow-medium: 0 0 0;
  --boxShadow-general:  0px 0px 0px 0px rgba(0, 0, 0, 0.03);
  --boxShadow-small: 0 2px 4px rgba(0, 0, 0, 0.08);
  --boxShadow-medium: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
  --boxShadow-large: 0px 4px 30px rgba(0, 0, 0, 0.15);
  --boxShadow-blur: 0px 0px 8px rgba(0, 0, 0, 0.15);
  --boxShadow-popover: 0px 0px 30px rgba(0, 0, 0, 0.1);
  --boxShadow-radio: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  --boxShadow-card: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --boxShadow-button: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --boxShadow-counterIcon: 0px 0px 15px rgba(128, 133, 158, 0.15);
  --boxShadow-listHover: 0px 0px 0px 3px #F2F4FA;;
  --spacing-s: 4;
  --spacing-m: 8;
  --spacing: 16;
  --spacing-2xl: 32;
  --spacing-3xl: 48;
  --spacing-4xl: 64;
  --spacing-5xl: 80;
  --spacing-6xl: 96;
  --spacing-7xl: 112;
  --spacing-8xl: 128;
  --spacing-9xl: 144;
  --spacing-10xl: 160;
  --spacing-11xl: 176;
  --spacing-12xl: 192;
  --spacing-13xl: 208;
}

.dark-mode, [data-theme="dark"] {
  --backgroundColor-base: 0 0 0;
  --backgroundColor-base-hover: 115 115 115;
  --backgroundColor-base-focus: 10 10 10;
  --backgroundColor-base-pressed: 10 10 10;
  --backgroundColor-base-disabled: 38 38 38;
  --backgroundColor-base-tone: 115 115 115;
  --backgroundColor-base-tone-hover: 10 10 10;
  --backgroundColor-base-tone-pressed: 10 10 10;
  --backgroundColor-base-tone-disabled: 38 38 38;
  --backgroundColor-base-fill: 163 163 163;
  --backgroundColor-base-fill-hover: 212 212 212;
  --backgroundColor-base-fill-pressed: 229 229 229;
  --backgroundColor-base-fill-disabled: 38 38 38;
  --backgroundColor-base-shape-base: 82 82 82;
  --backgroundColor-base-shape-base-secondary: 115 115 115;
  --backgroundColor-base-shape-base-tertiary: 64 64 64;
  --backgroundColor-base-shape-base-white: 0 0 0;
  --backgroundColor-base-shape-base-quaternary: 38 38 38;
  --backgroundColor-base-shape-spec-image-candel: 212 212 212;
  --backgroundColor-base-shape-spec-icon-arrow: 163 163 163;
  --backgroundColor-base-shape-primary: 0 203 140;
  --backgroundColor-base-shape-accent: 1 160 150;
  --backgroundColor-base-shape-error: 220 38 38;
  --backgroundColor-base-shape-success: 22 163 74;
  --backgroundColor-base-shape-warning: 202 138 4;
  --backgroundColor-base-shape-info: 37 99 235;
  --backgroundColor-primary: 0 0 0;
  --backgroundColor-primary-hover: 0 223 154;
  --backgroundColor-primary-focus: 0 48 37;
  --backgroundColor-primary-pressed: 0 48 37;
  --backgroundColor-primary-disabled: 38 38 38;
  --backgroundColor-primary-tone: 0 223 154;
  --backgroundColor-primary-tone-hover: 0 48 37;
  --backgroundColor-primary-tone-pressed: 0 48 37;
  --backgroundColor-primary-tone-disabled: 38 38 38;
  --backgroundColor-primary-fill: 51 229 174;
  --backgroundColor-primary-fill-hover: 84 234 187;
  --backgroundColor-primary-fill-pressed: 138 240 209;
  --backgroundColor-primary-fill-disabled: 38 38 38;
  --backgroundColor-error: 0 0 0;
  --backgroundColor-error-hover: 239 68 68;
  --backgroundColor-error-focus: 69 10 10;
  --backgroundColor-error-pressed: 69 10 10;
  --backgroundColor-error-disabled: 38 38 38;
  --backgroundColor-error-tone: 239 68 68;
  --backgroundColor-error-tone-hover: 69 10 10;
  --backgroundColor-error-tone-pressed: 69 10 10;
  --backgroundColor-error-tone-disabled: 38 38 38;
  --backgroundColor-error-fill: 248 113 113;
  --backgroundColor-error-fill-hover: 252 165 165;
  --backgroundColor-error-fill-pressed: 254 202 202;
  --backgroundColor-error-fill-disabled: 38 38 38;
  --backgroundColor-success: 0 0 0;
  --backgroundColor-success-hover: 34 197 94;
  --backgroundColor-success-focus: 5 46 22;
  --backgroundColor-success-pressed: 5 46 22;
  --backgroundColor-success-disabled: 38 38 38;
  --backgroundColor-success-tone: 34 197 94;
  --backgroundColor-success-tone-hover: 5 46 22;
  --backgroundColor-success-tone-pressed: 5 46 22;
  --backgroundColor-success-tone-disabled: 38 38 38;
  --backgroundColor-success-fill: 74 222 128;
  --backgroundColor-success-fill-hover: 134 239 172;
  --backgroundColor-success-fill-pressed: 187 247 208;
  --backgroundColor-success-fill-disabled: 38 38 38;
  --backgroundColor-warning: 0 0 0;
  --backgroundColor-warning-hover: 234 179 8;
  --backgroundColor-warning-focus: 66 32 6;
  --backgroundColor-warning-pressed: 66 32 6;
  --backgroundColor-warning-disabled: 38 38 38;
  --backgroundColor-warning-tone: 234 179 8;
  --backgroundColor-warning-tone-hover: 66 32 6;
  --backgroundColor-warning-tone-pressed: 66 32 6;
  --backgroundColor-warning-tone-disabled: 38 38 38;
  --backgroundColor-warning-fill: 250 204 21;
  --backgroundColor-warning-fill-hover: 253 224 71;
  --backgroundColor-warning-fill-pressed: 254 240 138;
  --backgroundColor-warning-fill-disabled: 38 38 38;
  --backgroundColor-info: 0 0 0;
  --backgroundColor-info-hover: 59 130 246;
  --backgroundColor-info-focus: 23 37 84;
  --backgroundColor-info-pressed: 23 37 84;
  --backgroundColor-info-disabled: 38 38 38;
  --backgroundColor-info-tone: 59 130 246;
  --backgroundColor-info-tone-hover: 23 37 84;
  --backgroundColor-info-tone-pressed: 23 37 84;
  --backgroundColor-info-tone-disabled: 38 38 38;
  --backgroundColor-info-fill: 96 165 250;
  --backgroundColor-info-fill-hover: 147 197 253;
  --backgroundColor-info-fill-pressed: 191 219 254;
  --backgroundColor-info-fill-disabled: 38 38 38;
  --backgroundColor-accent: 0 0 0;
  --backgroundColor-accent-hover: 55 129 129;
  --backgroundColor-accent-focus: 0 51 51;
  --backgroundColor-accent-pressed: 0 51 51;
  --backgroundColor-accent-disabled: 38 38 38;
  --backgroundColor-accent-tone: 55 129 129;
  --backgroundColor-accent-tone-hover: 0 51 51;
  --backgroundColor-accent-tone-pressed: 0 51 51;
  --backgroundColor-accent-tone-disabled: 38 38 38;
  --backgroundColor-accent-fill: 0 51 51;
  --backgroundColor-accent-fill-hover: 14 83 81;
  --backgroundColor-accent-fill-pressed: 10 101 97;
  --backgroundColor-accent-fill-disabled: 38 38 38;
  --backgroundColor-spec-input: 23 23 23;
  --backgroundColor-main: 23 23 23;
  --backgroundColor-body: 10 10 10;
  --backgroundColor-block: 23 23 23;
  --backgroundColor-section: 23 23 23;
  --backgroundColor-elevated: 23 23 23;
  --backgroundColor-placeholder: 38 38 38;
  --backgroundColor-skeleton: 115 115 115;
  --backgroundColor-backdrop: 23 23 23;
  --backgroundColor-nav: 23 23 23;
  --backgroundColor-spotlight: 255 255 255;
  --backgroundColor-shape-base: 163 163 163;
  --backgroundColor-shape-base-secondary: 115 115 115;
  --backgroundColor-shape-spec-image-candel: 33 33 33;
  --backgroundColor-shape-spec-icon-arrow: 82 82 82;
  --backgroundColor-shape-primary: 51 229 174;
  --backgroundColor-shape-accent: 30 227 207;
  --backgroundColor-shape-error: 248 113 113;
  --backgroundColor-shape-success: 74 222 128;
  --backgroundColor-shape-warning: 250 204 21;
  --backgroundColor-shape-info: 96 165 250;
  --backgroundColor-over: 38 38 38;
  --backgroundColor-effect-base-main: 115 115 115;
  --backgroundColor-effect-primary-main: 0 223 154;
  --backgroundColor-effect-success-main: 34 197 94;
  --backgroundColor-effect-error-main: 239 68 68;
  --backgroundColor-effect-warning-main: 234 179 8;
  --backgroundColor-effect-info-main: 59 130 246;
  --backgroundColor-effect-accent-main: 55 129 129;
  --backgroundColor-effect-shadow-general: 0 0 0;
  --backgroundColor-effect-shadow-medium: 0 0 0;
  --fill-base: 0 0 0;
  --fill-base-hover: 115 115 115;
  --fill-base-focus: 10 10 10;
  --fill-base-pressed: 10 10 10;
  --fill-base-disabled: 38 38 38;
  --fill-base-tone: 115 115 115;
  --fill-base-tone-hover: 10 10 10;
  --fill-base-tone-pressed: 10 10 10;
  --fill-base-tone-disabled: 38 38 38;
  --fill-base-fill: 163 163 163;
  --fill-base-fill-hover: 212 212 212;
  --fill-base-fill-pressed: 229 229 229;
  --fill-base-fill-disabled: 38 38 38;
  --fill-base-shape-base: 82 82 82;
  --fill-base-shape-base-secondary: 115 115 115;
  --fill-base-shape-base-tertiary: 64 64 64;
  --fill-base-shape-base-white: 0 0 0;
  --fill-base-shape-base-quaternary: 38 38 38;
  --fill-base-shape-spec-image-candel: 212 212 212;
  --fill-base-shape-spec-icon-arrow: 163 163 163;
  --fill-base-shape-primary: 0 203 140;
  --fill-base-shape-accent: 1 160 150;
  --fill-base-shape-error: 220 38 38;
  --fill-base-shape-success: 22 163 74;
  --fill-base-shape-warning: 202 138 4;
  --fill-base-shape-info: 37 99 235;
  --fill-primary: 0 0 0;
  --fill-primary-hover: 0 223 154;
  --fill-primary-focus: 0 48 37;
  --fill-primary-pressed: 0 48 37;
  --fill-primary-disabled: 38 38 38;
  --fill-primary-tone: 0 223 154;
  --fill-primary-tone-hover: 0 48 37;
  --fill-primary-tone-pressed: 0 48 37;
  --fill-primary-tone-disabled: 38 38 38;
  --fill-primary-fill: 51 229 174;
  --fill-primary-fill-hover: 84 234 187;
  --fill-primary-fill-pressed: 138 240 209;
  --fill-primary-fill-disabled: 38 38 38;
  --fill-error: 0 0 0;
  --fill-error-hover: 239 68 68;
  --fill-error-focus: 69 10 10;
  --fill-error-pressed: 69 10 10;
  --fill-error-disabled: 38 38 38;
  --fill-error-tone: 239 68 68;
  --fill-error-tone-hover: 69 10 10;
  --fill-error-tone-pressed: 69 10 10;
  --fill-error-tone-disabled: 38 38 38;
  --fill-error-fill: 248 113 113;
  --fill-error-fill-hover: 252 165 165;
  --fill-error-fill-pressed: 254 202 202;
  --fill-error-fill-disabled: 38 38 38;
  --fill-success: 0 0 0;
  --fill-success-hover: 34 197 94;
  --fill-success-focus: 5 46 22;
  --fill-success-pressed: 5 46 22;
  --fill-success-disabled: 38 38 38;
  --fill-success-tone: 34 197 94;
  --fill-success-tone-hover: 5 46 22;
  --fill-success-tone-pressed: 5 46 22;
  --fill-success-tone-disabled: 38 38 38;
  --fill-success-fill: 74 222 128;
  --fill-success-fill-hover: 134 239 172;
  --fill-success-fill-pressed: 187 247 208;
  --fill-success-fill-disabled: 38 38 38;
  --fill-warning: 0 0 0;
  --fill-warning-hover: 234 179 8;
  --fill-warning-focus: 66 32 6;
  --fill-warning-pressed: 66 32 6;
  --fill-warning-disabled: 38 38 38;
  --fill-warning-tone: 234 179 8;
  --fill-warning-tone-hover: 66 32 6;
  --fill-warning-tone-pressed: 66 32 6;
  --fill-warning-tone-disabled: 38 38 38;
  --fill-warning-fill: 250 204 21;
  --fill-warning-fill-hover: 253 224 71;
  --fill-warning-fill-pressed: 254 240 138;
  --fill-warning-fill-disabled: 38 38 38;
  --fill-info: 0 0 0;
  --fill-info-hover: 59 130 246;
  --fill-info-focus: 23 37 84;
  --fill-info-pressed: 23 37 84;
  --fill-info-disabled: 38 38 38;
  --fill-info-tone: 59 130 246;
  --fill-info-tone-hover: 23 37 84;
  --fill-info-tone-pressed: 23 37 84;
  --fill-info-tone-disabled: 38 38 38;
  --fill-info-fill: 96 165 250;
  --fill-info-fill-hover: 147 197 253;
  --fill-info-fill-pressed: 191 219 254;
  --fill-info-fill-disabled: 38 38 38;
  --fill-accent: 0 0 0;
  --fill-accent-hover: 55 129 129;
  --fill-accent-focus: 0 51 51;
  --fill-accent-pressed: 0 51 51;
  --fill-accent-disabled: 38 38 38;
  --fill-accent-tone: 55 129 129;
  --fill-accent-tone-hover: 0 51 51;
  --fill-accent-tone-pressed: 0 51 51;
  --fill-accent-tone-disabled: 38 38 38;
  --fill-accent-fill: 0 51 51;
  --fill-accent-fill-hover: 14 83 81;
  --fill-accent-fill-pressed: 10 101 97;
  --fill-accent-fill-disabled: 38 38 38;
  --fill-spec-input: 23 23 23;
  --fill-main: 23 23 23;
  --fill-body: 10 10 10;
  --fill-block: 23 23 23;
  --fill-section: 23 23 23;
  --fill-elevated: 23 23 23;
  --fill-placeholder: 38 38 38;
  --fill-skeleton: 115 115 115;
  --fill-backdrop: 23 23 23;
  --fill-nav: 23 23 23;
  --fill-spotlight: 255 255 255;
  --fill-shape-base: 163 163 163;
  --fill-shape-base-secondary: 115 115 115;
  --fill-shape-spec-image-candel: 33 33 33;
  --fill-shape-spec-icon-arrow: 82 82 82;
  --fill-shape-primary: 51 229 174;
  --fill-shape-accent: 30 227 207;
  --fill-shape-error: 248 113 113;
  --fill-shape-success: 74 222 128;
  --fill-shape-warning: 250 204 21;
  --fill-shape-info: 96 165 250;
  --fill-over: 38 38 38;
  --fill-effect-base-main: 115 115 115;
  --fill-effect-primary-main: 0 223 154;
  --fill-effect-success-main: 34 197 94;
  --fill-effect-error-main: 239 68 68;
  --fill-effect-warning-main: 234 179 8;
  --fill-effect-info-main: 59 130 246;
  --fill-effect-accent-main: 55 129 129;
  --fill-effect-shadow-general: 0 0 0;
  --fill-effect-shadow-medium: 0 0 0;
  --textColor-base: 212 212 212;
  --textColor-base-title: 229 229 229;
  --textColor-base-hover: 229 229 229;
  --textColor-base-focus: 245 245 245;
  --textColor-base-pressed: 245 245 245;
  --textColor-base-disabled: 64 64 64;
  --textColor-base-tone: 212 212 212;
  --textColor-base-tone-title: 229 229 229;
  --textColor-base-tone-hover: 212 212 212;
  --textColor-base-tone-pressed: 229 229 229;
  --textColor-base-tone-disabled: 64 64 64;
  --textColor-base-fill: 0 0 0;
  --textColor-base-fill-title: 0 0 0;
  --textColor-base-fill-hover: 0 0 0;
  --textColor-base-fill-pressed: 0 0 0;
  --textColor-base-fill-disabled: 64 64 64;
  --textColor-primary: 84 234 187;
  --textColor-primary-title: 138 240 209;
  --textColor-primary-hover: 138 240 209;
  --textColor-primary-focus: 138 240 209;
  --textColor-primary-pressed: 176 245 224;
  --textColor-primary-disabled: 64 64 64;
  --textColor-primary-tone: 84 234 187;
  --textColor-primary-tone-title: 138 240 209;
  --textColor-primary-tone-hover: 138 240 209;
  --textColor-primary-tone-pressed: 176 245 224;
  --textColor-primary-tone-disabled: 64 64 64;
  --textColor-primary-fill: 0 0 0;
  --textColor-primary-fill-title: 0 0 0;
  --textColor-primary-fill-hover: 0 0 0;
  --textColor-primary-fill-pressed: 0 0 0;
  --textColor-primary-fill-disabled: 64 64 64;
  --textColor-error: 248 113 113;
  --textColor-error-title: 252 165 165;
  --textColor-error-hover: 252 165 165;
  --textColor-error-focus: 252 165 165;
  --textColor-error-pressed: 254 202 202;
  --textColor-error-disabled: 64 64 64;
  --textColor-error-tone: 248 113 113;
  --textColor-error-tone-title: 252 165 165;
  --textColor-error-tone-hover: 252 165 165;
  --textColor-error-tone-pressed: 254 202 202;
  --textColor-error-tone-disabled: 64 64 64;
  --textColor-error-fill: 0 0 0;
  --textColor-error-fill-title: 0 0 0;
  --textColor-error-fill-hover: 0 0 0;
  --textColor-error-fill-pressed: 0 0 0;
  --textColor-error-fill-disabled: 64 64 64;
  --textColor-success: 74 222 128;
  --textColor-success-title: 134 239 172;
  --textColor-success-hover: 134 239 172;
  --textColor-success-focus: 134 239 172;
  --textColor-success-pressed: 187 247 208;
  --textColor-success-disabled: 64 64 64;
  --textColor-success-tone: 74 222 128;
  --textColor-success-tone-title: 134 239 172;
  --textColor-success-tone-hover: 134 239 172;
  --textColor-success-tone-pressed: 187 247 208;
  --textColor-success-tone-disabled: 64 64 64;
  --textColor-success-fill: 0 0 0;
  --textColor-success-fill-title: 0 0 0;
  --textColor-success-fill-hover: 0 0 0;
  --textColor-success-fill-pressed: 0 0 0;
  --textColor-success-fill-disabled: 64 64 64;
  --textColor-warning: 250 204 21;
  --textColor-warning-title: 253 224 71;
  --textColor-warning-hover: 253 224 71;
  --textColor-warning-focus: 253 224 71;
  --textColor-warning-pressed: 254 240 138;
  --textColor-warning-disabled: 64 64 64;
  --textColor-warning-tone: 250 204 21;
  --textColor-warning-tone-title: 253 224 71;
  --textColor-warning-tone-hover: 253 224 71;
  --textColor-warning-tone-pressed: 254 240 138;
  --textColor-warning-tone-disabled: 64 64 64;
  --textColor-warning-fill: 0 0 0;
  --textColor-warning-fill-title: 0 0 0;
  --textColor-warning-fill-hover: 0 0 0;
  --textColor-warning-fill-pressed: 0 0 0;
  --textColor-warning-fill-disabled: 64 64 64;
  --textColor-info: 96 165 250;
  --textColor-info-title: 147 197 253;
  --textColor-info-hover: 147 197 253;
  --textColor-info-focus: 147 197 253;
  --textColor-info-pressed: 191 219 254;
  --textColor-info-disabled: 64 64 64;
  --textColor-info-tone: 96 165 250;
  --textColor-info-tone-title: 147 197 253;
  --textColor-info-tone-hover: 147 197 253;
  --textColor-info-tone-pressed: 191 219 254;
  --textColor-info-tone-disabled: 64 64 64;
  --textColor-info-fill: 0 0 0;
  --textColor-info-fill-title: 0 0 0;
  --textColor-info-fill-hover: 0 0 0;
  --textColor-info-fill-pressed: 0 0 0;
  --textColor-info-fill-disabled: 64 64 64;
  --textColor-accent: 30 227 207;
  --textColor-accent-title: 81 247 226;
  --textColor-accent-hover: 81 247 226;
  --textColor-accent-focus: 81 247 226;
  --textColor-accent-pressed: 144 255 236;
  --textColor-accent-disabled: 64 64 64;
  --textColor-accent-tone: 30 227 207;
  --textColor-accent-tone-title: 81 247 226;
  --textColor-accent-tone-hover: 81 247 226;
  --textColor-accent-tone-pressed: 144 255 236;
  --textColor-accent-tone-disabled: 64 64 64;
  --textColor-accent-fill: 255 255 255;
  --textColor-accent-fill-title: 255 255 255;
  --textColor-accent-fill-hover: 255 255 255;
  --textColor-accent-fill-pressed: 255 255 255;
  --textColor-accent-fill-disabled: 64 64 64;
  --textColor-spec-currency: 229 229 229;
  --textColor-spec-currency-price: 229 229 229;
  --textColor-spec-currency-price-secondary: 115 115 115;
  --textColor-spec-currency-symbol: 115 115 115;
  --textColor-spec-currency-pair: 115 115 115;
  --textColor-spec-input: 229 229 229;
  --textColor-spec-input-title: 163 163 163;
  --textColor-shape-base: 163 163 163;
  --textColor-shape-base-secondary: 115 115 115;
  --textColor-shape-spec-image-candel: 33 33 33;
  --textColor-shape-spec-icon-arrow: 82 82 82;
  --textColor-shape-primary: 51 229 174;
  --textColor-shape-accent: 30 227 207;
  --textColor-shape-error: 248 113 113;
  --textColor-shape-success: 74 222 128;
  --textColor-shape-warning: 250 204 21;
  --textColor-shape-info: 96 165 250;
  --textColor-link: 84 234 187;
  --textColor-link-hover: 84 234 187;
  --textColor-link-pressed: 176 245 224;
  --textColor-link-disabled: 64 64 64;
  --textColor-main: 212 212 212;
  --textColor-heading: 229 229 229;
  --textColor-title: 229 229 229;
  --textColor-caption: 115 115 115;
  --textColor-description: 82 82 82;
  --textColor-paragraph: 212 212 212;
  --textColor-slug: 115 115 115;
  --textColor-placeholder: 82 82 82;
  --textColor-skeleton: 115 115 115;
  --textColor-disabled: 64 64 64;
  --textColor-inverted: 0 0 0;
  --textColor-effect-base-main: 115 115 115;
  --textColor-effect-primary-main: 0 223 154;
  --textColor-effect-success-main: 34 197 94;
  --textColor-effect-error-main: 239 68 68;
  --textColor-effect-warning-main: 234 179 8;
  --textColor-effect-info-main: 59 130 246;
  --textColor-effect-accent-main: 55 129 129;
  --textColor-effect-shadow-general: 0 0 0;
  --textColor-effect-shadow-medium: 0 0 0;
  --borderColor-base: 64 64 64;
  --borderColor-base-hover: 64 64 64;
  --borderColor-base-focus: 64 64 64;
  --borderColor-base-pressed: 38 38 38;
  --borderColor-base-disabled: 64 64 64;
  --borderColor-base-tone: 0 0 0;
  --borderColor-base-tone-hover: 0 0 0;
  --borderColor-base-tone-pressed: 64 64 64;
  --borderColor-base-tone-disabled: 0 0 0;
  --borderColor-base-fill: 163 163 163;
  --borderColor-base-fill-hover: 212 212 212;
  --borderColor-base-fill-pressed: 229 229 229;
  --borderColor-base-fill-disabled: 38 38 38;
  --borderColor-primary: 84 234 187;
  --borderColor-primary-hover: 138 240 209;
  --borderColor-primary-focus: 138 240 209;
  --borderColor-primary-pressed: 176 245 224;
  --borderColor-primary-disabled: 64 64 64;
  --borderColor-primary-tone: 0 0 0;
  --borderColor-primary-tone-hover: 0 0 0;
  --borderColor-primary-tone-pressed: 0 158 109;
  --borderColor-primary-tone-disabled: 0 0 0;
  --borderColor-primary-fill: 51 229 174;
  --borderColor-primary-fill-hover: 84 234 187;
  --borderColor-primary-fill-pressed: 138 240 209;
  --borderColor-primary-fill-disabled: 38 38 38;
  --borderColor-error: 248 113 113;
  --borderColor-error-hover: 239 68 68;
  --borderColor-error-focus: 239 68 68;
  --borderColor-error-pressed: 185 28 28;
  --borderColor-error-disabled: 64 64 64;
  --borderColor-error-tone: 0 0 0;
  --borderColor-error-tone-hover: 0 0 0;
  --borderColor-error-tone-pressed: 185 28 28;
  --borderColor-error-tone-disabled: 0 0 0;
  --borderColor-error-fill: 248 113 113;
  --borderColor-error-fill-hover: 252 165 165;
  --borderColor-error-fill-pressed: 254 202 202;
  --borderColor-error-fill-disabled: 38 38 38;
  --borderColor-success: 74 222 128;
  --borderColor-success-hover: 34 197 94;
  --borderColor-success-focus: 34 197 94;
  --borderColor-success-pressed: 21 128 61;
  --borderColor-success-disabled: 64 64 64;
  --borderColor-success-tone: 0 0 0;
  --borderColor-success-tone-hover: 0 0 0;
  --borderColor-success-tone-pressed: 21 128 61;
  --borderColor-success-tone-disabled: 0 0 0;
  --borderColor-success-fill: 74 222 128;
  --borderColor-success-fill-hover: 134 239 172;
  --borderColor-success-fill-pressed: 187 247 208;
  --borderColor-success-fill-disabled: 38 38 38;
  --borderColor-warning: 250 204 21;
  --borderColor-warning-hover: 234 179 8;
  --borderColor-warning-focus: 234 179 8;
  --borderColor-warning-pressed: 161 98 7;
  --borderColor-warning-disabled: 64 64 64;
  --borderColor-warning-tone: 0 0 0;
  --borderColor-warning-tone-hover: 0 0 0;
  --borderColor-warning-tone-pressed: 161 98 7;
  --borderColor-warning-tone-disabled: 0 0 0;
  --borderColor-warning-fill: 250 204 21;
  --borderColor-warning-fill-hover: 253 224 71;
  --borderColor-warning-fill-pressed: 254 240 138;
  --borderColor-warning-fill-disabled: 38 38 38;
  --borderColor-info: 96 165 250;
  --borderColor-info-hover: 59 130 246;
  --borderColor-info-focus: 59 130 246;
  --borderColor-info-pressed: 29 78 216;
  --borderColor-info-disabled: 64 64 64;
  --borderColor-info-tone: 0 0 0;
  --borderColor-info-tone-hover: 0 0 0;
  --borderColor-info-tone-pressed: 29 78 216;
  --borderColor-info-tone-disabled: 0 0 0;
  --borderColor-info-fill: 96 165 250;
  --borderColor-info-fill-hover: 147 197 253;
  --borderColor-info-fill-pressed: 191 219 254;
  --borderColor-info-fill-disabled: 38 38 38;
  --borderColor-accent: 30 227 207;
  --borderColor-accent-hover: 5 199 183;
  --borderColor-accent-focus: 5 199 183;
  --borderColor-accent-pressed: 6 127 121;
  --borderColor-accent-disabled: 64 64 64;
  --borderColor-accent-tone: 0 0 0;
  --borderColor-accent-tone-hover: 0 0 0;
  --borderColor-accent-tone-pressed: 6 127 121;
  --borderColor-accent-tone-disabled: 0 0 0;
  --borderColor-accent-fill: 0 51 51;
  --borderColor-accent-fill-hover: 14 83 81;
  --borderColor-accent-fill-pressed: 10 101 97;
  --borderColor-accent-fill-disabled: 38 38 38;
  --borderColor-spec-input: 64 64 64;
  --borderColor-spec-card: 38 38 38;
  --borderColor-main: 38 38 38;
  --borderColor-secondary: 64 64 64;
  --borderColor-teritary: 64 64 64;
  --borderColor-quaternary: 82 82 82;
  --borderColor-split: 38 38 38;
  --borderColor-split-secondary: 64 64 64;
  --borderColor-nav: 38 38 38;
  --borderColor-elevated: 38 38 38;
  --borderColor-shape-base: 163 163 163;
  --borderColor-shape-base-secondary: 115 115 115;
  --borderColor-shape-spec-image-candel: 33 33 33;
  --borderColor-shape-spec-icon-arrow: 82 82 82;
  --borderColor-shape-primary: 51 229 174;
  --borderColor-shape-accent: 30 227 207;
  --borderColor-shape-error: 248 113 113;
  --borderColor-shape-success: 74 222 128;
  --borderColor-shape-warning: 250 204 21;
  --borderColor-shape-info: 96 165 250;
  --borderColor-effect-base-main: 115 115 115;
  --borderColor-effect-primary-main: 0 223 154;
  --borderColor-effect-success-main: 34 197 94;
  --borderColor-effect-error-main: 239 68 68;
  --borderColor-effect-warning-main: 234 179 8;
  --borderColor-effect-info-main: 59 130 246;
  --borderColor-effect-accent-main: 55 129 129;
  --borderColor-effect-shadow-general: 0 0 0;
  --borderColor-effect-shadow-medium: 0 0 0;
  --boxShadow-general:  0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --boxShadow-small: 0 2px 4px rgba(0, 0, 0, 0.08);
  --boxShadow-medium: 0px 0px 0px 0px rgba(0, 0, 0, 0.24);
  --boxShadow-large: 0px 4px 30px rgba(0, 0, 0, 0.15);
  --boxShadow-blur: 0px 0px 8px rgba(0, 0, 0, 0.15);
  --boxShadow-popover: 0px 0px 30px rgba(0, 0, 0, 0.1);
  --boxShadow-radio: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  --boxShadow-card: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --boxShadow-button: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --boxShadow-counterIcon: 0px 0px 15px rgba(128, 133, 158, 0.15);
  --boxShadow-listHover: 0px 0px 0px 3px #F2F4FA;;
  --spacing-s: 4;
  --spacing-m: 8;
  --spacing: 16;
  --spacing-2xl: 32;
  --spacing-3xl: 48;
  --spacing-4xl: 64;
  --spacing-5xl: 80;
  --spacing-6xl: 96;
  --spacing-7xl: 112;
  --spacing-8xl: 128;
  --spacing-9xl: 144;
  --spacing-10xl: 160;
  --spacing-11xl: 176;
  --spacing-12xl: 192;
  --spacing-13xl: 208;
}
  html {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}
  *::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}

  *::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-tertiary) / var(--tw-bg-opacity, 1));
}

  *::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-secondary) / var(--tw-bg-opacity, 1));
}

  *::-webkit-scrollbar-track {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-quaternary) / var(--tw-bg-opacity, 1));
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563EB;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563EB, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563EB;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.flex-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-10 {
  left: -2.5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-2\.5 {
  right: -0.625rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.bottom {
  bottom: 16;
  bottom: var(--spacing);
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[2\%\] {
  bottom: 2%;
}
.end {
  inset-inline-end: 16;
  inset-inline-end: var(--spacing);
}
.left {
  left: 16;
  left: var(--spacing);
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[3\%\] {
  left: 3%;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[40px\] {
  left: 40px;
}
.left-\[48\%\] {
  left: 48%;
}
.left-\[4px\] {
  left: 4px;
}
.right {
  right: 16;
  right: var(--spacing);
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-12px\] {
  right: -12px;
}
.right-\[-14px\] {
  right: -14px;
}
.right-\[11\.5px\] {
  right: 11.5px;
}
.right-\[7px\] {
  right: 7px;
}
.start {
  inset-inline-start: 16;
  inset-inline-start: var(--spacing);
}
.top {
  top: 16;
  top: var(--spacing);
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-52 {
  top: 13rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[11px\] {
  top: 11px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[2\%\] {
  top: 2%;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[88px\] {
  top: 88px;
}
.top-full {
  top: 100%;
}
.\!z-0 {
  z-index: 0 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1299\] {
  z-index: 1299;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.\!m-0 {
  margin: 0px !important;
}
.m {
  margin: 16;
  margin: var(--spacing);
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[55px\] {
  margin-top: 55px;
  margin-bottom: 55px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!mr-\[3\.7rem\] {
  margin-right: 3.7rem !important;
}
.\!mr-auto {
  margin-right: auto !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mr-\[10px\] {
  margin-right: -10px;
}
.-mr-\[14px\] {
  margin-right: -14px;
}
.-mr-\[17px\] {
  margin-right: -17px;
}
.-mr-\[18px\] {
  margin-right: -18px;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.mb {
  margin-bottom: 16;
  margin-bottom: var(--spacing);
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.me {
  margin-inline-end: 16;
  margin-inline-end: var(--spacing);
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[-8px\] {
  margin-right: -8px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-auto {
  margin-right: auto;
}
.ms {
  margin-inline-start: 16;
  margin-inline-start: var(--spacing);
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.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-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[\.35rem\] {
  margin-top: .35rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[1\.8rem\] {
  margin-top: 1.8rem;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size {
  width: 16;
  width: var(--spacing);
  height: 16;
  height: var(--spacing);
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-24 {
  height: 6rem !important;
}
.\!h-\[212px\] {
  height: 212px !important;
}
.\!h-\[246px\] {
  height: 246px !important;
}
.\!h-\[450px\] {
  height: 450px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.\!h-full {
  height: 100% !important;
}
.h {
  height: 16;
  height: var(--spacing);
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[179px\] {
  height: 179px;
}
.h-\[17rem\] {
  height: 17rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[227px\] {
  height: 227px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[274px\] {
  height: 274px;
}
.h-\[284px\] {
  height: 284px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[307px\] {
  height: 307px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[410px\] {
  height: 410px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[442px\] {
  height: 442px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[63px\] {
  height: 63px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[calc\(100\%-20px\)\] {
  height: calc(100% - 20px);
}
.h-\[calc\(100\%-4rem\)\] {
  height: calc(100% - 4rem);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.\!max-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[14rem\] {
  max-height: 14rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(85vh-120px\)\] {
  max-height: calc(85vh - 120px);
}
.max-h-\[calc\(90vh-120px\)\] {
  max-height: calc(90vh - 120px);
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.\!min-h-36 {
  min-height: 9rem !important;
}
.\!min-h-\[760px\] {
  min-height: 760px !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[85px\] {
  min-height: 85px;
}
.min-h-\[calc\(100vh-392px\)\] {
  min-height: calc(100vh - 392px);
}
.min-h-\[calc\(100vh-76px\)\] {
  min-height: calc(100vh - 76px);
}
.min-h-\[calc\(100vh-82px\)\] {
  min-height: calc(100vh - 82px);
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-4\/5 {
  width: 80% !important;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.\!w-\[320px\] {
  width: 320px !important;
}
.\!w-\[325px\] {
  width: 325px !important;
}
.\!w-\[70px\] {
  width: 70px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-full {
  width: 100% !important;
}
.w {
  width: 16;
  width: var(--spacing);
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[113px\] {
  width: 113px;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[248px\] {
  width: 248px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[263px\] {
  width: 263px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[265px\] {
  width: 265px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[274px\] {
  width: 274px;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[29\%\] {
  width: 29%;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[3\%\] {
  width: 3%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[367px\] {
  width: 367px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[395px\] {
  width: 395px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[526px\] {
  width: 526px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(10\%-1\.5rem\)\] {
  width: calc(10% - 1.5rem);
}
.w-\[calc\(100\%-60px\)\] {
  width: calc(100% - 60px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w {
  min-width: 16;
  min-width: var(--spacing);
}
.min-w-0 {
  min-width: 0px;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[132px\] {
  min-width: 132px;
}
.min-w-\[137px\] {
  min-width: 137px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[160\%\] {
  min-width: 160%;
}
.min-w-\[161px\] {
  min-width: 161px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[247px\] {
  min-width: 247px;
}
.min-w-\[262px\] {
  min-width: 262px;
}
.min-w-\[281px\] {
  min-width: 281px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[81px\] {
  min-width: 81px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[247px\] {
  max-width: 247px;
}
.max-w-\[386px\] {
  max-width: 386px;
}
.max-w-\[416px\] {
  max-width: 416px;
}
.max-w-\[462px\] {
  max-width: 462px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[526px\] {
  max-width: 526px;
}
.max-w-\[637px\] {
  max-width: 637px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.\!shrink-0 {
  flex-shrink: 0 !important;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
  transform: translate(-33.333333%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[18px\] {
  --tw-translate-x: -18px;
  transform: translate(-18px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), -0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), -33.333333%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  transform: translate(33.333333%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(0.75rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(1rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[14px\] {
  --tw-translate-x: 14px;
  transform: translate(14px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[21px\] {
  --tw-translate-x: 21px;
  transform: translate(21px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), 33.333333%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[2px\] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), 2px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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));
}
.-rotate-\[55deg\] {
  --tw-rotate: -55deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-55deg) 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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) 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));
}
.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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) 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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes float {

  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(4px, -6px);
  }

  50% {
    transform: translate(-3px, 5px);
  }

  75% {
    transform: translate(5px, -3px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
@keyframes heartbeat {

  0%, 100% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.4);
  }

  28% {
    transform: scale(1.1);
  }

  42% {
    transform: scale(1.4);
  }

  70% {
    transform: scale(1);
  }
}
.animate-heartbeat {
  animation: heartbeat 1.3s ease-in-out infinite;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-stretch {
  justify-content: stretch;
}
.gap {
  gap: 16;
  gap: var(--spacing);
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10\%\] {
  gap: 10%;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.\!rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.6px\] {
  border-width: 1.6px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[26px\] {
  border-width: 26px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
.\!border-base-fill-disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / 1) !important;
  border-color: rgb(var(--borderColor-base-fill-disabled) / var(--tw-border-opacity, 1)) !important;
}
.\!border-brand-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 203 140 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!border-brand-primary-600 {
    border-color: rgb(0 203 140 / var(--tw-border-opacity, 1)) !important;
  }
}
.\!border-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / 1) !important;
  border-color: rgb(var(--borderColor-error) / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!border-red-200 {
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
  }
}
.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!border-red-400 {
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
  }
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!border-red-500 {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  }
}
.\!border-split {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / 1) !important;
  border-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1)) !important;
}
.\!border-success {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / 1) !important;
  border-color: rgb(var(--borderColor-success) / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#80859E\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 133 158 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-\[\#80859E\] {
    border-color: rgb(128 133 158 / var(--tw-border-opacity, 1));
  }
}
.border-\[rgba\(204\2c 250\2c 236\)\] {
  --tw-border-opacity: 1;
  border-color: rgba(204, 250, 236, 1);
  border-color: rgba(204, 250, 236, var(--tw-border-opacity, 1));
}
.border-base {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base) / var(--tw-border-opacity, 1));
}
.border-base-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-base-disabled) / var(--tw-border-opacity, 1));
}
.border-base-fill {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / 1);
  border-color: rgb(var(--borderColor-base-fill) / var(--tw-border-opacity, 1));
}
.border-base-fill-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 1);
  border-color: rgb(var(--borderColor-base-fill-disabled) / var(--tw-border-opacity, 1));
}
.border-base-focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base-focus) / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-blue-200 {
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }
}
.border-brand-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(138 240 209 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-brand-primary-200 {
    border-color: rgb(138 240 209 / var(--tw-border-opacity, 1));
  }
}
.border-brand-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(84 234 187 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-brand-primary-300 {
    border-color: rgb(84 234 187 / var(--tw-border-opacity, 1));
  }
}
.border-brand-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 223 154 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-brand-primary-500 {
    border-color: rgb(0 223 154 / var(--tw-border-opacity, 1));
  }
}
.border-brand-primary-500\/10 {
  border-color: rgb(0 223 154 / 0.1);
}
.border-brand-primary-500\/20 {
  border-color: rgb(0 223 154 / 0.2);
}
.border-brand-primary-500\/30 {
  border-color: rgb(0 223 154 / 0.3);
}
.border-brand-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 203 140 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-brand-primary-600 {
    border-color: rgb(0 203 140 / var(--tw-border-opacity, 1));
  }
}
.border-elevated {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(var(--borderColor-elevated) / var(--tw-border-opacity, 1));
}
.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
  border-color: rgb(var(--borderColor-error) / var(--tw-border-opacity, 1));
}
.border-error-focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(var(--borderColor-error-focus) / var(--tw-border-opacity, 1));
}
.border-error-hover\/10 {
  border-color: rgb(239 68 68 / 0.1);
  border-color: rgb(var(--borderColor-error-hover) / 0.1);
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-grey-300 {
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }
}
.border-info-hover\/10 {
  border-color: rgb(59 130 246 / 0.1);
  border-color: rgb(var(--borderColor-info-hover) / 0.1);
}
.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-main) / var(--tw-border-opacity, 1));
}
.border-nav {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / 1);
  border-color: rgb(var(--borderColor-nav) / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 158 109 / 1);
  border-color: rgb(var(--borderColor-primary) / var(--tw-border-opacity, 1));
}
.border-primary-fill {
  --tw-border-opacity: 1;
  border-color: rgb(0 203 140 / 1);
  border-color: rgb(var(--borderColor-primary-fill) / var(--tw-border-opacity, 1));
}
.border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / 1);
  border-color: rgb(var(--borderColor-quaternary) / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-red-200 {
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-red-500 {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-red-600 {
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }
}
.border-spec-card {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 1);
  border-color: rgb(var(--borderColor-spec-card) / var(--tw-border-opacity, 1));
}
.border-spec-input {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-spec-input) / var(--tw-border-opacity, 1));
}
.border-split {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 1);
  border-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
}
.border-split-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-split-secondary) / var(--tw-border-opacity, 1));
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / 1);
  border-color: rgb(var(--borderColor-success) / var(--tw-border-opacity, 1));
}
.border-success-focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  border-color: rgb(var(--borderColor-success-focus) / var(--tw-border-opacity, 1));
}
.border-teritary {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-teritary) / var(--tw-border-opacity, 1));
}
.border-warning-hover\/10 {
  border-color: rgb(234 179 8 / 0.1);
  border-color: rgb(var(--borderColor-warning-hover) / 0.1);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-yellow-200 {
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-yellow-300 {
    border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }
}
.border-b-split {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
}
.border-t-dark-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.border-t-dark-50 {
    border-top-color: rgb(242 244 250 / var(--tw-border-opacity, 1));
  }
}
.border-t-nav {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / 1);
  border-top-color: rgb(var(--borderColor-nav) / var(--tw-border-opacity, 1));
}
.\!bg-base-disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / 1) !important;
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-base-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / 1) !important;
  background-color: rgb(var(--backgroundColor-base-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-body {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / 1) !important;
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brand-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 229 174 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!bg-brand-primary-400 {
    background-color: rgb(51 229 174 / var(--tw-bg-opacity, 1)) !important;
  }
}
.\!bg-brand-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 94 65 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!bg-brand-primary-900 {
    background-color: rgb(0 94 65 / var(--tw-bg-opacity, 1)) !important;
  }
}
.\!bg-dark-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 59 79 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!bg-dark-700 {
    background-color: rgb(55 59 79 / var(--tw-bg-opacity, 1)) !important;
  }
}
.\!bg-elevated {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-elevated) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-error-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / 1) !important;
  background-color: rgb(var(--backgroundColor-error-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-info-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / 1) !important;
  background-color: rgb(var(--backgroundColor-info-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary {
  background-color: rgb(0 0 0 / 0) !important;
  background-color: rgb(var(--backgroundColor-primary) / 0) !important;
}
.\!bg-primary-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 203 140 / 1) !important;
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-tone {
  background-color: rgb(0 223 154 / 0.1) !important;
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!bg-red-500 {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
  }
}
.\!bg-spec-input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-spec-input) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-success-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / 1) !important;
  background-color: rgb(var(--backgroundColor-success-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-warning-fill {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / 1) !important;
  background-color: rgb(var(--backgroundColor-warning-fill) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!bg-yellow-600 {
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1)) !important;
  }
}
.bg-\[\#00DF9A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 223 154 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#00DF9A\] {
    background-color: rgb(0 223 154 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#00df9a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 223 154 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#00df9a\] {
    background-color: rgb(0 223 154 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#2463eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#2463eb\] {
    background-color: rgb(36 99 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#316F70\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 111 112 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#316F70\] {
    background-color: rgb(49 111 112 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#B5BCDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 188 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#B5BCDB\] {
    background-color: rgb(181 188 219 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#D3D6E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 214 227 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#D3D6E3\] {
    background-color: rgb(211 214 227 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#c8cad5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 202 213 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-\[\#c8cad5\] {
    background-color: rgb(200 202 213 / var(--tw-bg-opacity, 1));
  }
}
.bg-accent-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(14 83 81 / 1);
  background-color: rgb(var(--backgroundColor-accent-fill) / var(--tw-bg-opacity, 1));
}
.bg-backdrop {
  background-color: rgb(23 23 23 / 0.7);
  background-color: rgb(var(--backgroundColor-backdrop) / 0.7);
}
.bg-base {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-base) / 0);
}
.bg-base-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
}
.bg-base-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / 1);
  background-color: rgb(var(--backgroundColor-base-fill) / var(--tw-bg-opacity, 1));
}
.bg-base-fill-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-disabled) / var(--tw-bg-opacity, 1));
}
.bg-base-fill-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-hover) / var(--tw-bg-opacity, 1));
}
.bg-base-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-base-focus) / var(--tw-bg-opacity, 1));
}
.bg-base-pressed {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-pressed) / var(--tw-bg-opacity, 1));
}
.bg-base-shape-base-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-quaternary) / var(--tw-bg-opacity, 1));
}
.bg-base-shape-base-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-tertiary) / var(--tw-bg-opacity, 1));
}
.bg-base-shape-base-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-white) / var(--tw-bg-opacity, 1));
}
.bg-base-shape-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-primary) / var(--tw-bg-opacity, 1));
}
.bg-base-tone {
  background-color: rgb(115 115 115 / 0.1);
  background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
}
.bg-base-tone-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-disabled) / var(--tw-bg-opacity, 1));
}
.bg-block {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-block) / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-100 {
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-50 {
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-500 {
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-600 {
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}
.bg-body\/50 {
  background-color: rgb(250 250 250 / 0.5);
  background-color: rgb(var(--backgroundColor-body) / 0.5);
}
.bg-brand-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-brand-primary-600 {
    background-color: rgb(0 203 140 / var(--tw-bg-opacity, 1));
  }
}
.bg-dark-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 214 227 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-dark-100 {
    background-color: rgb(211 214 227 / var(--tw-bg-opacity, 1));
  }
}
.bg-dark-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 109 135 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-dark-500 {
    background-color: rgb(104 109 135 / var(--tw-bg-opacity, 1));
  }
}
.bg-dark-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 83 107 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-dark-600 {
    background-color: rgb(78 83 107 / var(--tw-bg-opacity, 1));
  }
}
.bg-dark-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 59 79 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-dark-700 {
    background-color: rgb(55 59 79 / var(--tw-bg-opacity, 1));
  }
}
.bg-dark-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 48 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-dark-800 {
    background-color: rgb(31 34 48 / var(--tw-bg-opacity, 1));
  }
}
.bg-elevated {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-elevated) / var(--tw-bg-opacity, 1));
}
.bg-error {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-error) / 0);
}
.bg-error-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(var(--backgroundColor-error-fill) / var(--tw-bg-opacity, 1));
}
.bg-error-fill\/25 {
  background-color: rgb(220 38 38 / 0.25);
  background-color: rgb(var(--backgroundColor-error-fill) / 0.25);
}
.bg-error-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(var(--backgroundColor-error-focus) / var(--tw-bg-opacity, 1));
}
.bg-error-tone {
  background-color: rgb(239 68 68 / 0.1);
  background-color: rgb(var(--backgroundColor-error-tone) / 0.1);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-green-100 {
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }
}
.bg-info-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(var(--backgroundColor-info-fill) / var(--tw-bg-opacity, 1));
}
.bg-info-fill\/25 {
  background-color: rgb(37 99 235 / 0.25);
  background-color: rgb(var(--backgroundColor-info-fill) / 0.25);
}
.bg-info-tone {
  background-color: rgb(59 130 246 / 0.1);
  background-color: rgb(var(--backgroundColor-info-tone) / 0.1);
}
.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
}
.bg-main\/10 {
  background-color: rgb(255 255 255 / 0.1);
  background-color: rgb(var(--backgroundColor-main) / 0.1);
}
.bg-main\/15 {
  background-color: rgb(255 255 255 / 0.15);
  background-color: rgb(var(--backgroundColor-main) / 0.15);
}
.bg-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-nav) / var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-orange-200 {
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-over {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-over) / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-primary) / 0);
}
.bg-primary-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
}
.bg-primary-fill\/10 {
  background-color: rgb(0 203 140 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-fill) / 0.1);
}
.bg-primary-tone {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}
.bg-primary-tone\/25 {
  background-color: rgb(0 223 154 / 0.25);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.25);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-red-50 {
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-red-500 {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-red-600 {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }
}
.bg-spec-input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-spec-input) / var(--tw-bg-opacity, 1));
}
.bg-success {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-success) / 0);
}
.bg-success-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(var(--backgroundColor-success-fill) / var(--tw-bg-opacity, 1));
}
.bg-success-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(var(--backgroundColor-success-focus) / var(--tw-bg-opacity, 1));
}
.bg-success-tone {
  background-color: rgb(34 197 94 / 0.1);
  background-color: rgb(var(--backgroundColor-success-tone) / 0.1);
}
.bg-warning-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / 1);
  background-color: rgb(var(--backgroundColor-warning-fill) / var(--tw-bg-opacity, 1));
}
.bg-warning-fill\/25 {
  background-color: rgb(202 138 4 / 0.25);
  background-color: rgb(var(--backgroundColor-warning-fill) / 0.25);
}
.bg-warning-tone {
  background-color: rgb(234 179 8 / 0.1);
  background-color: rgb(var(--backgroundColor-warning-tone) / 0.1);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-100 {
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-50 {
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#00DF9A\] {
  --tw-gradient-from: #00DF9A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 223 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#B0F5E0\] {
  --tw-gradient-to: #B0F5E0 var(--tw-gradient-to-position);
}
.bg-\[length\:100\%\] {
  background-size: 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.\!bg-fixed {
  background-attachment: fixed !important;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-\[100\%_-100px\] {
  background-position: 100% -100px;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-base-fill {
  fill: rgb(82 82 82 / 1);
  fill: rgb(var(--fill-base-fill) / 1);
}
.fill-error-fill {
  fill: rgb(220 38 38 / 1);
  fill: rgb(var(--fill-error-fill) / 1);
}
.fill-info-fill {
  fill: rgb(37 99 235 / 1);
  fill: rgb(var(--fill-info-fill) / 1);
}
.fill-primary-fill {
  fill: rgb(0 203 140 / 1);
  fill: rgb(var(--fill-primary-fill) / 1);
}
.fill-warning-fill {
  fill: rgb(202 138 4 / 1);
  fill: rgb(var(--fill-warning-fill) / 1);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.p {
  padding: 16;
  padding: var(--spacing);
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.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;
}
.p-\[0\.2px\] {
  padding: 0.2px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[7px\] {
  padding: 7px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.\!py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px {
  padding-left: 16;
  padding-left: var(--spacing);
  padding-right: 16;
  padding-right: var(--spacing);
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-8 {
  padding-bottom: 2rem !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.\!pl-2\.5 {
  padding-left: 0.625rem !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pl-5 {
  padding-left: 1.25rem !important;
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.\!pl-9 {
  padding-left: 2.25rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-2\.5 {
  padding-right: 0.625rem !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-10 {
  padding-top: 2.5rem !important;
}
.\!pt-4 {
  padding-top: 1rem !important;
}
.\!pt-9 {
  padding-top: 2.25rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[6rem\] {
  padding-bottom: 6rem;
}
.pb-\[84px\] {
  padding-bottom: 84px;
}
.pb-\[8rem\] {
  padding-bottom: 8rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[0\.69rem\] {
  padding-left: 0.69rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-\[1\%\] {
  padding-right: 1%;
}
.pr-\[50\%\] {
  padding-right: 50%;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[196\%\] {
  padding-top: 196%;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[73px\] {
  padding-top: 73px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.\!text-start {
  text-align: start !important;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.\!font-sans {
  font-family: var(--font-iransansX) !important;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: var(--font-iransansX);
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xs {
  font-size: 0.63rem;
  line-height: 0.875rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-regular {
  font-weight: 400;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[4rem\] {
  line-height: 4rem;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-base-fill {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(var(--textColor-base-fill) / var(--tw-text-opacity, 1)) !important;
}
.\!text-caption {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / 1) !important;
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1)) !important;
}
.\!text-description {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / 1) !important;
  color: rgb(var(--textColor-description) / var(--tw-text-opacity, 1)) !important;
}
.\!text-disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / 1) !important;
  color: rgb(var(--textColor-disabled) / var(--tw-text-opacity, 1)) !important;
}
.\!text-error {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / 1) !important;
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1)) !important;
}
.\!text-error-fill {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(var(--textColor-error-fill) / var(--tw-text-opacity, 1)) !important;
}
.\!text-grey-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!text-grey-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}
.\!text-info {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / 1) !important;
  color: rgb(var(--textColor-info) / var(--tw-text-opacity, 1)) !important;
}
.\!text-info-fill {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(var(--textColor-info-fill) / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 158 109 / 1) !important;
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 123 85 / 1) !important;
  color: rgb(var(--textColor-primary-title) / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / 1) !important;
}
@supports (color: rgb(0 0 0 / 0)) {
.\!text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
  }
}
.\!text-spec-input {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / 1) !important;
  color: rgb(var(--textColor-spec-input) / var(--tw-text-opacity, 1)) !important;
}
.\!text-success-fill {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(var(--textColor-success-fill) / var(--tw-text-opacity, 1)) !important;
}
.\!text-title {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / 1) !important;
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1)) !important;
}
.\!text-warning {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / 1) !important;
  color: rgb(var(--textColor-warning) / var(--tw-text-opacity, 1)) !important;
}
.\!text-warning-fill {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(var(--textColor-warning-fill) / var(--tw-text-opacity, 1)) !important;
}
.text-base {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}
.text-base-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}
.text-base-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill) / var(--tw-text-opacity, 1));
}
.text-base-fill-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-fill-disabled) / var(--tw-text-opacity, 1));
}
.text-base-fill-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill-title) / var(--tw-text-opacity, 1));
}
.text-base-focus {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(var(--textColor-base-focus) / var(--tw-text-opacity, 1));
}
.text-base-pressed {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(var(--textColor-base-pressed) / var(--tw-text-opacity, 1));
}
.text-base-title {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-title) / var(--tw-text-opacity, 1));
}
.text-base-tone {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base-tone) / var(--tw-text-opacity, 1));
}
.text-base-tone-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-tone-disabled) / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-300 {
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-500 {
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-600 {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-700 {
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-blue-800 {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(84 234 187 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-300 {
    color: rgb(84 234 187 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(51 229 174 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-400 {
    color: rgb(51 229 174 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 223 154 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-500 {
    color: rgb(0 223 154 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(0 203 140 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-600 {
    color: rgb(0 203 140 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-800 {
    color: rgb(0 123 85 / var(--tw-text-opacity, 1));
  }
}
.text-brand-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-brand-primary-900 {
    color: rgb(0 94 65 / var(--tw-text-opacity, 1));
  }
}
.text-caption {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}
.text-dark-200 {
  --tw-text-opacity: 1;
  color: rgb(182 185 204 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-200 {
    color: rgb(182 185 204 / var(--tw-text-opacity, 1));
  }
}
.text-dark-400 {
  --tw-text-opacity: 1;
  color: rgb(128 133 158 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-400 {
    color: rgb(128 133 158 / var(--tw-text-opacity, 1));
  }
}
.text-dark-500 {
  --tw-text-opacity: 1;
  color: rgb(104 109 135 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-500 {
    color: rgb(104 109 135 / var(--tw-text-opacity, 1));
  }
}
.text-dark-600 {
  --tw-text-opacity: 1;
  color: rgb(78 83 107 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-600 {
    color: rgb(78 83 107 / var(--tw-text-opacity, 1));
  }
}
.text-dark-700 {
  --tw-text-opacity: 1;
  color: rgb(55 59 79 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-700 {
    color: rgb(55 59 79 / var(--tw-text-opacity, 1));
  }
}
.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-dark-grey {
    color: rgb(113 113 113 / var(--tw-text-opacity, 1));
  }
}
.text-description {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(var(--textColor-description) / var(--tw-text-opacity, 1));
}
.text-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-disabled) / var(--tw-text-opacity, 1));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}
.text-error-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill) / var(--tw-text-opacity, 1));
}
.text-error-title {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-title) / var(--tw-text-opacity, 1));
}
.text-error-tone {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error-tone) / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-green-700 {
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-grey-300 {
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }
}
.text-grey-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-grey-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.text-grey-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-grey-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-grey-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-grey-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-heading {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-heading) / var(--tw-text-opacity, 1));
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info) / var(--tw-text-opacity, 1));
}
.text-info-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-info-fill) / var(--tw-text-opacity, 1));
}
.text-info-title {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(var(--textColor-info-title) / var(--tw-text-opacity, 1));
}
.text-info-tone {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info-tone) / var(--tw-text-opacity, 1));
}
.text-inverted {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-inverted) / var(--tw-text-opacity, 1));
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-link) / var(--tw-text-opacity, 1));
}
.text-main {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-main) / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-300 {
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-500 {
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-orange-800 {
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }
}
.text-paragraph {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-paragraph) / var(--tw-text-opacity, 1));
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-pink-300 {
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }
}
.text-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(var(--textColor-placeholder) / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}
.text-primary-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-primary-disabled) / var(--tw-text-opacity, 1));
}
.text-primary-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill) / var(--tw-text-opacity, 1));
}
.text-primary-pressed {
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / 1);
  color: rgb(var(--textColor-primary-pressed) / var(--tw-text-opacity, 1));
}
.text-primary-title {
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-title) / var(--tw-text-opacity, 1));
}
.text-primary-tone {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary-tone) / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-purple-300 {
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-400 {
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-700 {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-red-800 {
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }
}
.text-shape-base-secondary {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-shape-base-secondary) / var(--tw-text-opacity, 1));
}
.text-shape-error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-shape-error) / var(--tw-text-opacity, 1));
}
.text-shape-info {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-shape-info) / var(--tw-text-opacity, 1));
}
.text-shape-primary {
  --tw-text-opacity: 1;
  color: rgb(0 203 140 / 1);
  color: rgb(var(--textColor-shape-primary) / var(--tw-text-opacity, 1));
}
.text-shape-spec-icon-arrow {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(var(--textColor-shape-spec-icon-arrow) / var(--tw-text-opacity, 1));
}
.text-shape-warning {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-shape-warning) / var(--tw-text-opacity, 1));
}
.text-slug {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-slug) / var(--tw-text-opacity, 1));
}
.text-spec-currency {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-spec-currency) / var(--tw-text-opacity, 1));
}
.text-spec-currency-pair {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-spec-currency-pair) / var(--tw-text-opacity, 1));
}
.text-spec-currency-price {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-spec-currency-price) / var(--tw-text-opacity, 1));
}
.text-spec-currency-symbol {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-spec-currency-symbol) / var(--tw-text-opacity, 1));
}
.text-spec-input {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-spec-input) / var(--tw-text-opacity, 1));
}
.text-spec-input-title {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / 1);
  color: rgb(var(--textColor-spec-input-title) / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success) / var(--tw-text-opacity, 1));
}
.text-success-disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-success-disabled) / var(--tw-text-opacity, 1));
}
.text-success-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-success-fill) / var(--tw-text-opacity, 1));
}
.text-success-pressed {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(var(--textColor-success-pressed) / var(--tw-text-opacity, 1));
}
.text-success-title {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-title) / var(--tw-text-opacity, 1));
}
.text-success-tone {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success-tone) / var(--tw-text-opacity, 1));
}
.text-title {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning) / var(--tw-text-opacity, 1));
}
.text-warning-fill {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-warning-fill) / var(--tw-text-opacity, 1));
}
.text-warning-tone {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning-tone) / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-300 {
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-500 {
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-700 {
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-800 {
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-900 {
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-grey-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder-grey-300::-moz-placeholder {
    color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
  }
}
.placeholder-grey-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / 1);
}
.placeholder-grey-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / 1);
}
@supports (color: rgb(0 0 0 / 0)) {
.placeholder-grey-300::-moz-placeholder {
    color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
  }
.placeholder-grey-300::placeholder {
    color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
  }
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[\.8\] {
  opacity: .8;
}
.opacity-\[0\.1\] {
  opacity: 0.1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-button {
  --tw-shadow: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --tw-shadow-colored: 0px 3px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  --tw-shadow-colored: 0px 3px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-general {
  --tw-shadow: var(--boxShadow-general);
  --tw-shadow-colored: var(--boxShadow-general);
  box-shadow: 0 0 #0000, 0 0 #0000,  0px 0px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-medium {
  --tw-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  --tw-shadow-colored: 0px 0px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-radio {
  --tw-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0px 2px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) 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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* remove autofilled input style */

html {
  scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition:
    background-color 600000s 0s,
    color 600000s 0s;
  transition:
    background-color 600000s 0s,
    color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

.MuiPopover-root.custom-popover {
  position: static !important;
}

/* Toastify */
.Toastify__toast-container {
  height: 69px;
}

@media screen and (min-width: 720px) {
  .Toastify__toast-container {
    min-width: 395px;
  }
}
.Toastify__toast-icon {
  margin-left: 10px !important;
}
/*  */

.panel-menuItem-title {
  position: relative;
  margin-right: 2.5rem;
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.panel-menuItem-title::after {
  position: absolute;
  top: 1.25rem;
  right: 0px;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.5rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(104 109 135 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.panel-menuItem-title::after {
    background-color: rgb(104 109 135 / var(--tw-bg-opacity, 1));
  }
}
.active-menuItem-icon>* {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}
.de-active-menuItem-icon>* {
  fill: #B6B9CC;
}

/* DatePicker */
.rmdp-container {
  width: 100% !important;
}

.rmdp-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  border-style: none !important;
  background-color: rgb(0 0 0 / 0) !important;
  background-color: rgb(var(--backgroundColor-base) / 0) !important;
}

.rmdp-header-values {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / 1) !important;
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1)) !important;
}

.rmdp-arrow {
  height: 0.5rem !important;
  width: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 64 64 / 1) !important;
  border-color: rgb(var(--borderColor-base-fill-hover) / var(--tw-border-opacity, 1)) !important;
}

.rmdp-arrow-container {
  padding-top: 0.125rem !important;
}

.rmdp-arrow-container:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.rmdp-week-day {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / 1) !important;
  color: rgb(var(--textColor-description) / var(--tw-text-opacity, 1)) !important;
}

.rmdp-week .rmdp-day:last-child span {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / 1) !important;
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1)) !important;
}

.rmdp-day {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / 1) !important;
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1)) !important;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rmdp-day.rmdp-disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / 1) !important;
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1)) !important;
}

.rmdp-day.rmdp-today span,
.rmdp-day.rmdp-selected span {
  border-radius: 0.375rem !important;
  background-color: rgb(0 223 154 / 0.1) !important;
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 158 109 / 1) !important;
  color: rgb(var(--textColor-primary-tone) / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover {
  border-radius: 0.375rem !important;
  background-color: rgb(0 223 154 / 0.1) !important;
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 158 109 / 1) !important;
  color: rgb(var(--textColor-primary-tone) / var(--tw-text-opacity, 1)) !important;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rmdp-month-picker,
.rmdp-year-picker {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
}

/*  */

.dir-ltr {
  direction: ltr;
}

/* gradients */

.bg-gradient-1 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0299F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 153 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00DF9A var(--tw-gradient-to-position);
}

.bg-gradient-2 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #07103A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 16 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #11278B var(--tw-gradient-to-position);
}

.bg-gradient-3 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2EA982 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 169 130 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3dc29991 var(--tw-gradient-to-position);
}

.bg-gradient-3-inverse {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3dc29991 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 194 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2EA982 var(--tw-gradient-to-position);
}

.bg-gradient-4 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2E7DA9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 125 169 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3d92c291 var(--tw-gradient-to-position);
}

.bg-gradient-4-inverse {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3d92c291 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 146 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2E7DA9 var(--tw-gradient-to-position);
}

.bg-gradient-5 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8162D7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 98 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5e5cc891 var(--tw-gradient-to-position);
}

.bg-gradient-5-inverse {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #5e5cc891 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 92 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #8162D7 var(--tw-gradient-to-position);
}

.bg-gradient-6 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f2f4fa00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #9A9EB5 var(--tw-gradient-to-position);
}

.bg-gradient-6-dark {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #373b4f00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 59 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #373B4F var(--tw-gradient-to-position);
}

.bg-gradient-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #B0F5E0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(176 245 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00DF9A var(--tw-gradient-to-position);
}

.bg-gradient-primary-dark {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #005E41 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 94 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #009E6D var(--tw-gradient-to-position);
}

@keyframes rotate-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.infinite-rotation {
  animation: rotate-anim 0.8s linear infinite;
}

.price-up-animate {
  animation: AnimateUpPrice 1s ease;
}

@keyframes AnimateUpPrice {
  0% {
    color: #4e536b;
  }
  50% {
    color: #00cb8c;
  }
  100% {
    color: #4e536b;
  }
}

.price-down-animate {
  animation: AnimateDownPrice 1s ease;
}

@keyframes AnimateDownPrice {
  0% {
    color: #4e536b;
  }
  50% {
    color: #e81736;
  }
  100% {
    color: #4e536b;
  }
}

.swiper-slide:not(.multiple-slides) {
  opacity: 0 !important;
}

.swiper-slide:not(.multiple-slides).swiper-slide-active {
  opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #00cb8c;
  transition: 0.3s all ease;
  border-radius: 5px !important;
}

@media screen and (min-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 10px !important;
    width: 20px !important;
  }

  .swiper-pagination {
    position: absolute !important;
    top: 0 !important;
    left: 17% !important;
    transform: rotate(90deg) !important;
  }
}

@media screen and (min-width: 0px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }

  .swiper-pagination {
    position: absolute;
    top: auto;
    left: auto;
    transform: rotate(0deg);
  }
}

.between-lines:before {
  content: '';
  border: 1px dashed #d3d6e3;
  position: absolute;
  width: 30%;
  top: 8px;
  left: -15px;
}

.between-lines:after {
  content: '';
  border: 1px dashed #d3d6e3;
  width: 30%;
  position: absolute;
  top: 8px;
  right: -15px;
}

#widget-container {
  border: none !important;
}

.order-book-animation {
  animation: GradientAnimation 1.25s ease;
}

@keyframes GradientAnimation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 100%;
  }
}

.swiper-wrapper {
  z-index: 11 !important;
}

.bottom-nav {
  transform: translateY(100%);
  transition: transform ease-out 0.15s;
}

.bottom-nav.is-open {
  transform: translateY(0);
  transition: transform ease-in 0.15s;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.fade {
  -webkit-mask:
    linear-gradient(to top, #fff, #fff) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, #fff) bottom / 100% 40%;
  -webkit-mask:
    linear-gradient(to top, #fff, var(--t, #fff)) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, var(--b, #fff)) bottom / 100% 40%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask:
    linear-gradient(to top, #fff, #fff) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, #fff) bottom / 100% 40%;
          mask:
    linear-gradient(to top, #fff, #fff) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, #fff) bottom / 100% 40%;
  -webkit-mask:
    linear-gradient(to top, #fff, var(--t, #fff)) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, var(--b, #fff)) bottom / 100% 40%;
          mask:
    linear-gradient(to top, #fff, var(--t, #fff)) top / 100% 40%,
    linear-gradient(#fff, #fff) center / 100% 40%,
    linear-gradient(to bottom, #fff, var(--b, #fff)) bottom / 100% 40%;
  mask-repeat: no-repeat;
}

.top {
  --t: transparent;
}

.bottom {
  --b: transparent;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.chip {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  font-weight: 500;
}

/* CHIP SIZES*/

.chip-lg {
  height: 2rem;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 25px;
}

.chip-md {
  height: 26px;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.5;
}

.chip-sm {
  height: 18px;
  border-radius: 0.25rem;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  line-height: 1.5;
}

/* CHIP TYPES */

.chip-primary-success {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-success {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-primary-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-warning {
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-primary-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-danger {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-primary-info {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-info {
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-primary-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(78 83 107 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-secondary {
    background-color: rgb(78 83 107 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-primary-natural {
  --tw-bg-opacity: 1;
  background-color: rgb(55 59 79 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-primary-natural {
    background-color: rgb(55 59 79 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.chip-secondary-success {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-title) / var(--tw-text-opacity, 1));
}

.chip-secondary-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning) / var(--tw-text-opacity, 1));
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-secondary-warning {
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }
}

.chip-secondary-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-secondary-danger {
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}

.chip-secondary-info {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.chip-secondary-info {
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}

.chip-secondary-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.chip-secondary-natural {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-chat {
  display: none !important;
}

.show-chat {
  display: flex !important;
}

/* BUTTON TYPES & VARIANTS */

.btn-base-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / 1);
  background-color: rgb(var(--backgroundColor-base-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill) / var(--tw-text-opacity, 1));
}

.btn-base-fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill-hover) / var(--tw-text-opacity, 1));
}

.btn-base-fill:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill-pressed) / var(--tw-text-opacity, 1));
}

.btn-base-tone {
  background-color: rgb(115 115 115 / 0.1);
  background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base-tone) / var(--tw-text-opacity, 1));
}

.btn-base-tone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base-tone-hover) / var(--tw-text-opacity, 1));
}

.btn-base-tone:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-tone-pressed) / var(--tw-text-opacity, 1));
}

.btn-base-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base) / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-base) / 0);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}

.btn-base-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base-hover) / var(--tw-border-opacity, 1));
  background-color: rgb(250 250 250 / 0.1);
  background-color: rgb(var(--backgroundColor-base-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-hover) / var(--tw-text-opacity, 1));
}

.btn-base-default:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / 1);
  border-color: rgb(var(--borderColor-base-pressed) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(var(--textColor-base-pressed) / var(--tw-text-opacity, 1));
}

.btn-base-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-base) / 0);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}

.btn-base-text:hover {
  background-color: rgb(250 250 250 / 0.1);
  background-color: rgb(var(--backgroundColor-base-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-hover) / var(--tw-text-opacity, 1));
}

.btn-base-text:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(var(--textColor-base-pressed) / var(--tw-text-opacity, 1));
}

.btn-primary-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill) / var(--tw-text-opacity, 1));
}

.btn-primary-fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 109 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-hover) / var(--tw-text-opacity, 1));
}

.btn-primary-fill:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 85 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-pressed) / var(--tw-text-opacity, 1));
}

.btn-primary-tone {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary-tone) / var(--tw-text-opacity, 1));
}

.btn-primary-tone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 245 224 / 1);
  background-color: rgb(var(--backgroundColor-primary-tone-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary-tone-hover) / var(--tw-text-opacity, 1));
}

.btn-primary-tone:active {
  --tw-bg-opacity: 1;
  background-color: rgb(138 240 209 / 1);
  background-color: rgb(var(--backgroundColor-primary-tone-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-tone-pressed) / var(--tw-text-opacity, 1));
}

.btn-primary-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 109 / 1);
  border-color: rgb(var(--borderColor-primary) / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-primary) / 0);
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.btn-primary-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 85 / 1);
  border-color: rgb(var(--borderColor-primary-hover) / var(--tw-border-opacity, 1));
  background-color: rgb(230 252 245 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-hover) / var(--tw-text-opacity, 1));
}

.btn-primary-default:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 65 / 1);
  border-color: rgb(var(--borderColor-primary-pressed) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(176 245 224 / 1);
  background-color: rgb(var(--backgroundColor-primary-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / 1);
  color: rgb(var(--textColor-primary-pressed) / var(--tw-text-opacity, 1));
}

.btn-primary-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-primary) / 0);
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.btn-primary-text:hover {
  background-color: rgb(230 252 245 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-hover) / var(--tw-text-opacity, 1));
}

.btn-primary-text:active {
  --tw-bg-opacity: 1;
  background-color: rgb(176 245 224 / 1);
  background-color: rgb(var(--backgroundColor-primary-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / 1);
  color: rgb(var(--textColor-primary-pressed) / var(--tw-text-opacity, 1));
}

.btn-error-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(var(--backgroundColor-error-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill) / var(--tw-text-opacity, 1));
}

.btn-error-fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
  background-color: rgb(var(--backgroundColor-error-fill-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill-hover) / var(--tw-text-opacity, 1));
}

.btn-error-fill:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / 1);
  background-color: rgb(var(--backgroundColor-error-fill-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill-pressed) / var(--tw-text-opacity, 1));
}

.btn-error-tone {
  background-color: rgb(239 68 68 / 0.1);
  background-color: rgb(var(--backgroundColor-error-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error-tone) / var(--tw-text-opacity, 1));
}

.btn-error-tone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(var(--backgroundColor-error-tone-hover) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-tone-hover) / var(--tw-text-opacity, 1));
}

.btn-error-tone:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  background-color: rgb(var(--backgroundColor-error-tone-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(var(--textColor-error-tone-pressed) / var(--tw-text-opacity, 1));
}

.btn-error-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
  border-color: rgb(var(--borderColor-error) / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-error) / 0);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.btn-error-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(var(--borderColor-error-hover) / var(--tw-border-opacity, 1));
  background-color: rgb(254 242 242 / 0.1);
  background-color: rgb(var(--backgroundColor-error-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-hover) / var(--tw-text-opacity, 1));
}

.btn-error-default:active {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / 1);
  border-color: rgb(var(--borderColor-error-pressed) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(var(--backgroundColor-error-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(var(--textColor-error-pressed) / var(--tw-text-opacity, 1));
}

.btn-error-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-error) / 0);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.btn-error-text:hover {
  background-color: rgb(254 242 242 / 0.1);
  background-color: rgb(var(--backgroundColor-error-hover) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-hover) / var(--tw-text-opacity, 1));
}

.btn-error-text:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(var(--backgroundColor-error-pressed) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(var(--textColor-error-pressed) / var(--tw-text-opacity, 1));
}

.btn-fill-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-fill-disabled) / var(--tw-text-opacity, 1));
}

.btn-fill-disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-fill-disabled) / var(--tw-text-opacity, 1));
}

.btn-fill-disabled:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-fill-disabled) / var(--tw-text-opacity, 1));
}

.btn-tone-disbaled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-tone-disabled) / var(--tw-text-opacity, 1));
}

.btn-tone-disbaled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-tone-disabled) / var(--tw-text-opacity, 1));
}

.btn-tone-disbaled:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-tone-disabled) / var(--tw-text-opacity, 1));
}

.btn-default-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-base-disabled) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-default-disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-base-disabled) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-default-disabled:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(var(--borderColor-base-disabled) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-text-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-text-disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-text-disabled:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-disabled) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.btn-l {
  height: 3rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 25px;
}

.btn-m {
  height: 2.5rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 25px;
}

.btn-s {
  height: 2rem;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.btn-xs {
  height: 1.5rem;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 6.4px;
  padding-bottom: 6.4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.chip-l {
  height: 2rem;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 25px;
}

.chip-m {
  height: 26px;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.5;
}

.chip-s {
  height: 18px;
  border-radius: 0.25rem;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  line-height: 1.5;
}

/* CHIP TYPES */

.chip-base-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / 1);
  background-color: rgb(var(--backgroundColor-base-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill) / var(--tw-text-opacity, 1));
}

.chip-base-tone {
  background-color: rgb(115 115 115 / 0.1);
  background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base-tone) / var(--tw-text-opacity, 1));
}

.chip-base-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-base) / 0);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}

.chip-success-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(var(--backgroundColor-success-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-success-fill) / var(--tw-text-opacity, 1));
}

.chip-success-tone {
  background-color: rgb(34 197 94 / 0.1);
  background-color: rgb(var(--backgroundColor-success-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success-tone) / var(--tw-text-opacity, 1));
}

.chip-success-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-success) / 0);
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success) / var(--tw-text-opacity, 1));
}

.chip-error-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(var(--backgroundColor-error-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill) / var(--tw-text-opacity, 1));
}

.chip-error-tone {
  background-color: rgb(239 68 68 / 0.1);
  background-color: rgb(var(--backgroundColor-error-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error-tone) / var(--tw-text-opacity, 1));
}

.chip-error-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-error) / 0);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.chip-warning-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / 1);
  background-color: rgb(var(--backgroundColor-warning-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-warning-fill) / var(--tw-text-opacity, 1));
}

.chip-warning-tone {
  background-color: rgb(234 179 8 / 0.1);
  background-color: rgb(var(--backgroundColor-warning-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning-tone) / var(--tw-text-opacity, 1));
}

.chip-warning-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-warning) / 0);
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning) / var(--tw-text-opacity, 1));
}

.chip-info-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(var(--backgroundColor-info-fill) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-info-fill) / var(--tw-text-opacity, 1));
}

.chip-info-tone {
  background-color: rgb(59 130 246 / 0.1);
  background-color: rgb(var(--backgroundColor-info-tone) / 0.1);
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info-tone) / var(--tw-text-opacity, 1));
}

.chip-info-text {
  background-color: rgb(0 0 0 / 0);
  background-color: rgb(var(--backgroundColor-info) / 0);
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 1440px) {

    .md\:container {
      max-width: 1440px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }
}

@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 1440px) {

    .lg\:container {
      max-width: 1440px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }
}

.placeholder\:text-left::-moz-placeholder {
  text-align: left;
}

.placeholder\:text-left::placeholder {
  text-align: left;
}

.placeholder\:text-right::-moz-placeholder {
  text-align: right;
}

.placeholder\:text-right::placeholder {
  text-align: right;
}

.placeholder\:text-\[10px\]::-moz-placeholder {
  font-size: 10px;
}

.placeholder\:text-\[10px\]::placeholder {
  font-size: 10px;
}

.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-xs::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-base-disabled::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.placeholder\:text-base-disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-base-disabled) / var(--tw-text-opacity, 1));
}

.placeholder\:text-disabled::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-disabled) / var(--tw-text-opacity, 1));
}

.placeholder\:text-disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-disabled) / var(--tw-text-opacity, 1));
}

.placeholder\:text-error-title::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-title) / var(--tw-text-opacity, 1));
}

.placeholder\:text-error-title::placeholder {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-title) / var(--tw-text-opacity, 1));
}

.placeholder\:text-grey-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-grey-white::-moz-placeholder {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.placeholder\:text-grey-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

.placeholder\:text-grey-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-grey-white::-moz-placeholder {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
.placeholder\:text-grey-white::placeholder {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.placeholder\:text-placeholder::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(var(--textColor-placeholder) / var(--tw-text-opacity, 1));
}

.placeholder\:text-placeholder::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(var(--textColor-placeholder) / var(--tw-text-opacity, 1));
}

.placeholder\:text-success::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success) / var(--tw-text-opacity, 1));
}

.placeholder\:text-success::placeholder {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success) / var(--tw-text-opacity, 1));
}

.placeholder\:text-success-title::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-title) / var(--tw-text-opacity, 1));
}

.placeholder\:text-success-title::placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-title) / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-2::before {
  content: var(--tw-content);
  top: 0.5rem;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:rounded-lg::before {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.before\:bg-dark-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(78 83 107 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.before\:bg-dark-600::before {
    background-color: rgb(78 83 107 / var(--tw-bg-opacity, 1));
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-right-1::after {
  content: var(--tw-content);
  right: -0.25rem;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:right-1::after {
  content: var(--tw-content);
  right: 0.25rem;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-2::after {
  content: var(--tw-content);
  top: 0.5rem;
}

.after\:top-2\.5::after {
  content: var(--tw-content);
  top: 0.625rem;
}

.after\:top-4::after {
  content: var(--tw-content);
  top: 1rem;
}

.after\:top-5::after {
  content: var(--tw-content);
  top: 1.25rem;
}

.after\:mr-1::after {
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:h-1\.5::after {
  content: var(--tw-content);
  height: 0.375rem;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-1\.5::after {
  content: var(--tw-content);
  width: 0.375rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) 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));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:rounded-lg::after {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-dashed::after {
  content: var(--tw-content);
  border-style: dashed;
}

.after\:border-teritary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-teritary) / var(--tw-border-opacity, 1));
}

.after\:bg-base-shape-base-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-base-white) / var(--tw-bg-opacity, 1));
}

.after\:bg-base-tone-pressed::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-pressed) / var(--tw-bg-opacity, 1));
}

.after\:bg-body::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

.after\:bg-dark-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(104 109 135 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.after\:bg-dark-500::after {
    background-color: rgb(104 109 135 / var(--tw-bg-opacity, 1));
  }
}

.after\:bg-placeholder\/50::after {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.5);
  background-color: rgb(var(--backgroundColor-placeholder) / 0.5);
}

.after\:bg-primary-fill::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
}

.after\:bg-primary-tone::after {
  content: var(--tw-content);
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-grey-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:text-error::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.after\:content-\[\"\"\]::after {
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}

.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: '*';
  content: var(--tw-content);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.focus-within\:border-error-focus:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(var(--borderColor-error-focus) / var(--tw-border-opacity, 1));
}

.focus-within\:border-success-focus:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  border-color: rgb(var(--borderColor-success-focus) / var(--tw-border-opacity, 1));
}

.focus-within\:bg-base-focus:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-base-focus) / var(--tw-bg-opacity, 1));
}

.focus-within\:bg-error-focus:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(var(--backgroundColor-error-focus) / var(--tw-bg-opacity, 1));
}

.focus-within\:bg-success-focus:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(var(--backgroundColor-success-focus) / var(--tw-bg-opacity, 1));
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-accent-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 199 183 / 1);
  border-color: rgb(var(--borderColor-accent-hover) / var(--tw-border-opacity, 1));
}

.hover\:border-base-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base-hover) / var(--tw-border-opacity, 1));
}

.hover\:border-base-pressed:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / 1);
  border-color: rgb(var(--borderColor-base-pressed) / var(--tw-border-opacity, 1));
}

.hover\:border-error-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(var(--borderColor-error-hover) / var(--tw-border-opacity, 1));
}

.hover\:border-primary-fill:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 203 140 / 1);
  border-color: rgb(var(--borderColor-primary-fill) / var(--tw-border-opacity, 1));
}

.hover\:border-primary-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 85 / 1);
  border-color: rgb(var(--borderColor-primary-hover) / var(--tw-border-opacity, 1));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-red-600:hover {
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }
}

.hover\:border-success-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  border-color: rgb(var(--borderColor-success-hover) / var(--tw-border-opacity, 1));
}

.hover\:border-teritary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-teritary) / var(--tw-border-opacity, 1));
}

.hover\:\!bg-main:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-placeholder:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / 1) !important;
  background-color: rgb(var(--backgroundColor-placeholder) / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-primary:hover {
  background-color: rgb(0 0 0 / 0) !important;
  background-color: rgb(var(--backgroundColor-primary) / 0) !important;
}

.hover\:bg-accent-fill-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 51 / 1);
  background-color: rgb(var(--backgroundColor-accent-fill-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-base-fill-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-base-hover:hover {
  background-color: rgb(250 250 250 / 0.1);
  background-color: rgb(var(--backgroundColor-base-hover) / 0.1);
}

.hover\:bg-base-pressed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-pressed) / var(--tw-bg-opacity, 1));
}

.hover\:bg-base-shape-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-base-shape-primary) / var(--tw-bg-opacity, 1));
}

.hover\:bg-base-tone:hover {
  background-color: rgb(115 115 115 / 0.1);
  background-color: rgb(var(--backgroundColor-base-tone) / 0.1);
}

.hover\:bg-base-tone-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-body:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

.hover\:bg-dark-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 109 135 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-dark-500:hover {
    background-color: rgb(104 109 135 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-error-fill-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
  background-color: rgb(var(--backgroundColor-error-fill-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-error-hover:hover {
  background-color: rgb(254 242 242 / 0.1);
  background-color: rgb(var(--backgroundColor-error-hover) / 0.1);
}

.hover\:bg-error-tone-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(var(--backgroundColor-error-tone-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
}

.hover\:bg-main\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
  background-color: rgb(var(--backgroundColor-main) / 0.1);
}

.hover\:bg-main\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
  background-color: rgb(var(--backgroundColor-main) / 0.2);
}

.hover\:bg-primary-fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-fill-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 109 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-fill\/10:hover {
  background-color: rgb(0 203 140 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-fill) / 0.1);
}

.hover\:bg-primary-fill\/20:hover {
  background-color: rgb(0 203 140 / 0.2);
  background-color: rgb(var(--backgroundColor-primary-fill) / 0.2);
}

.hover\:bg-primary-hover:hover {
  background-color: rgb(230 252 245 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-hover) / 0.1);
}

.hover\:bg-primary-tone:hover {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}

.hover\:bg-primary-tone-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 245 224 / 1);
  background-color: rgb(var(--backgroundColor-primary-tone-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-red-50:hover {
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-red-600:hover {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-success-fill-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 1);
  background-color: rgb(var(--backgroundColor-success-fill-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-hover:hover {
  background-color: rgb(240 253 244 / 0.1);
  background-color: rgb(var(--backgroundColor-success-hover) / 0.1);
}

.hover\:bg-success-tone-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(var(--backgroundColor-success-tone-hover) / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:text-base-fill-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-base-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-base-tone-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base-tone-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-disabled:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
  color: rgb(var(--textColor-disabled) / var(--tw-text-opacity, 1));
}

.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.hover\:text-error-fill-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-error-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-error-tone-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-tone-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-fill-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-primary-tone-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary-tone-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-success-fill-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-success-fill-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-success-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-hover) / var(--tw-text-opacity, 1));
}

.hover\:text-success-tone-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-tone-hover) / var(--tw-text-opacity, 1));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-listHover:hover {
  --tw-shadow: 0px 0px 0px 3px #F2F4FA;;
  --tw-shadow-colored: 0px 0px 0px 3px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 0px 3px #F2F4FA;;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring-4:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-grey-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.hover\:drop-shadow:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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) drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:border-base-focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(var(--borderColor-base-focus) / var(--tw-border-opacity, 1));
}

.focus\:border-brand-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 223 154 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-brand-primary-500:focus {
    border-color: rgb(0 223 154 / var(--tw-border-opacity, 1));
  }
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-red-600:focus {
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }
}

.focus\:bg-primary-fill:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 203 140 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill) / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.focus\:bg-red-600:focus {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }
}

.focus\:text-base:focus {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}

.focus\:text-error:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error) / var(--tw-text-opacity, 1));
}

.focus\:text-error-focus:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(var(--textColor-error-focus) / var(--tw-text-opacity, 1));
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.focus\:text-spec-input:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-spec-input) / var(--tw-text-opacity, 1));
}

.focus\:text-success-focus:focus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(var(--textColor-success-focus) / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.active\:border-base-pressed:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / 1);
  border-color: rgb(var(--borderColor-base-pressed) / var(--tw-border-opacity, 1));
}

.active\:border-brand-primary-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 203 140 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.active\:border-brand-primary-600:active {
    border-color: rgb(0 203 140 / var(--tw-border-opacity, 1));
  }
}

.active\:border-error-pressed:active {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / 1);
  border-color: rgb(var(--borderColor-error-pressed) / var(--tw-border-opacity, 1));
}

.active\:border-primary-pressed:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 65 / 1);
  border-color: rgb(var(--borderColor-primary-pressed) / var(--tw-border-opacity, 1));
}

.active\:border-success-pressed:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / 1);
  border-color: rgb(var(--borderColor-success-pressed) / var(--tw-border-opacity, 1));
}

.active\:bg-base-fill-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / 1);
  background-color: rgb(var(--backgroundColor-base-fill-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-base-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(var(--backgroundColor-base-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-base-tone-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / 1);
  background-color: rgb(var(--backgroundColor-base-tone-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-error-fill-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / 1);
  background-color: rgb(var(--backgroundColor-error-fill-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-error-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(var(--backgroundColor-error-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-error-tone-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  background-color: rgb(var(--backgroundColor-error-tone-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-fill-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 85 / 1);
  background-color: rgb(var(--backgroundColor-primary-fill-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(176 245 224 / 1);
  background-color: rgb(var(--backgroundColor-primary-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-tone:active {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}

.active\:bg-primary-tone-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(138 240 209 / 1);
  background-color: rgb(var(--backgroundColor-primary-tone-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-success-fill-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / 1);
  background-color: rgb(var(--backgroundColor-success-fill-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-success-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(var(--backgroundColor-success-pressed) / var(--tw-bg-opacity, 1));
}

.active\:bg-success-tone-pressed:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
  background-color: rgb(var(--backgroundColor-success-tone-pressed) / var(--tw-bg-opacity, 1));
}

.active\:text-base-fill-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-base-fill-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-base-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(var(--textColor-base-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-base-tone-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-base-tone-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-error-fill-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-error-fill-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-error-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(var(--textColor-error-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-error-tone-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(var(--textColor-error-tone-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-primary:active {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.active\:text-primary-fill-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-primary-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(0 94 65 / 1);
  color: rgb(var(--textColor-primary-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-primary-tone-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-tone-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-success-fill-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-success-fill-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-success-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(var(--textColor-success-pressed) / var(--tw-text-opacity, 1));
}

.active\:text-success-tone-pressed:active {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(var(--textColor-success-tone-pressed) / var(--tw-text-opacity, 1));
}

.disabled\:bg-grey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.disabled\:bg-grey:disabled {
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}

.disabled\:hover\:border-grey-300:hover:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.disabled\:hover\:border-grey-300:hover:disabled {
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }
}

.group:hover .group-hover\:bg-primary-tone {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-fill-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-title) / var(--tw-text-opacity, 1));
}

.group:focus .group-focus\:border-brand-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(138 240 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:focus .group-focus\:border-brand-primary-200 {
    border-color: rgb(138 240 209 / var(--tw-border-opacity, 1));
  }
}

.group:focus .group-focus\:text-primary-fill-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill-title) / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.peer:focus ~ .peer-focus\:text-dark-grey {
    color: rgb(113 113 113 / var(--tw-text-opacity, 1));
  }
}

.peer:disabled ~ .peer-disabled\:text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.peer:disabled ~ .peer-disabled\:text-grey-300 {
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 640px) {

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .sm\:mb-\[72px\] {
    margin-bottom: 72px;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[150px\] {
    height: 150px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-\[161px\] {
    width: 161px;
  }

  .sm\:w-\[356px\] {
    width: 356px;
  }

  .sm\:w-\[382px\] {
    width: 382px;
  }

  .sm\:w-\[397px\] {
    width: 397px;
  }

  .sm\:w-\[40px\] {
    width: 40px;
  }

  .sm\:w-\[462px\] {
    width: 462px;
  }

  .sm\:w-\[60\%\] {
    width: 60%;
  }

  .sm\:w-\[84px\] {
    width: 84px;
  }

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-\[1296px\] {
    max-width: 1296px;
  }

  .sm\:max-w-\[524px\] {
    max-width: 524px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sm\:flex-col {
    flex-direction: column;
  }

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

  .sm\:items-center {
    align-items: center;
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-dark-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 244 250 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.sm\:border-t-dark-50 {
      border-top-color: rgb(242 244 250 / var(--tw-border-opacity, 1));
    }
}

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

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

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:\!py-\[18px\] {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / 1);
    color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
  }

  .sm\:text-title {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / 1);
    color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 768px) {

  .md\:-bottom-\[3px\] {
    bottom: -3px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-\[90px\] {
    margin-top: -90px;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[0\.75\] {
    margin-top: 0.75;
  }

  .md\:mt-\[9\.5\] {
    margin-top: 9.5;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[150px\] {
    height: 150px;
  }

  .md\:h-\[439px\] {
    height: 439px;
  }

  .md\:h-\[472px\] {
    height: 472px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-\[72px\] {
    height: 72px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:\!min-h-\[400px\] {
    min-height: 400px !important;
  }

  .md\:min-h-\[148px\] {
    min-height: 148px;
  }

  .md\:min-h-\[190px\] {
    min-height: 190px;
  }

  .md\:min-h-\[200px\] {
    min-height: 200px;
  }

  .md\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .md\:\!w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[161px\] {
    width: 161px;
  }

  .md\:w-\[263px\] {
    width: 263px;
  }

  .md\:w-\[28\%\] {
    width: 28%;
  }

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-\[34\%\] {
    width: 34%;
  }

  .md\:w-\[38\%\] {
    width: 38%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[446px\] {
    width: 446px;
  }

  .md\:w-\[559px\] {
    width: 559px;
  }

  .md\:w-\[588px\] {
    width: 588px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:w-\[880px\] {
    width: 880px;
  }

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-\[160px\] {
    min-width: 160px;
  }

  .md\:min-w-\[86px\] {
    min-width: 86px;
  }

  .md\:min-w-\[880px\] {
    min-width: 880px;
  }

  .md\:max-w-\[469px\] {
    max-width: 469px;
  }

  .md\:max-w-\[504px\] {
    max-width: 504px;
  }

  .md\:max-w-\[640px\] {
    max-width: 640px;
  }

  .md\:max-w-\[90px\] {
    max-width: 90px;
  }

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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));
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) 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));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

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

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:\!rounded-none {
    border-radius: 0px !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-split {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / 1);
    border-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
  }

  .md\:\!bg-main {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / 1) !important;
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-body {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
  }

  .md\:bg-main {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
  }

  .md\:bg-none {
    background-image: none;
  }

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

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:\!px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }

  .md\:pl-\[0\.6rem\] {
    padding-left: 0.6rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[29px\] {
    font-size: 29px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:text-base {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / 1);
    color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
  }

  .md\:shadow-card {
    --tw-shadow: 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
    --tw-shadow-colored: 0px 3px 15px 0px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 3px 15px 0px rgba(55, 59, 79, 0.03);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .before\:md\:block::before {
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[-100px\] {
    top: -100px;
  }

  .lg\:top-\[-80px\] {
    top: -80px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-\[72px\] {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[\.35rem\] {
    margin-top: .35rem;
  }

  .lg\:mt-\[9\.5\] {
    margin-top: 9.5;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-\[130px\] {
    height: 130px;
  }

  .lg\:h-\[140px\] {
    height: 140px;
  }

  .lg\:h-\[345px\] {
    height: 345px;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:h-\[460px\] {
    height: 460px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[81px\] {
    height: 81px;
  }

  .lg\:h-\[82px\] {
    height: 82px;
  }

  .lg\:h-\[84\.5\%\] {
    height: 84.5%;
  }

  .lg\:h-\[90px\] {
    height: 90px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[25rem\] {
    max-height: 25rem;
  }

  .lg\:max-h-\[45rem\] {
    max-height: 45rem;
  }

  .lg\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .lg\:\!min-h-\[400px\] {
    min-height: 400px !important;
  }

  .lg\:min-h-\[105px\] {
    min-height: 105px;
  }

  .lg\:min-h-\[585px\] {
    min-height: 585px;
  }

  .lg\:min-h-\[630px\] {
    min-height: 630px;
  }

  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-\[10\%\] {
    width: 10%;
  }

  .lg\:w-\[12\%\] {
    width: 12%;
  }

  .lg\:w-\[14\%\] {
    width: 14%;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[16\%\] {
    width: 16%;
  }

  .lg\:w-\[17\%\] {
    width: 17%;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:w-\[18\%\] {
    width: 18%;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[24\%\] {
    width: 24%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[31\%\] {
    width: 31%;
  }

  .lg\:w-\[37\%\] {
    width: 37%;
  }

  .lg\:w-\[415px\] {
    width: 415px;
  }

  .lg\:w-\[416px\] {
    width: 416px;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[524px\] {
    width: 524px;
  }

  .lg\:w-\[559px\] {
    width: 559px;
  }

  .lg\:w-\[59\%\] {
    width: 59%;
  }

  .lg\:w-\[6\%\] {
    width: 6%;
  }

  .lg\:w-\[624px\] {
    width: 624px;
  }

  .lg\:w-\[7\%\] {
    width: 7%;
  }

  .lg\:w-\[8\%\] {
    width: 8%;
  }

  .lg\:w-\[86px\] {
    width: 86px;
  }

  .lg\:w-\[calc\(100\%-296px\)\] {
    width: calc(100% - 296px);
  }

  .lg\:w-\[calc\(100\%-400px\)\] {
    width: calc(100% - 400px);
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .lg\:max-w-\[415px\] {
    max-width: 415px;
  }

  .lg\:max-w-\[416px\] {
    max-width: 416px;
  }

  .lg\:max-w-\[504px\] {
    max-width: 504px;
  }

  .lg\:max-w-\[524px\] {
    max-width: 524px;
  }

  .lg\:max-w-\[526px\] {
    max-width: 526px;
  }

  .lg\:max-w-\[796px\] {
    max-width: 796px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-\[144px\] {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:\!rounded-none {
    border-radius: 0px !important;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-split {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / 1);
    border-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-split {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / 1);
    border-right-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
  }

  .lg\:\!bg-main {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / 1) !important;
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:bg-base {
    background-color: rgb(0 0 0 / 0);
    background-color: rgb(var(--backgroundColor-base) / 0);
  }

  .lg\:bg-body {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / 1);
    background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-main {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-tone {
    background-color: rgb(0 223 154 / 0.1);
    background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
  }

  .lg\:\!p-0 {
    padding: 0px !important;
  }

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

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:\!pl-0 {
    padding-left: 0px !important;
  }

  .lg\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[158px\] {
    padding-bottom: 158px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[90px\] {
    padding-top: 90px;
  }

  .lg\:\!text-center {
    text-align: center !important;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-xxs {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:\!text-title {
    --tw-text-opacity: 1 !important;
    color: rgb(38 38 38 / 1) !important;
    color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1)) !important;
  }

  .lg\:text-base {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / 1);
    color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {

  .xl\:min-w-\[200\%\] {
    min-width: 200%;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-dark-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 34 48 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dark\:bg-dark-800 {
      background-color: rgb(31 34 48 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:text-inverted {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    color: rgb(var(--textColor-inverted) / var(--tw-text-opacity, 1));
  }
}

.\[\&\:first-child\]\:pl-0:first-child {
  padding-left: 0px;
}

.\[\&\:last-child\]\:pr-0:last-child {
  padding-right: 0px;
}

.\[\&\:not\(\:last-child\)\]\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}

.\[\&\:not\(\:last-child\)\]\:border-b-2:not(:last-child) {
  border-bottom-width: 2px;
}

.\[\&\:not\(\:last-child\)\]\:border-l:not(:last-child) {
  border-left-width: 1px;
}

.\[\&\>\*\:last-child\]\:border-none>*:last-child {
  border-style: none;
}

.\[\&\>\*\:nth-child\(1\)\]\:text-primary>*:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\:nth-child\(1\)\]\:text-red-500>*:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.\[\&\>\*\:nth-child\(1\)\]\:text-red-500>*:nth-child(1) {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.\[\&\>\*\:nth-child\(2\)\]\:text-red-500>*:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.\[\&\>\*\:nth-child\(2\)\]\:text-red-500>*:nth-child(2) {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}

.\[\&\>\*\]\:h-full>* {
  height: 100%;
}

.\[\&\>\*\]\:w-full>* {
  width: 100%;
}

.\[\&\>\*\]\:\!border-none>* {
  border-style: none !important;
}

.\[\&\>\*\]\:fill-\[\#0299F2\]>* {
  fill: #0299F2;
}

.\[\&\>\*\]\:fill-base-shape-base-secondary>* {
  fill: rgb(115 115 115 / 1);
  fill: rgb(var(--fill-base-shape-base-secondary) / 1);
}

.\[\&\>\*\]\:fill-base-shape-warning>* {
  fill: rgb(202 138 4 / 1);
  fill: rgb(var(--fill-base-shape-warning) / 1);
}

.\[\&\>\*\]\:fill-blue-500>* {
  fill: #3B82F6;
}

.\[\&\>\*\]\:fill-dark-200>* {
  fill: #B6B9CC;
}

.\[\&\>\*\]\:fill-grey-500>* {
  fill: #737373;
}

.\[\&\>\*\]\:fill-primary-fill>* {
  fill: rgb(0 203 140 / 1);
  fill: rgb(var(--fill-primary-fill) / 1);
}

.\[\&\>\*\]\:text-base>* {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(var(--textColor-base) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-caption>* {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-primary>* {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-primary-fill>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(var(--textColor-primary-fill) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-primary-title>* {
  --tw-text-opacity: 1;
  color: rgb(0 123 85 / 1);
  color: rgb(var(--textColor-primary-title) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-primary-tone>* {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary-tone) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:text-title>* {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\]\:transition>* {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>\*\]\:duration-300>* {
  transition-duration: 300ms;
}

.group:hover .\[\&\>\*\]\:group-hover\:transition>* {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .\[\&\>\*\]\:group-hover\:duration-300>* {
  transition-duration: 300ms;
}

.\[\&\>\.relative\]\:pl-10>.relative {
  padding-left: 2.5rem;
}

.\[\&\>\.variant2\:first-of-type\]\:pr-0>.variant2:first-of-type {
  padding-right: 0px;
}

.\[\&\>\.variant2\:last-of-type\]\:pl-0>.variant2:last-of-type {
  padding-left: 0px;
}

.\[\&\>\.variant2\]\:px-2>.variant2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>a\>div\>img\]\:hover\:brightness-\[88\%\]:hover>a>div>img {
  --tw-brightness: brightness(88%);
  filter: var(--tw-blur) brightness(88%) 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);
}

.\[\&\>a\>div\>img\]\:hover\:contrast-\[88\%\]:hover>a>div>img {
  --tw-contrast: contrast(88%);
  filter: var(--tw-blur) var(--tw-brightness) contrast(88%) 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);
}

.\[\&\>a\>div\>img\]\:hover\:hue-rotate-\[194deg\]:hover>a>div>img {
  --tw-hue-rotate: hue-rotate(194deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) hue-rotate(194deg) 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);
}

.\[\&\>a\>div\>img\]\:hover\:invert-\[84\%\]:hover>a>div>img {
  --tw-invert: invert(84%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(84%) 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);
}

.\[\&\>a\>div\>img\]\:hover\:saturate-\[346\%\]:hover>a>div>img {
  --tw-saturate: saturate(346%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) saturate(346%) 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);
}

.\[\&\>a\>div\>img\]\:hover\:sepia-\[10\%\]:hover>a>div>img {
  --tw-sepia: sepia(10%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) sepia(10%) 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);
}

.\[\&\>div\.relative\]\:h-\[48px\]>div.relative {
  height: 48px;
}

.\[\&\>div\:not\(\:last-child\)\]\:mb-4>div:not(:last-child) {
  margin-bottom: 1rem;
}

.\[\&\>div\:not\(\:last-child\)\]\:border-b>div:not(:last-child) {
  border-bottom-width: 1px;
}

.\[\&\>div\>\.MuiPaper-root\]\:\!rounded-md>div>.MuiPaper-root {
  border-radius: 0.375rem !important;
}

.\[\&\>div\>div\>div\]\:h-full>div>div>div {
  height: 100%;
}

.\[\&\>div\>input\]\:\!pl-12>div>input {
  padding-left: 3rem !important;
}

.\[\&\>div\>input\]\:font-medium>div>input {
  font-weight: 500;
}

.\[\&\>div\>input\]\:text-title>div>input {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&\>div\]\:m-0>div {
  margin: 0px;
}

.\[\&\>div\]\:mt-0>div {
  margin-top: 0px;
}

.\[\&\>div\]\:flex>div {
  display: flex;
}

.\[\&\>div\]\:h-6>div {
  height: 1.5rem;
}

.\[\&\>div\]\:h-8>div {
  height: 2rem;
}

.\[\&\>div\]\:h-\[18px\]>div {
  height: 18px;
}

.\[\&\>div\]\:w-6>div {
  width: 1.5rem;
}

.\[\&\>div\]\:w-8>div {
  width: 2rem;
}

.\[\&\>div\]\:w-\[18px\]>div {
  width: 18px;
}

.\[\&\>div\]\:w-full>div {
  width: 100%;
}

.\[\&\>div\]\:min-w-0>div {
  min-width: 0px;
}

.\[\&\>div\]\:items-center>div {
  align-items: center;
}

.\[\&\>div\]\:justify-between>div {
  justify-content: space-between;
}

.\[\&\>div\]\:rounded-lg>div {
  border-radius: 0.5rem;
}

.\[\&\>div\]\:rounded-none>div {
  border-radius: 0px;
}

.\[\&\>div\]\:\!border-none>div {
  border-style: none !important;
}

.\[\&\>div\]\:\!border-teritary>div {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / 1) !important;
  border-color: rgb(var(--borderColor-teritary) / var(--tw-border-opacity, 1)) !important;
}

.\[\&\>div\]\:\!bg-main>div {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(var(--backgroundColor-main) / var(--tw-bg-opacity, 1)) !important;
}

@media not all and (min-width: 640px) {

  .max-sm\:\[\&\>div\]\:flex-wrap>div {
    flex-wrap: wrap;
  }
}

.\[\&\>input\]\:\!bg-body>input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / 1) !important;
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1)) !important;
}

.\[\&\>span\]\:block>span {
  display: block;
}

.\[\&\>span\]\:h-\[15px\]>span {
  height: 15px;
}

.\[\&\>span\]\:h-\[21px\]>span {
  height: 21px;
}

.\[\&\>span\]\:w-\[120px\]>span {
  width: 120px;
}

.\[\&\>span\]\:whitespace-pre>span {
  white-space: pre;
}

.\[\&\>span\]\:px-4>span {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>span\]\:font-medium>span {
  font-weight: 500;
}

.\[\&\>span\]\:\!text-title>span {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / 1) !important;
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1)) !important;
}

.\[\&\>span\]\:text-primary>span {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.\[\&\>span\]\:text-title>span {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&\>svg\]\:\!h-4>svg {
  height: 1rem !important;
}

.\[\&\>svg\]\:\!w-4>svg {
  width: 1rem !important;
}

.\[\&\>svg\]\:opacity-40>svg {
  opacity: 0.4;
}

.\[\&_\*\]\:\!font-\[inherit\] * {
  font-family: inherit !important;
}

.\[\&_\*\]\:text-sm * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\*\]\:font-medium * {
  font-weight: 500;
}

.\[\&_\*\]\:leading-8 * {
  line-height: 2rem;
}

.\[\&_\*\]\:\!text-caption * {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / 1) !important;
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\*\]\:\!text-primary-title * {
  --tw-text-opacity: 1 !important;
  color: rgb(0 123 85 / 1) !important;
  color: rgb(var(--textColor-primary-title) / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\*\]\:text-title * {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&_\*\]\:outline-none * {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.absolute\]\:hidden .absolute {
  display: none;
}

@media (min-width: 1024px) {

  .\[\&_\.absolute\]\:lg\:block .absolute {
    display: block;
  }
}

.\[\&_\.accordion-title-wrapper\]\:w-full .accordion-title-wrapper {
  width: 100%;
}

.\[\&_\.accordion-title\]\:flex .accordion-title {
  display: flex;
}

.\[\&_\.accordion-title\]\:w-full .accordion-title {
  width: 100%;
}

.\[\&_\.accordion-title\]\:items-center .accordion-title {
  align-items: center;
}

.\[\&_\.accordion-title\]\:justify-between .accordion-title {
  justify-content: space-between;
}

.\[\&_\.accordion-title\]\:text-lg .accordion-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_\.accordion-title\]\:font-bold .accordion-title {
  font-weight: 700;
}

.\[\&_\.connector\]\:hidden .connector {
  display: none;
}

.\[\&_\.content\]\:\!h-auto .content {
  height: auto !important;
}

.\[\&_\.content\]\:\!p-4 .content {
  padding: 1rem !important;
}

.\[\&_\.faq-accordion\]\:border-b .faq-accordion {
  border-bottom-width: 1px;
}

.\[\&_\.flex-col\]\:\!gap-0 .flex-col {
  gap: 0px !important;
}

.\[\&_\.mask\]\:hidden .mask {
  display: none;
}

.\[\&_\.modal-input-label\]\:hidden .modal-input-label {
  display: none;
}

.\[\&_\.modal-input-placeholder\]\:font-medium .modal-input-placeholder {
  font-weight: 500;
}

.\[\&_\.modal-input-placeholder\]\:text-title .modal-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&_\.netwoks-modal-support-warning\]\:hidden .netwoks-modal-support-warning {
  display: none;
}

.\[\&_\.static-input-value\]\:text-caption .static-input-value {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(var(--textColor-caption) / var(--tw-text-opacity, 1));
}

.\[\&_\.static-input-value\]\:text-primary .static-input-value {
  --tw-text-opacity: 1;
  color: rgb(0 158 109 / 1);
  color: rgb(var(--textColor-primary) / var(--tw-text-opacity, 1));
}

.\[\&_\.static-input-value\]\:text-title .static-input-value {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(var(--textColor-title) / var(--tw-text-opacity, 1));
}

.\[\&_\.tab-indicator\]\:duration-0 .tab-indicator {
  transition-duration: 0s;
}

@media not all and (min-width: 640px) {

  .max-sm\:\[\&_\.text-contain\]\:w-\[calc\(100\%-28px\)\] .text-contain {
    width: calc(100% - 28px);
  }
}

.\[\&_\.text-primary\]\:border-b .text-primary {
  border-bottom-width: 1px;
}

.\[\&_\.text-primary\]\:border-brand-primary-500 .text-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 223 154 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.\[\&_\.text-primary\]\:border-brand-primary-500 .text-primary {
    border-color: rgb(0 223 154 / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 1024px) {

  .\[\&_\.text-primary\]\:lg\:border-none .text-primary {
    border-style: none;
  }
}

@media not all and (min-width: 640px) {

  .max-sm\:\[\&_button\]\:mt-2 button {
    margin-top: 0.5rem;
  }

  .max-sm\:\[\&_button\]\:w-full button {
    width: 100%;
  }
}

.\[\&_input\]\:bg-body input {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(var(--backgroundColor-body) / var(--tw-bg-opacity, 1));
}

.\[\&_input\]\:bg-primary-tone input {
  background-color: rgb(0 223 154 / 0.1);
  background-color: rgb(var(--backgroundColor-primary-tone) / 0.1);
}

.\[\&_label\]\:flex-row-reverse label {
  flex-direction: row-reverse;
}

.\[\&_label\]\:justify-between label {
  justify-content: space-between;
}

.\[\&_label\]\:border-b label {
  border-bottom-width: 1px;
}

.\[\&_label\]\:border-split label {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 1);
  border-color: rgb(var(--borderColor-split) / var(--tw-border-opacity, 1));
}

.\[\&_label\]\:px-8 label {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_label\]\:py-5 label {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {

  .\[\&_label\]\:sm\:px-10 label {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\[\&_label\]\:sm\:py-6 label {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.\[\&_p\]\:leading-5 p {
  line-height: 1.25rem;
}

.\[\&_p\]\:text-error-tone p {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error-tone) / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-info-tone p {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info-tone) / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-success-tone p {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success-tone) / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:text-warning-tone p {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning-tone) / var(--tw-text-opacity, 1));
}

.\[\&_path\]\:fill-base-fill path {
  fill: rgb(82 82 82 / 1);
  fill: rgb(var(--fill-base-fill) / 1);
}

.\[\&_span\]\:\!block span {
  display: block !important;
}

.\[\&_span\]\:\!w-full span {
  width: 100% !important;
}

.\[\&_span\]\:whitespace-pre span {
  white-space: pre;
}

.\[\&_span\]\:text-error-tone span {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(var(--textColor-error-tone) / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-info-tone span {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(var(--textColor-info-tone) / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-success-tone span {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(var(--textColor-success-tone) / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-warning-tone span {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(var(--textColor-warning-tone) / var(--tw-text-opacity, 1));
}

.\[\&_video\]\:\!w-full video {
  width: 100% !important;
}

@font-face {
  font-family: 'arzinja';
  src: url('/fonts/icons/arzinja.eot?97govl');
  src:
    url('/fonts/icons/arzinja.eot?97govl#iefix') format('embedded-opentype'),
    url('/fonts/icons/arzinja.woff2?97govl') format('woff2'),
    url('/fonts/icons/arzinja.ttf?97govl') format('truetype'),
    url('/fonts/icons/arzinja.woff?97govl') format('woff'),
    url('/fonts/icons/arzinja.svg?97govl#arzinja') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='azico-'],
[class*=' azico-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arzinja' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.azico-Price-OutLined:before {
  content: '\e92e';
}
.azico-BestPrice-OutLined:before {
  content: '\e92f';
}
.azico-WaveSine-OutLined:before {
  content: '\e930';
}
.azico-Minimize-OutLined:before {
  content: '\e931';
}
.azico-Maximize-OutLined:before {
  content: '\e932';
}
.azico-AdvanceTrade-OutLined:before {
  content: '\e933';
}
.azico-ClassicTrade-OutLined:before {
  content: '\e934';
}
.azico-Calculator-OutLined:before {
  content: '\e935';
}
.azico-StopHand-OutLined:before {
  content: '\e936';
}
.azico-Pin-OutLined:before {
  content: '\e937';
}
.azico-Pen-OutLined:before {
  content: '\e938';
}
.azico-Magnifying-OutLined:before {
  content: '\e939';
}
.azico-Candle-OutLined:before {
  content: '\e93a';
}
.azico-HandHolding-OutLined:before {
  content: '\e93b';
}
.azico-Learning-OutLined:before {
  content: '\e93c';
}
.azico-FaceTongue-OutLined:before {
  content: '\e93d';
}
.azico-Challenge-OutLined:before {
  content: '\e93e';
}
.azico-UserGroup-OutLined:before {
  content: '\e93f';
}
.azico-Grow-OutLined:before {
  content: '\e940';
}
.azico-GameCup-OutLined:before {
  content: '\e91c';
}
.azico-GemConvert-OutLined:before {
  content: '\e91d';
}
.azico-GemHistory-OutLined:before {
  content: '\e91e';
}
.azico-Tickets-OutLined:before {
  content: '\e91f';
}
.azico-HourGlass-OutLined:before {
  content: '\e920';
}
.azico-Ticket-OutLined:before {
  content: '\e921';
}
.azico-Gem-OutLined:before {
  content: '\e922';
}
.azico-Passkey-OutLined:before {
  content: '\e923';
}
.azico-Stopwatch-OutLined:before {
  content: '\e914';
}
.azico-Sound-OutLined:before {
  content: '\e915';
}
.azico-Sack-OutLined:before {
  content: '\e916';
}
.azico-Gallery-OutLined:before {
  content: '\e917';
}
.azico-FullCircle-OutLined:before {
  content: '\e918';
}
.azico-EmptyCircle-OutLined:before {
  content: '\e919';
}
.azico-Corporate-OutLined:before {
  content: '\e91a';
}
.azico-Code-OutLined:before {
  content: '\e91b';
}
.azico-OrdersListColored-OutLined .path1:before {
  content: '\e911';
  color: rgb(0, 203, 140);
}
.azico-OrdersListColored-OutLined .path2:before {
  content: '\e912';
  margin-left: -1em;
  color: rgb(232, 23, 54);
}
.azico-EmptyRecord-OutLined:before {
  content: '\e913';
}
.azico-Home-OutLined:before {
  content: '\e900';
}
.azico-EmptyWallet-OutLined:before {
  content: '\e901';
}
.azico-DefaultCoin-OutLined:before {
  content: '\e902';
}
.azico-BadgeCheck-OutLined:before {
  content: '\e903';
}
.azico-Starred-OutLined:before {
  content: '\e904';
}
.azico-SearchHistory-OutLined:before {
  content: '\e905';
}
.azico-Article-OutLined:before {
  content: '\e906';
}
.azico-Start-OutLined:before {
  content: '\e907';
}
.azico-IRTTransaction-OutLined:before {
  content: '\e908';
}
.azico-Transaction-OutLined:before {
  content: '\e909';
}
.azico-Report-OutLined:before {
  content: '\e90a';
}
.azico-Play-OutLined:before {
  content: '\e90b';
}
.azico-Security-OutLined:before {
  content: '\e90c';
}
.azico-Setting-OutLined:before {
  content: '\e90d';
}
.azico-Video-OutLined:before {
  content: '\e90e';
}
.azico-User-OutLined:before {
  content: '\e90f';
}
.azico-LocationPen-OutLined:before {
  content: '\e910';
}
.azico-Update-OutLined:before {
  content: '\eb2b';
}
.azico-Minus-OutLined:before {
  content: '\eb2c';
}
.azico-Blog-OutLined:before {
  content: '\eb2d';
}
.azico-Help-OutLined:before {
  content: '\eb2e';
}
.azico-WriteMessage-OutLined:before {
  content: '\eb2f';
}
.azico-Link-OutLined:before {
  content: '\eb30';
}
.azico-QRcode-OutLined:before {
  content: '\eb31';
}
.azico-Authenticator-OutLined:before {
  content: '\eb32';
}
.azico-Download-OutLined:before {
  content: '\eb33';
}
.azico-Key-OutLined:before {
  content: '\eb34';
}
.azico-SMS-OutLined:before {
  content: '\eb35';
}
.azico-ScanBarcode-OutLined:before {
  content: '\eb36';
}
.azico-ArrowUp-OutLined:before {
  content: '\eb37';
}
.azico-ArrowRight-OutLined:before {
  content: '\eb38';
}
.azico-ArrowLeft-OutLined:before {
  content: '\eb39';
}
.azico-Login-OutLined:before {
  content: '\eb3a';
}
.azico-Logout-OutLined:before {
  content: '\eb3b';
}
.azico-BankCard-OutLined:before {
  content: '\eb3c';
}
.azico-Export-OutLined:before {
  content: '\eb3d';
}
.azico-ArrowDown-OutLined:before {
  content: '\eb3e';
}
.azico-AppleShare-OutLined:before {
  content: '\eb3f';
}
.azico-Square-Plus-OutLined:before {
  content: '\eb40';
}
.azico-List-OutLined:before {
  content: '\eb41';
}
.azico-AddressBook-OutLined:before {
  content: '\eb42';
}
.azico-TradeHistory-OutLined:before {
  content: '\eb43';
}
.azico-Check-OutLined:before {
  content: '\eb44';
}
.azico-MessageBot-OutLined:before {
  content: '\eb45';
}
.azico-FiatDeposit-OutLined:before {
  content: '\eb46';
}
.azico-Announcement-OutLined:before {
  content: '\eb47';
}
.azico-Chat-OutLined:before {
  content: '\eb48';
}
.azico-SupportAgent-OutLined:before {
  content: '\eb49';
}
.azico-CryptoWithdraw-OutLined:before {
  content: '\eb4a';
}
.azico-OTP-OutLined:before {
  content: '\eb4b';
}
.azico-FiatWithdraw-OutLined:before {
  content: '\eb4c';
}
.azico-CryptoDeposit-OutLined:before {
  content: '\eb4d';
}
.azico-whatsapp-OutLined:before {
  content: '\eb4e';
}
.azico-twitter-OutLined:before {
  content: '\eb4f';
}
.azico-Trade-OutLined:before {
  content: '\eb50';
}
.azico-Expand-OutLined:before {
  content: '\eb51';
}
.azico-X-OutLined:before {
  content: '\eb29';
}
.azico-Disconnect-OutLined:before {
  content: '\eaf2';
}
.azico-Handshake-OutLined:before {
  content: '\eaf3';
}
.azico-Rules-OutLined:before {
  content: '\eaf4';
}
.azico-ChartPie-OutLined:before {
  content: '\eaf5';
}
.azico-UserCrown-OutLined:before {
  content: '\eaf6';
}
.azico-FaceStars-OutLined:before {
  content: '\eaf7';
}
.azico-Satisfaction-OutLined:before {
  content: '\eaf8';
}
.azico-Gear-OutLined:before {
  content: '\eaf9';
}
.azico-Install-OutLined:before {
  content: '\eafa';
}
.azico-Coins-OutLined:before {
  content: '\eafb';
}
.azico-Shield-OutLined:before {
  content: '\eafc';
}
.azico-Support-OutLined:before {
  content: '\eafd';
}
.azico-Commission-OutLined:before {
  content: '\eafe';
}
.azico-Verification-OutLined:before {
  content: '\eaff';
}
.azico-EasyToSetup-OutLined:before {
  content: '\eb00';
}
.azico-EasyToUse-OutLined:before {
  content: '\eb01';
}
.azico-HandHolding-OutLined1:before {
  content: '\eb02';
}
.azico-CalendarPlus-OutLined:before {
  content: '\eb03';
}
.azico-Job-OutLined:before {
  content: '\eacb';
}
.azico-Unlock-OutLined:before {
  content: '\ea6a';
}
.azico-Locked-OutLined:before {
  content: '\ea6b';
}
.azico-Detail-OutLined:before {
  content: '\ea6c';
}
.azico-Edit-OutLined:before {
  content: '\ea6d';
}
.azico-Telegram-OutLined:before {
  content: '\ea6e';
}
.azico-Message-OutLined:before {
  content: '\ea71';
}
.azico-Paste-OutLined:before {
  content: '\ea44';
}
.azico-Copy-OutLined:before {
  content: '\ea45';
}
.azico-OrdersList-OutLined:before {
  content: '\ea46';
}
.azico-Share-OutLined:before {
  content: '\ea47';
}
.azico-BuyOrders-OutLined:before {
  content: '\ea48';
}
.azico-SellOrders-OutLined:before {
  content: '\ea49';
}
.azico-Filter-OutLined:before {
  content: '\ea4a';
}
.azico-InstantTrade-OutLined:before {
  content: '\ea4b';
}
.azico-ProTrade-OutLined:before {
  content: '\ea4c';
}
.azico-Sell-OutLined:before {
  content: '\ea4d';
}
.azico-Buy-OutLined:before {
  content: '\ea4e';
}
.azico-Withdraw-OutLined:before {
  content: '\ea4f';
}
.azico-Deposit-OutLined:before {
  content: '\ea50';
}
.azico-History-OutLined:before {
  content: '\ea51';
}
.azico-Card-OutLined:before {
  content: '\ea52';
}
.azico-Spinner-OutLined:before {
  content: '\ea53';
}
.azico-More-OutLined:before {
  content: '\e972';
}
.azico-BurgerMenu-OutLined:before {
  content: '\e973';
}
.azico-Return-OutLined:before {
  content: '\e974';
}
.azico-Convert-OutLined:before {
  content: '\e975';
}
.azico-Resizer-OutLined:before {
  content: '\e976';
}
.azico-Dashboard-OutLined:before {
  content: '\e977';
}
.azico-ChartDown-OutLined:before {
  content: '\e978';
}
.azico-Information-OutLined:before {
  content: '\e979';
}
.azico-Trash-OutLined:before {
  content: '\e97a';
}
.azico-Wave-OutLined:before {
  content: '\e97b';
}
.azico-Web-OutLined:before {
  content: '\e97c';
}
.azico-Sort-OutLined:before {
  content: '\e97d';
}
.azico-Upload-OutLined:before {
  content: '\e97e';
}
.azico-Note-OutLined:before {
  content: '\e97f';
}
.azico-DateTime-OutLined:before {
  content: '\e980';
}
.azico-Mail-OutLined:before {
  content: '\e981';
}
.azico-Phone-OutLined:before {
  content: '\e982';
}
.azico-Coin-OutLined:before {
  content: '\e983';
}
.azico-VolumeChart-OutLined:before {
  content: '\e984';
}
.azico-Users-OutLined:before {
  content: '\e985';
}
.azico-CheckList-OutLined:before {
  content: '\e986';
}
.azico-ChartUp-OutLined:before {
  content: '\e987';
}
.azico-Chart-OutLined:before {
  content: '\e988';
}
.azico-Tablet-OutLined:before {
  content: '\e989';
}
.azico-Mobile-OutLined:before {
  content: '\e98a';
}
.azico-Desktop-OutLined:before {
  content: '\e98b';
}
.azico-Sun-OutLined:before {
  content: '\e98c';
}
.azico-Moon-OutLined:before {
  content: '\e98d';
}
.azico-Bell-OutLined:before {
  content: '\e98e';
}
.azico-Wallet-OutLined:before {
  content: '\e98f';
}
.azico-UserAccount-OutLined:before {
  content: '\e990';
}
.azico-DownloadApp-OutLined:before {
  content: '\e991';
}
.azico-Reload-OutLined:before {
  content: '\e992';
}
.azico-VideoCamera-OutLined:before {
  content: '\e993';
}
.azico-Camera-OutLined:before {
  content: '\e994';
}
.azico-QuestionBox-OutLined:before {
  content: '\e995';
}
.azico-Warning-OutLined:before {
  content: '\e996';
}
.azico-ClockCircle-OutLined:before {
  content: '\e997';
}
.azico-QuestionCircle-OutLined:before {
  content: '\e998';
}
.azico-AddPicture-OutLined:before {
  content: '\e999';
}
.azico-CheckCircle-OutLined:before {
  content: '\e99a';
}
.azico-CloseCircle-OutLined:before {
  content: '\e99b';
}
.azico-ExclamationCircle-OutLined:before {
  content: '\e99c';
}
.azico-InfoCircle-OutLined:before {
  content: '\e99d';
}
.azico-Close-OutLined:before {
  content: '\e99e';
}
.azico-Star-OutLined:before {
  content: '\e99f';
}
.azico-Plus-OutLined:before {
  content: '\e9a0';
}
.azico-Eye-OutLined:before {
  content: '\e9a1';
}
.azico-EyeInvisible-OutLined:before {
  content: '\e9a2';
}
.azico-RadioCheck-OutLined:before {
  content: '\e9a3';
}
.azico-RadioUnchecked-OutLined:before {
  content: '\e9a4';
}
.azico-Right-OutLined:before {
  content: '\e9a5';
}
.azico-Left-OutLined:before {
  content: '\e9a6';
}
.azico-Up-OutLined:before {
  content: '\e9a7';
}
.azico-CheckBoxUncheck-OutLined:before {
  content: '\e9a8';
}
.azico-Down-OutLined:before {
  content: '\e9a9';
}
.azico-Calendar-OutLined:before {
  content: '\e9aa';
}
.azico-Map-OutLined:before {
  content: '\e9ab';
}
.azico-Search-OutLined:before {
  content: '\e9ac';
}
.azico-Currency-OutLined:before {
  content: '\e9ad';
}
.azico-PaperClip-OutLined:before {
  content: '\e9ae';
}
.azico-File-OutLined:before {
  content: '\e9af';
}
.azico-GameCup-Filled:before {
  content: '\e92a';
}
.azico-MoreVertical-Filled:before {
  content: '\e924';
}
.azico-FullCircle-Filled:before {
  content: '\e925';
}
.azico-CorporateAccount-Filled:before {
  content: '\e926';
}
.azico-Corporate-Filled:before {
  content: '\e927';
}
.azico-ChartLineUp-Filled:before {
  content: '\e928';
}
.azico-ChartLineDown-Filled:before {
  content: '\e929';
}
.azico-Apple-Filled:before {
  content: '\e92b';
}
.azico-Android-Filled:before {
  content: '\e92c';
}
.azico-AddToHomeScreen-Filled:before {
  content: '\e92d';
}
.azico-Trade-Filled:before {
  content: '\ebb9';
}
.azico-Minus-Filled:before {
  content: '\ebba';
}
.azico-Support-Filled:before {
  content: '\ebbb';
}
.azico-UserAccount-Filled:before {
  content: '\ebbc';
}
.azico-Plus-Filled:before {
  content: '\ebbd';
}
.azico-Candle-Filled:before {
  content: '\ebbe';
}
.azico-Web-Filled:before {
  content: '\ebbf';
}
.azico-PWA-Filled:before {
  content: '\ebc0';
}
.azico-X-Filled:before {
  content: '\eb2a';
}
.azico-Burning-Filled:before {
  content: '\eb04';
}
.azico-Airdrop-Filled:before {
  content: '\eb05';
}
.azico-Listing-Filled:before {
  content: '\eb06';
}
.azico-Announcement-Filled:before {
  content: '\ea54';
}
.azico-VolumeChart-Filled:before {
  content: '\ea55';
}
.azico-MessagePlus-Filled:before {
  content: '\ea56';
}
.azico-MessageMinus-Filled:before {
  content: '\ea57';
}
.azico-link-Filled:before {
  content: '\ea58';
}
.azico-PasteLine-Filled:before {
  content: '\ea59';
}
.azico-CopyLine-Filled:before {
  content: '\ea5a';
}
.azico-Wallet-Filled:before {
  content: '\ea5b';
}
.azico-Network-Filled:before {
  content: '\ea5c';
}
.azico-Copy:before {
  content: '\e9b0';
}
.azico-QRBox:before {
  content: '\e9b1';
}
.azico-Paste:before {
  content: '\e9b2';
}
.azico-Dashboard-Filled:before {
  content: '\e9b3';
}
.azico-CheckMessage-Filled:before {
  content: '\e9b4';
}
.azico-File-Filled:before {
  content: '\e9b5';
}
.azico-ConvertReverse-Filled:before {
  content: '\e9b6';
}
.azico-ArrowChangeSort-Filled:before {
  content: '\e9b7';
}
.azico-More-Filled:before {
  content: '\e9b8';
}
.azico-Like-Filled:before {
  content: '\e9b9';
}
.azico-DisLike-Filled:before {
  content: '\e9ba';
}
.azico-Trash-Filled:before {
  content: '\e9bb';
}
.azico-Warning-Filled:before {
  content: '\e9bc';
}
.azico-ClockCircle-Filled:before {
  content: '\e9bd';
}
.azico-QuestionCircle-Filled:before {
  content: '\e9be';
}
.azico-CloseCircle-Filled:before {
  content: '\e9bf';
}
.azico-InfoCircle-Filled:before {
  content: '\e9c0';
}
.azico-ExclamationCircle-Filled:before {
  content: '\e9c1';
}
.azico-Star-Filled:before {
  content: '\e9c2';
}
.azico-CaretDown-Filled:before {
  content: '\e9c3';
}
.azico-CaretUp-Filled:before {
  content: '\e9c4';
}
.azico-CheckBox-Filled:before {
  content: '\e9c5';
}
.azico-CheckCircle-Filled:before {
  content: '\e9c6';
}
.azico-Aparat-Filled:before {
  content: '\e9c7';
}
.azico-Namasha-Filled:before {
  content: '\e9c8';
}
.azico-Instagram-Filled:before {
  content: '\e9c9';
}
.azico-Linkedin-Filled:before {
  content: '\e9ca';
}
.azico-Youtube-Filled:before {
  content: '\e9cb';
}
.azico-Telegram-Filled:before {
  content: '\e9cc';
}
.azico-Arzinja-Filled:before {
  content: '\e9cd';
}
.azico-Cofebazaar-Filled:before {
  content: '\e9ce';
}
.azico-MyKet-Filled:before {
  content: '\e9cf';
}
.azico-GooglePLay-Filled:before {
  content: '\e9d0';
}
.azico-Appstore-Filled:before {
  content: '\e9d1';
}
.azico-Sibapp-Filled:before {
  content: '\e9d2';
}
.azico-Sibcheh-Filled:before {
  content: '\e9d3';
}

@font-face {
  font-family: 'arzinjabanks';
  src: url('/fonts/banks/arzinjabanks.eot?fm41ph');
  src:
    url('/fonts/banks/arzinjabanks.eot?fm41ph#iefix')
      format('embedded-opentype'),
    url('/fonts/banks/arzinjabanks.woff2?fm41ph') format('woff2'),
    url('/fonts/banks/arzinjabanks.ttf?fm41ph') format('truetype'),
    url('/fonts/banks/arzinjabanks.woff?fm41ph') format('woff'),
    url('/fonts/banks/arzinjabanks.svg?fm41ph#arzinjabanks') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='azicobnk-'],
[class*=' azicobnk-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arzinjabanks' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.azicobnk-ToseeTaavon-Mono:before {
  content: '\e900';
  color: #fff;
}
.azicobnk-ToseeSaderat-Mono:before {
  content: '\e901';
  color: #fff;
}
.azicobnk-Tosee-Mono:before {
  content: '\e902';
  color: #fff;
}
.azicobnk-Tejarat-Mono:before {
  content: '\e903';
  color: #fff;
}
.azicobnk-TaavonEslami-Mono:before {
  content: '\e904';
  color: #fff;
}
.azicobnk-StandardChartered-Mono:before {
  content: '\e905';
  color: #fff;
}
.azicobnk-Sina-Mono:before {
  content: '\e906';
  color: #fff;
}
.azicobnk-Shahr-Mono:before {
  content: '\e907';
  color: #fff;
}
.azicobnk-Kosar-Mono:before {
  content: '\e908';
  color: #fff;
}
.azicobnk-MehrEghtesad-Mono:before {
  content: '\e909';
  color: #fff;
}
.azicobnk-Ghavamin-Mono:before {
  content: '\e90a';
  color: #fff;
}
.azicobnk-Hekmat-Mono:before {
  content: '\e90b';
  color: #fff;
}
.azicobnk-Ansar-Mono:before {
  content: '\e90c';
  color: #fff;
}
.azicobnk-Sepah-Mono:before {
  content: '\e90d';
  color: #fff;
}
.azicobnk-Sarmayeh-Mono:before {
  content: '\e90e';
  color: #fff;
}
.azicobnk-SanatMadan-Mono:before {
  content: '\e90f';
  color: #fff;
}
.azicobnk-Saman-Mono:before {
  content: '\e910';
  color: #fff;
}
.azicobnk-Saderat-Mono:before {
  content: '\e911';
  color: #fff;
}
.azicobnk-Resalat-Mono:before {
  content: '\e912';
  color: #fff;
}
.azicobnk-Refah-Mono:before {
  content: '\e913';
  color: #fff;
}
.azicobnk-Post-Mono:before {
  content: '\e914';
  color: #fff;
}
.azicobnk-Pasargad-Mono:before {
  content: '\e915';
  color: #fff;
}
.azicobnk-Parsian-Mono:before {
  content: '\e916';
  color: #fff;
}
.azicobnk-Noor-Mono:before {
  content: '\e917';
  color: #fff;
}
.azicobnk-Melli-Mono:before {
  content: '\e918';
  color: #fff;
}
.azicobnk-Mellat-Mono:before {
  content: '\e919';
  color: #fff;
}
.azicobnk-Melall-Mono:before {
  content: '\e91a';
  color: #fff;
}
.azicobnk-MehrIran-Mono:before {
  content: '\e91b';
  color: #fff;
}
.azicobnk-Maskan-Mono:before {
  content: '\e91c';
  color: #fff;
}
.azicobnk-KhavarMianeh-Mono:before {
  content: '\e91d';
  color: #fff;
}
.azicobnk-Keshavarzi-Mono:before {
  content: '\e91e';
  color: #fff;
}
.azicobnk-Karafarin-Mono:before {
  content: '\e91f';
  color: #fff;
}
.azicobnk-IranZamin-Mono:before {
  content: '\e920';
  color: #fff;
}
.azicobnk-IranVenezuela-Mono:before {
  content: '\e921';
  color: #fff;
}
.azicobnk-IranEurope-Mono:before {
  content: '\e922';
  color: #fff;
}
.azicobnk-Gardeshgari-Mono:before {
  content: '\e923';
  color: #fff;
}
.azicobnk-Futurebank-Mono:before {
  content: '\e924';
  color: #fff;
}
.azicobnk-EghtesadNovin-Mono:before {
  content: '\e925';
  color: #fff;
}
.azicobnk-Dey-Mono:before {
  content: '\e926';
  color: #fff;
}
.azicobnk-Caspian-Mono:before {
  content: '\e927';
  color: #fff;
}
.azicobnk-BluBank-Mono:before {
  content: '\e928';
  color: #fff;
}
.azicobnk-Bankino-Mono:before {
  content: '\e929';
  color: #fff;
}
.azicobnk-BankMarkazi-Mono:before {
  content: '\e92a';
  color: #fff;
}
.azicobnk-Ayandeh-Mono:before {
  content: '\e92b';
  color: #fff;
}
.azicobnk-Zibal-Mono:before {
  content: '\e92c';
  color: #fff;
}
.azicobnk-Zarrinpal-Mono:before {
  content: '\e92d';
  color: #fff;
}
.azicobnk-Vandar-Mono:before {
  content: '\e92e';
  color: #fff;
}
.azicobnk-Shaparak-Mono:before {
  content: '\e92f';
  color: #fff;
}
.azicobnk-SamanKish-Mono:before {
  content: '\e930';
  color: #fff;
}
.azicobnk-Sadad-Mono:before {
  content: '\e931';
  color: #fff;
}
.azicobnk-Payping-Mono:before {
  content: '\e932';
  color: #fff;
}
.azicobnk-Payir-Mono:before {
  content: '\e933';
  color: #fff;
}
.azicobnk-PasargadPep-Mono:before {
  content: '\e934';
  color: #fff;
}
.azicobnk-NextPay-Mono:before {
  content: '\e935';
  color: #fff;
}
.azicobnk-IDpay-Mono:before {
  content: '\e936';
  color: #fff;
}
.azicobnk-Hesabit-Mono:before {
  content: '\e937';
  color: #fff;
}
.azicobnk-Digipay-Mono:before {
  content: '\e938';
  color: #fff;
}
.azicobnk-AsanPardakht-Mono:before {
  content: '\e939';
  color: #fff;
}
.azicobnk-ToseeTaavon-Colored .path1:before {
  content: '\e93a';
  color: rgb(205, 204, 204);
}
.azicobnk-ToseeTaavon-Colored .path2:before {
  content: '\e93b';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path3:before {
  content: '\e93c';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path4:before {
  content: '\e93d';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path5:before {
  content: '\e93e';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path6:before {
  content: '\e93f';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path7:before {
  content: '\e940';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeTaavon-Colored .path8:before {
  content: '\e941';
  margin-left: -1em;
  color: rgb(81, 181, 209);
}
.azicobnk-ToseeSaderat-Colored:before {
  content: '\e942';
  color: #006d08;
}
.azicobnk-Tosee-Colored:before {
  content: '\e943';
  color: #8f2426;
}
.azicobnk-Tejarat-Colored:before {
  content: '\e944';
  color: #2f4a98;
}
.azicobnk-TaavonEslami-Colored:before {
  content: '\e945';
  color: #00920a;
}
.azicobnk-StandardChartered-Colored .path1:before {
  content: '\e946';
  color: rgb(128, 176, 213);
}
.azicobnk-StandardChartered-Colored .path2:before {
  content: '\e947';
  margin-left: -1em;
  color: rgb(162, 217, 147);
}
.azicobnk-StandardChartered-Colored .path3:before {
  content: '\e948';
  margin-left: -1em;
  color: rgb(8, 109, 169);
}
.azicobnk-StandardChartered-Colored .path4:before {
  content: '\e949';
  margin-left: -1em;
  color: rgb(53, 175, 59);
}
.azicobnk-Sina-Colored .path1:before {
  content: '\e94a';
  color: rgb(36, 56, 115);
}
.azicobnk-Sina-Colored .path2:before {
  content: '\e94b';
  margin-left: -1em;
  color: rgb(36, 56, 115);
}
.azicobnk-Sina-Colored .path3:before {
  content: '\e94c';
  margin-left: -1em;
  color: rgb(219, 175, 46);
}
.azicobnk-Shahr-Colored:before {
  content: '\e94d';
  color: #d8262c;
}
.azicobnk-Kosar-Colored .path1:before {
  content: '\e94e';
  color: rgb(127, 23, 96);
}
.azicobnk-Kosar-Colored .path2:before {
  content: '\e94f';
  margin-left: -1em;
  color: rgb(236, 0, 140);
}
.azicobnk-Kosar-Colored .path3:before {
  content: '\e950';
  margin-left: -1em;
  color: rgb(236, 0, 140);
}
.azicobnk-Kosar-Colored .path4:before {
  content: '\e951';
  margin-left: -1em;
  color: rgb(236, 0, 140);
}
.azicobnk-Kosar-Colored .path5:before {
  content: '\e952';
  margin-left: -1em;
  color: rgb(250, 166, 26);
}
.azicobnk-Kosar-Colored .path6:before {
  content: '\e953';
  margin-left: -1em;
  color: rgb(250, 166, 26);
}
.azicobnk-MehrEghtesad-Colored .path1:before {
  content: '\e954';
  color: rgb(2, 154, 76);
}
.azicobnk-MehrEghtesad-Colored .path2:before {
  content: '\e955';
  margin-left: -1em;
  color: rgb(2, 154, 76);
}
.azicobnk-MehrEghtesad-Colored .path3:before {
  content: '\e956';
  margin-left: -1em;
  color: rgb(2, 154, 76);
}
.azicobnk-MehrEghtesad-Colored .path4:before {
  content: '\e957';
  margin-left: -1em;
  color: rgb(2, 154, 76);
}
.azicobnk-MehrEghtesad-Colored .path5:before {
  content: '\e958';
  margin-left: -1em;
  color: rgb(235, 140, 48);
}
.azicobnk-Ghavamin-Colored .path1:before {
  content: '\e959';
  color: rgb(0, 125, 61);
}
.azicobnk-Ghavamin-Colored .path2:before {
  content: '\e95a';
  margin-left: -1em;
  color: rgb(0, 125, 61);
}
.azicobnk-Ghavamin-Colored .path3:before {
  content: '\e95b';
  margin-left: -1em;
  color: rgb(255, 244, 0);
}
.azicobnk-Hekmat-Colored:before {
  content: '\e95c';
  color: #324c88;
}
.azicobnk-Ansar-Colored .path1:before {
  content: '\e95d';
  color: rgb(238, 185, 0);
}
.azicobnk-Ansar-Colored .path2:before {
  content: '\e95e';
  margin-left: -1em;
  color: rgb(238, 185, 0);
}
.azicobnk-Ansar-Colored .path3:before {
  content: '\e95f';
  margin-left: -1em;
  color: rgb(170, 26, 31);
}
.azicobnk-Ansar-Colored .path4:before {
  content: '\e960';
  margin-left: -1em;
  color: rgb(170, 26, 31);
}
.azicobnk-Sepah-Colored .path1:before {
  content: '\e961';
  color: rgb(233, 91, 0);
}
.azicobnk-Sepah-Colored .path2:before {
  content: '\e962';
  margin-left: -1em;
  color: rgb(78, 78, 78);
}
.azicobnk-Sarmayeh-Colored .path1:before {
  content: '\e963';
  color: rgb(31, 31, 72);
}
.azicobnk-Sarmayeh-Colored .path2:before {
  content: '\e964';
  margin-left: -1em;
  color: rgb(31, 31, 72);
}
.azicobnk-Sarmayeh-Colored .path3:before {
  content: '\e965';
  margin-left: -1em;
  color: rgb(175, 178, 174);
}
.azicobnk-SanatMadan-Colored:before {
  content: '\e966';
  color: #9b814c;
}
.azicobnk-Saman-Colored .path1:before {
  content: '\e967';
  color: rgb(125, 205, 241);
}
.azicobnk-Saman-Colored .path2:before {
  content: '\e968';
  margin-left: -1em;
  color: rgb(0, 170, 231);
}
.azicobnk-Saman-Colored .path3:before {
  content: '\e969';
  margin-left: -1em;
  color: rgb(0, 111, 186);
}
.azicobnk-Saman-Colored .path4:before {
  content: '\e96a';
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.azicobnk-Saderat-Colored:before {
  content: '\e96b';
  color: #2d2a68;
}
.azicobnk-Resalat-Colored:before {
  content: '\e96c';
  color: #00bbe6;
}
.azicobnk-Refah-Colored:before {
  content: '\e96d';
  color: #173576;
}
.azicobnk-Post-Colored:before {
  content: '\e96e';
  color: #14763e;
}
.azicobnk-Pasargad-Colored:before {
  content: '\e96f';
  color: #fecc09;
}
.azicobnk-Parsian-Colored .path1:before {
  content: '\e970';
  color: rgb(178, 125, 83);
}
.azicobnk-Parsian-Colored .path2:before {
  content: '\e971';
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.azicobnk-Noor-Colored .path1:before {
  content: '\e972';
  color: rgb(0, 34, 99);
}
.azicobnk-Noor-Colored .path2:before {
  content: '\e973';
  margin-left: -1em;
  color: rgb(11, 187, 185);
}
.azicobnk-Melli-Colored .path1:before {
  content: '\e974';
  color: rgb(241, 175, 14);
}
.azicobnk-Melli-Colored .path2:before {
  content: '\e975';
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.azicobnk-Melli-Colored .path3:before {
  content: '\e976';
  margin-left: -1em;
  color: rgb(254, 248, 134);
}
.azicobnk-Melli-Colored .path4:before {
  content: '\e977';
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.azicobnk-Melli-Colored .path5:before {
  content: '\e978';
  margin-left: -1em;
  color: rgb(223, 0, 36);
}
.azicobnk-Mellat-Colored .path1:before {
  content: '\e979';
  color: rgb(186, 11, 34);
}
.azicobnk-Mellat-Colored .path2:before {
  content: '\e97a';
  margin-left: -1em;
  color: rgb(255, 199, 48);
}
.azicobnk-Melall-Colored .path1:before {
  content: '\e97b';
  color: rgb(255, 127, 49);
}
.azicobnk-Melall-Colored .path2:before {
  content: '\e97c';
  margin-left: -1em;
  color: rgb(55, 56, 154);
}
.azicobnk-Melall-Colored .path3:before {
  content: '\e97d';
  margin-left: -1em;
  color: rgb(55, 56, 154);
}
.azicobnk-Melall-Colored .path4:before {
  content: '\e97e';
  margin-left: -1em;
  color: rgb(55, 56, 154);
}
.azicobnk-Melall-Colored .path5:before {
  content: '\e97f';
  margin-left: -1em;
  color: rgb(55, 56, 154);
}
.azicobnk-Melall-Colored .path6:before {
  content: '\e980';
  margin-left: -1em;
  color: rgb(55, 56, 154);
}
.azicobnk-MehrIran-Colored:before {
  content: '\e981';
  color: #7ec242;
}
.azicobnk-Maskan-Colored:before {
  content: '\e982';
  color: #ec520d;
}
.azicobnk-KhavarMianeh-Colored:before {
  content: '\e983';
  color: #f29200;
}
.azicobnk-Keshavarzi-Colored .path1:before {
  content: '\e984';
  color: rgb(216, 172, 78);
}
.azicobnk-Keshavarzi-Colored .path2:before {
  content: '\e985';
  margin-left: -1em;
  color: rgb(31, 44, 20);
}
.azicobnk-Karafarin-Colored:before {
  content: '\e986';
  color: #00a092;
}
.azicobnk-IranZamin-Colored .path1:before {
  content: '\e987';
  color: rgb(76, 42, 147);
}
.azicobnk-IranZamin-Colored .path2:before {
  content: '\e988';
  margin-left: -1em;
  color: rgb(241, 11, 124);
}
.azicobnk-IranVenezuela-Colored .path1:before {
  content: '\e989';
  color: rgb(237, 197, 58);
}
.azicobnk-IranVenezuela-Colored .path2:before {
  content: '\e98a';
  margin-left: -1em;
  color: rgb(46, 51, 144);
}
.azicobnk-IranEurope-Colored .path1:before {
  content: '\e98b';
  color: rgb(163, 163, 162);
}
.azicobnk-IranEurope-Colored .path2:before {
  content: '\e98c';
  margin-left: -1em;
  color: rgb(5, 50, 110);
}
.azicobnk-Gardeshgari-Colored .path1:before {
  content: '\e98d';
  color: rgb(177, 17, 22);
}
.azicobnk-Gardeshgari-Colored .path2:before {
  content: '\e98e';
  margin-left: -1em;
  color: rgb(0, 161, 191);
}
.azicobnk-Futurebank-Colored .path1:before {
  content: '\e98f';
  color: rgb(77, 162, 231);
}
.azicobnk-Futurebank-Colored .path2:before {
  content: '\e990';
  margin-left: -1em;
  color: rgb(130, 190, 238);
}
.azicobnk-Futurebank-Colored .path3:before {
  content: '\e991';
  margin-left: -1em;
  color: rgb(166, 208, 243);
}
.azicobnk-EghtesadNovin-Colored:before {
  content: '\e992';
  color: #6850a1;
}
.azicobnk-Dey-Colored:before {
  content: '\e993';
  color: #008b9a;
}
.azicobnk-Caspian-Colored .path1:before {
  content: '\e994';
  color: rgb(49, 60, 76);
}
.azicobnk-Caspian-Colored .path2:before {
  content: '\e995';
  margin-left: -1em;
  color: rgb(253, 184, 22);
}
.azicobnk-BluBank-Colored .path1:before {
  content: '\e996';
  color: rgb(0, 0, 0);
}
.azicobnk-BluBank-Colored .path2:before {
  content: '\e997';
  margin-left: -1em;
  color: rgb(78, 145, 230);
}
.azicobnk-BluBank-Colored .path3:before {
  content: '\e998';
  margin-left: -1em;
  color: rgb(78, 145, 230);
}
.azicobnk-BluBank-Colored .path4:before {
  content: '\e999';
  margin-left: -1em;
  color: rgb(78, 145, 230);
}
.azicobnk-Bankino-Colored:before {
  content: '\e99a';
  color: #f68e1e;
}
.azicobnk-BankMarkazi-Colored:before {
  content: '\e99b';
  color: #00194a;
}
.azicobnk-Ayandeh-Colored .path1:before {
  content: '\e99c';
  color: rgb(117, 45, 30);
}
.azicobnk-Ayandeh-Colored .path2:before {
  content: '\e99d';
  margin-left: -1em;
  color: rgb(217, 157, 42);
}
.azicobnk-Zibal-Colored:before {
  content: '\e99e';
  color: #3a3ae4;
}
.azicobnk-Zarrinpal-Colored:before {
  content: '\e99f';
  color: #ffd23f;
}
.azicobnk-Vandar-Colored:before {
  content: '\e9a0';
  color: #4c9f87;
}
.azicobnk-Shaparak-Colored:before {
  content: '\e9a1';
  color: #1d93d1;
}
.azicobnk-SamanKish-Colored .path1:before {
  content: '\e9a2';
  color: rgb(109, 113, 112);
}
.azicobnk-SamanKish-Colored .path2:before {
  content: '\e9a3';
  margin-left: -1em;
  color: rgb(229, 191, 178);
}
.azicobnk-SamanKish-Colored .path3:before {
  content: '\e9a4';
  margin-left: -1em;
  color: rgb(208, 156, 160);
}
.azicobnk-SamanKish-Colored .path4:before {
  content: '\e9a5';
  margin-left: -1em;
  color: rgb(162, 103, 105);
}
.azicobnk-SamanKish-Colored .path5:before {
  content: '\e9a6';
  margin-left: -1em;
  color: rgb(141, 75, 65);
}
.azicobnk-SamanKish-Colored .path6:before {
  content: '\e9a7';
  margin-left: -1em;
  color: rgb(126, 54, 51);
}
.azicobnk-SamanKish-Colored .path7:before {
  content: '\e9a8';
  margin-left: -1em;
  color: rgb(104, 35, 33);
}
.azicobnk-SamanKish-Colored .path8:before {
  content: '\e9a9';
  margin-left: -1em;
  color: rgb(85, 21, 23);
}
.azicobnk-SamanKish-Colored .path9:before {
  content: '\e9aa';
  margin-left: -1em;
  color: rgb(67, 5, 10);
}
.azicobnk-SamanKish-Colored .path10:before {
  content: '\e9ab';
  margin-left: -1em;
  color: rgb(88, 0, 2);
}
.azicobnk-SamanKish-Colored .path11:before {
  content: '\e9ac';
  margin-left: -1em;
  color: rgb(137, 1, 0);
}
.azicobnk-SamanKish-Colored .path12:before {
  content: '\e9ad';
  margin-left: -1em;
  color: rgb(0, 1, 83);
}
.azicobnk-SamanKish-Colored .path13:before {
  content: '\e9ae';
  margin-left: -1em;
  color: rgb(21, 21, 159);
}
.azicobnk-SamanKish-Colored .path14:before {
  content: '\e9af';
  margin-left: -1em;
  color: rgb(10, 7, 232);
}
.azicobnk-SamanKish-Colored .path15:before {
  content: '\e9b0';
  margin-left: -1em;
  color: rgb(58, 57, 235);
}
.azicobnk-SamanKish-Colored .path16:before {
  content: '\e9b1';
  margin-left: -1em;
  color: rgb(64, 53, 254);
}
.azicobnk-SamanKish-Colored .path17:before {
  content: '\e9b2';
  margin-left: -1em;
  color: rgb(78, 69, 246);
}
.azicobnk-SamanKish-Colored .path18:before {
  content: '\e9b3';
  margin-left: -1em;
  color: rgb(104, 97, 235);
}
.azicobnk-SamanKish-Colored .path19:before {
  content: '\e9b4';
  margin-left: -1em;
  color: rgb(141, 129, 255);
}
.azicobnk-SamanKish-Colored .path20:before {
  content: '\e9b5';
  margin-left: -1em;
  color: rgb(180, 166, 254);
}
.azicobnk-SamanKish-Colored .path21:before {
  content: '\e9b6';
  margin-left: -1em;
  color: rgb(0, 43, 152);
}
.azicobnk-Sadad-Colored:before {
  content: '\e9b7';
  color: #fdb913;
}
.azicobnk-Payping-Colored .path1:before {
  content: '\e9b8';
  color: rgb(0, 128, 255);
}
.azicobnk-Payping-Colored .path2:before {
  content: '\e9b9';
  margin-left: -1em;
  color: rgb(23, 43, 77);
}
.azicobnk-Payir-Colored .path1:before {
  content: '\e9ba';
  color: rgb(255, 151, 0);
}
.azicobnk-Payir-Colored .path2:before {
  content: '\e9bb';
  margin-left: -1em;
  color: rgb(64, 115, 181);
}
.azicobnk-PasargadPep-Colored .path1:before {
  content: '\e9bc';
  color: rgb(237, 28, 36);
}
.azicobnk-PasargadPep-Colored .path2:before {
  content: '\e9bd';
  margin-left: -1em;
  color: rgb(209, 211, 212);
}
.azicobnk-PasargadPep-Colored .path3:before {
  content: '\e9be';
  margin-left: -1em;
  color: rgb(247, 147, 30);
}
.azicobnk-PasargadPep-Colored .path4:before {
  content: '\e9bf';
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.azicobnk-NextPay-Colored .path1:before {
  content: '\e9c0';
  color: rgb(20, 140, 155);
}
.azicobnk-NextPay-Colored .path2:before {
  content: '\e9c1';
  margin-left: -1em;
  color: rgb(13, 113, 134);
}
.azicobnk-NextPay-Colored .path3:before {
  content: '\e9c2';
  margin-left: -1em;
  color: rgb(48, 51, 102);
}
.azicobnk-IDpay-Colored:before {
  content: '\e9c3';
  color: #1471ea;
}
.azicobnk-Hesabit-Colored:before {
  content: '\e9c4';
  color: #00bbbc;
}
.azicobnk-Digipay-Colored:before {
  content: '\e9c5';
  color: #0040ff;
}
.azicobnk-AsanPardakht-Colored .path1:before {
  content: '\e9c6';
  color: rgb(178, 12, 12);
}
.azicobnk-AsanPardakht-Colored .path2:before {
  content: '\e9c7';
  margin-left: -1em;
  color: rgb(240, 78, 35);
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 200ms ease-out;
  opacity: 0;
}

.modal-overlay--after-open {
  opacity: 1;
}

.modal-overlay--before-close {
  opacity: 0;
}

.modal-content {
  transform: scale(0.95) translateY(8px);
  transition:
    transform 200ms ease-out,
    opacity 200ms ease-out;
  opacity: 0;
}

.modal-content--after-open {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-content--before-close {
  transform: scale(0.95) translateY(8px);
  opacity: 0;
}

.modal-overlay-mobile {
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 200ms ease-out;
  opacity: 0;
}

.modal-overlay-mobile--after-open {
  opacity: 1;
}

.modal-overlay-mobile--before-close {
  opacity: 0;
}

.modal-content-mobile {
  transform: translateY(100%);
  transition:
    transform 200ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 200ms ease-out;
  opacity: 0;
}

.modal-content-mobile--after-open {
  transform: translateY(0);
  opacity: 1;
}

.modal-content-mobile--before-close {
  transform: translateY(100%);
  opacity: 0;
}

.dark-mode .modal-overlay,
.dark-mode .modal-overlay-mobile {
  background-color: rgba(0, 0, 0, 0.6);
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: #ebebeb;

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: 320px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 6px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: #e74c3c;
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: 0.2;
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/a6ceacc18d3e0852-s.p.woff) format('woff');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/9f135166d61d07eb-s.p.woff) format('woff');
font-display: swap;
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/cca1b695f9e43b02-s.p.woff) format('woff');
font-display: swap;
font-weight: 700;
font-style: normal;
}@font-face {font-family: 'iransansX Fallback';src: local("Arial");ascent-override: 99.08%;descent-override: 49.54%;line-gap-override: 0.00%;size-adjust: 100.93%
}.__className_7ddbf0 {font-family: 'iransansX', 'iransansX Fallback'
}.__variable_7ddbf0 {--font-iransansX: 'iransansX', 'iransansX Fallback'
}

@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/a6ceacc18d3e0852-s.p.woff) format('woff');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/9f135166d61d07eb-s.p.woff) format('woff');
font-display: swap;
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'iransansX';
src: url(https://arzinja.info/_next/static/media/cca1b695f9e43b02-s.p.woff) format('woff');
font-display: swap;
font-weight: 700;
font-style: normal;
}@font-face {font-family: 'iransansX Fallback';src: local("Arial");ascent-override: 99.08%;descent-override: 49.54%;line-gap-override: 0.00%;size-adjust: 100.93%
}.__className_7ddbf0 {font-family: 'iransansX', 'iransansX Fallback'
}.__variable_7ddbf0 {--font-iransansX: 'iransansX', 'iransansX Fallback'
}

.styles_rangeSlider__tWLmz::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#00df9a;border-radius:50%;border:none;cursor:pointer}.styles_rangeSlider__tWLmz::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#00df9a;border:none;cursor:pointer}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

