* {
    font-family: __fonts_d77b11, __fonts_Fallback_d77b11 !important;
}

.anticon {
    display: inline-flex;
    alignItems: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:where(.css-g92w25)[class^="ant-form"],
:where(.css-g92w25)[class*=" ant-form"] {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-form"]::before,
:where(.css-g92w25)[class*=" ant-form"]::before,
:where(.css-g92w25)[class^="ant-form"]::after,
:where(.css-g92w25)[class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-form"] [class^="ant-form"],
:where(.css-g92w25)[class*=" ant-form"] [class^="ant-form"],
:where(.css-g92w25)[class^="ant-form"] [class*=" ant-form"],
:where(.css-g92w25)[class*=" ant-form"] [class*=" ant-form"] {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-form"] [class^="ant-form"]::before,
:where(.css-g92w25)[class*=" ant-form"] [class^="ant-form"]::before,
:where(.css-g92w25)[class^="ant-form"] [class*=" ant-form"]::before,
:where(.css-g92w25)[class*=" ant-form"] [class*=" ant-form"]::before,
:where(.css-g92w25)[class^="ant-form"] [class^="ant-form"]::after,
:where(.css-g92w25)[class*=" ant-form"] [class^="ant-form"]::after,
:where(.css-g92w25)[class^="ant-form"] [class*=" ant-form"]::after,
:where(.css-g92w25)[class*=" ant-form"] [class*=" ant-form"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

:where(.css-g92w25).ant-form legend {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-g92w25).ant-form input[type="search"] {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-form input[type="radio"],
:where(.css-g92w25).ant-form input[type="checkbox"] {
    line-height: normal;
}

:where(.css-g92w25).ant-form input[type="file"] {
    display: block;
}

:where(.css-g92w25).ant-form input[type="range"] {
    display: block;
    width: 100%;
}

:where(.css-g92w25).ant-form select[multiple],
:where(.css-g92w25).ant-form select[size] {
    height: auto;
}

:where(.css-g92w25).ant-form input[type='file']:focus,
:where(.css-g92w25).ant-form input[type='radio']:focus,
:where(.css-g92w25).ant-form input[type='checkbox']:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(122, 5, 255, 0.06);
}

:where(.css-g92w25).ant-form output {
    display: block;
    padding-top: 15px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-g92w25).ant-form .ant-form-text {
    display: inline-block;
    padding-inline-end: 12px;
}

:where(.css-g92w25).ant-form-small .ant-form-item .ant-form-item-label>label {
    height: 24px;
}

:where(.css-g92w25).ant-form-small .ant-form-item .ant-form-item-control-input {
    min-height: 24px;
}

:where(.css-g92w25).ant-form-large .ant-form-item .ant-form-item-label>label {
    height: 40px;
}

:where(.css-g92w25).ant-form-large .ant-form-item .ant-form-item-control-input {
    min-height: 40px;
}

:where(.css-g92w25).ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
    vertical-align: top;
}

:where(.css-g92w25).ant-form-item-with-help {
    transition: none;
}

:where(.css-g92w25).ant-form-item-hidden,
:where(.css-g92w25).ant-form-item-hidden.ant-row {
    display: none;
}

:where(.css-g92w25).ant-form-item-has-warning .ant-form-item-split {
    color: #eb4747;
}

:where(.css-g92w25).ant-form-item-has-error .ant-form-item-split {
    color: #faad14;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label {
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    vertical-align: middle;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label-left {
    text-align: start;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label-wrap {
    overflow: unset;
    line-height: 1.5714285714285714;
    white-space: unset;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: #2D2F39;
    font-size: 14px;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label>.anticon {
    font-size: 14px;
    vertical-align: top;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #eb4747;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.ant-form-hide-required-mark :where(.css-g92w25).ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label .ant-form-item-optional {
    display: inline-block;
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.45);
}

.ant-form-hide-required-mark :where(.css-g92w25).ant-form-item .ant-form-item-label>label .ant-form-item-optional {
    display: none;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label .ant-form-item-tooltip {
    color: rgba(0, 0, 0, 0.45);
    cursor: help;
    writing-mode: horizontal-tb;
    margin-inline-start: 4px;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label::after {
    content: ":";
    position: relative;
    margin-block: 0;
    margin-inline-start: 2px;
    margin-inline-end: 8px;
}

:where(.css-g92w25).ant-form-item .ant-form-item-label>label.ant-form-item-no-colon::after {
    content: "\a0";
}

:where(.css-g92w25).ant-form-item .ant-form-item-control {
    --ant-display: flex;
    flex-direction: column;
    flex-grow: 1;
}

:where(.css-g92w25).ant-form-item .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]) {
    width: 100%;
}

:where(.css-g92w25).ant-form-item .ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

:where(.css-g92w25).ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

:where(.css-g92w25).ant-form-item .ant-form-item-explain,
:where(.css-g92w25).ant-form-item .ant-form-item-extra {
    clear: both;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-g92w25).ant-form-item .ant-form-item-explain-connected {
    width: 100%;
}

:where(.css-g92w25).ant-form-item .ant-form-item-extra {
    min-height: 24px;
    transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

:where(.css-g92w25).ant-form-item .ant-form-item-explain-error {
    color: #eb4747;
}

:where(.css-g92w25).ant-form-item .ant-form-item-explain-warning {
    color: #faad14;
}

:where(.css-g92w25).ant-form-item-with-help .ant-form-item-explain {
    height: auto;
    opacity: 1;
}

:where(.css-g92w25).ant-form-item .ant-form-item-feedback-icon {
    font-size: 14px;
    text-align: center;
    visibility: visible;
    animation-name: css-g92w25-antZoomIn;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
}

:where(.css-g92w25).ant-form-item .ant-form-item-feedback-icon-success {
    color: #52c41a;
}

:where(.css-g92w25).ant-form-item .ant-form-item-feedback-icon-error {
    color: #eb4747;
}

:where(.css-g92w25).ant-form-item .ant-form-item-feedback-icon-warning {
    color: #faad14;
}

:where(.css-g92w25).ant-form-item .ant-form-item-feedback-icon-validating {
    color: #884dff;
}

:where(.css-g92w25).ant-form-show-help {
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-g92w25).ant-form-show-help-appear,
:where(.css-g92w25).ant-form-show-help-enter {
    opacity: 0;
}

:where(.css-g92w25).ant-form-show-help-appear-active,
:where(.css-g92w25).ant-form-show-help-enter-active {
    opacity: 1;
}

:where(.css-g92w25).ant-form-show-help-leave {
    opacity: 1;
}

:where(.css-g92w25).ant-form-show-help-leave-active {
    opacity: 0;
}

:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item {
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear,
:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter {
    transform: translateY(-5px);
    opacity: 0;
}

:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active,
:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active {
    transform: translateY(0);
    opacity: 1;
}

:where(.css-g92w25).ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active {
    transform: translateY(-5px);
}

:where(.css-g92w25).ant-form-horizontal .ant-form-item-label {
    flex-grow: 0;
}

:where(.css-g92w25).ant-form-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

:where(.css-g92w25).ant-form-horizontal .ant-form-item-label[class$='-24']+.ant-form-item-control,
:where(.css-g92w25).ant-form-horizontal .ant-form-item-label[class*='-24 ']+.ant-form-item-control {
    min-width: unset;
}

:where(.css-g92w25).ant-form-inline {
    display: flex;
    flex-wrap: wrap;
}

:where(.css-g92w25).ant-form-inline .ant-form-item {
    flex: none;
    margin-inline-end: 16px;
    margin-bottom: 0;
}

:where(.css-g92w25).ant-form-inline .ant-form-item-row {
    flex-wrap: nowrap;
}

:where(.css-g92w25).ant-form-inline .ant-form-item>.ant-form-item-label,
:where(.css-g92w25).ant-form-inline .ant-form-item>.ant-form-item-control {
    display: inline-block;
    vertical-align: top;
}

:where(.css-g92w25).ant-form-inline .ant-form-item>.ant-form-item-label {
    flex: none;
}

:where(.css-g92w25).ant-form-inline .ant-form-item .ant-form-text {
    display: inline-block;
}

:where(.css-g92w25).ant-form-inline .ant-form-item .ant-form-item-has-feedback {
    display: inline-block;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item-row {
    flex-direction: column;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item-label>label {
    height: auto;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item .ant-form-item-control {
    width: 100%;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item-label,
:where(.css-g92w25).ant-col-24.ant-form-item-label,
:where(.css-g92w25).ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item-label>label,
:where(.css-g92w25).ant-col-24.ant-form-item-label>label,
:where(.css-g92w25).ant-col-xl-24.ant-form-item-label>label {
    margin: 0;
}

:where(.css-g92w25).ant-form-vertical .ant-form-item-label>label::after,
:where(.css-g92w25).ant-col-24.ant-form-item-label>label::after,
:where(.css-g92w25).ant-col-xl-24.ant-form-item-label>label::after {
    visibility: hidden;
}

@media (max-width: 575px) {
    :where(.css-g92w25).ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-g92w25).ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-g92w25).ant-form-item .ant-form-item-label>label::after {
        visibility: hidden;
    }

    :where(.css-g92w25).ant-form:not(.ant-form-inline) .ant-form-item {
        flex-wrap: wrap;
    }

    :where(.css-g92w25).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=" ant-col-xs"]),
    :where(.css-g92w25).ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-control:not([class*=" ant-col-xs"]) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-form .ant-col-xs-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-g92w25).ant-form .ant-col-xs-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-g92w25).ant-form .ant-col-xs-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    :where(.css-g92w25).ant-form .ant-col-sm-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-g92w25).ant-form .ant-col-sm-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-g92w25).ant-form .ant-col-sm-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    :where(.css-g92w25).ant-form .ant-col-md-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-g92w25).ant-form .ant-col-md-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-g92w25).ant-form .ant-col-md-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    :where(.css-g92w25).ant-form .ant-col-lg-24.ant-form-item-label {
        padding: 0 0 8px;
        margin: 0;
        white-space: initial;
        text-align: start;
    }

    :where(.css-g92w25).ant-form .ant-col-lg-24.ant-form-item-label>label {
        margin: 0;
    }

    :where(.css-g92w25).ant-form .ant-col-lg-24.ant-form-item-label>label::after {
        visibility: hidden;
    }
}

:where(.css-g92w25).ant-form .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-g92w25).ant-form .ant-motion-collapse-legacy-active {
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

:where(.css-g92w25).ant-form .ant-motion-collapse {
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

@keyframes css-g92w25-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

:where(.css-i0102m) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-i0102m) a:hover {
    color: #69b1ff;
}

:where(.css-i0102m) a:active {
    color: #0958d9;
}

:where(.css-i0102m) a:active,
:where(.css-i0102m) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-i0102m) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-i0102m) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-i0102m)[class^="ant-modal"],
:where(.css-i0102m)[class*=" ant-modal"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-modal"]::before,
:where(.css-i0102m)[class*=" ant-modal"]::before,
:where(.css-i0102m)[class^="ant-modal"]::after,
:where(.css-i0102m)[class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-modal"] [class^="ant-modal"],
:where(.css-i0102m)[class*=" ant-modal"] [class^="ant-modal"],
:where(.css-i0102m)[class^="ant-modal"] [class*=" ant-modal"],
:where(.css-i0102m)[class*=" ant-modal"] [class*=" ant-modal"] {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-modal"] [class^="ant-modal"]::before,
:where(.css-i0102m)[class*=" ant-modal"] [class^="ant-modal"]::before,
:where(.css-i0102m)[class^="ant-modal"] [class*=" ant-modal"]::before,
:where(.css-i0102m)[class*=" ant-modal"] [class*=" ant-modal"]::before,
:where(.css-i0102m)[class^="ant-modal"] [class^="ant-modal"]::after,
:where(.css-i0102m)[class*=" ant-modal"] [class^="ant-modal"]::after,
:where(.css-i0102m)[class^="ant-modal"] [class*=" ant-modal"]::after,
:where(.css-i0102m)[class*=" ant-modal"] [class*=" ant-modal"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-i0102m).ant-modal-root .ant-modal-centered {
    text-align: center;
}

:where(.css-i0102m).ant-modal-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

:where(.css-i0102m).ant-modal-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
}

@media (max-width: 767) {
    :where(.css-i0102m).ant-modal-root .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8 auto;
    }

    :where(.css-i0102m).ant-modal-root .ant-modal-centered .ant-modal {
        flex: 1;
    }
}

:where(.css-i0102m).ant-modal {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 24px;
}

:where(.css-i0102m).ant-modal .ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

:where(.css-i0102m).ant-modal .ant-modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    pointer-events: auto;
    padding: 20px 24px;
}

:where(.css-i0102m).ant-modal .ant-modal-close {
    position: absolute;
    top: 17px;
    inset-inline-end: 17px;
    z-index: 1010;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

:where(.css-i0102m).ant-modal .ant-modal-close-x {
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    justify-content: center;
    text-transform: none;
    text-rendering: auto;
}

:where(.css-i0102m).ant-modal .ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-i0102m).ant-modal .ant-modal-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-i0102m).ant-modal .ant-modal-close:focus-visible {
    outline: 4px solid #91caff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-i0102m).ant-modal .ant-modal-header {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
}

:where(.css-i0102m).ant-modal .ant-modal-body {
    font-size: 14px;
    line-height: 1.5714285714285714;
    word-wrap: break-word;
}

:where(.css-i0102m).ant-modal .ant-modal-footer {
    text-align: end;
    background: transparent;
    margin-top: 12px;
}

:where(.css-i0102m).ant-modal .ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
    margin-bottom: 0;
    margin-inline-start: 8px;
}

:where(.css-i0102m).ant-modal .ant-modal-open {
    overflow: hidden;
}

:where(.css-i0102m).ant-modal-pure-panel {
    top: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

:where(.css-i0102m).ant-modal-pure-panel .ant-modal-content,
:where(.css-i0102m).ant-modal-pure-panel .ant-modal-body,
:where(.css-i0102m).ant-modal-pure-panel .ant-modal-confirm-body-wrapper {
    display: flex;
    flex-direction: column;
    flex: auto;
}

:where(.css-i0102m).ant-modal-pure-panel .ant-modal-confirm-body {
    margin-bottom: auto;
}

:where(.css-i0102m).ant-modal-root .ant-modal-wrap-rtl {
    direction: rtl;
}

:where(.css-i0102m).ant-modal-root .ant-modal-wrap-rtl .ant-modal-confirm-body {
    direction: rtl;
}

:where(.css-i0102m).ant-modal-root .ant-modal.ant-zoom-enter,
:where(.css-i0102m).ant-modal-root .ant-modal.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-i0102m).ant-modal-root .ant-modal.ant-zoom-leave .ant-modal-content {
    pointer-events: none;
}

:where(.css-i0102m).ant-modal-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-i0102m).ant-modal-root .ant-modal-mask .ant-modal-hidden {
    display: none;
}

:where(.css-i0102m).ant-modal-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-i0102m).ant-modal-root .ant-modal-wrap:has(.ant-modal.ant-zoom-enter),
:where(.css-i0102m).ant-modal-root .ant-modal-wrap:has(.ant-modal.ant-zoom-appear) {
    pointer-events: none;
}

:where(.css-i0102m).ant-modal-root .ant-fade-enter,
:where(.css-i0102m).ant-modal-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-i0102m).ant-modal-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-i0102m).ant-modal-root .ant-fade-enter.ant-fade-enter-active,
:where(.css-i0102m).ant-modal-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-i0102m-antFadeIn;
    animation-play-state: running;
}

:where(.css-i0102m).ant-modal-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-i0102m-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-i0102m).ant-modal-root .ant-fade-enter,
:where(.css-i0102m).ant-modal-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-i0102m).ant-modal-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-i0102m).ant-zoom-enter,
:where(.css-i0102m).ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-i0102m).ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-i0102m).ant-zoom-enter.ant-zoom-enter-active,
:where(.css-i0102m).ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-i0102m-antZoomIn;
    animation-play-state: running;
}

:where(.css-i0102m).ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-i0102m-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-i0102m).ant-zoom-enter,
:where(.css-i0102m).ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-i0102m).ant-zoom-enter-prepare,
:where(.css-i0102m).ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-i0102m).ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-i0102m-antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes css-i0102m-antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes css-i0102m-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-i0102m-antZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

:where(.css-i0102m)[class^="ant-qrcode"],
:where(.css-i0102m)[class*=" ant-qrcode"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-qrcode"]::before,
:where(.css-i0102m)[class*=" ant-qrcode"]::before,
:where(.css-i0102m)[class^="ant-qrcode"]::after,
:where(.css-i0102m)[class*=" ant-qrcode"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-qrcode"] [class^="ant-qrcode"],
:where(.css-i0102m)[class*=" ant-qrcode"] [class^="ant-qrcode"],
:where(.css-i0102m)[class^="ant-qrcode"] [class*=" ant-qrcode"],
:where(.css-i0102m)[class*=" ant-qrcode"] [class*=" ant-qrcode"] {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-qrcode"] [class^="ant-qrcode"]::before,
:where(.css-i0102m)[class*=" ant-qrcode"] [class^="ant-qrcode"]::before,
:where(.css-i0102m)[class^="ant-qrcode"] [class*=" ant-qrcode"]::before,
:where(.css-i0102m)[class*=" ant-qrcode"] [class*=" ant-qrcode"]::before,
:where(.css-i0102m)[class^="ant-qrcode"] [class^="ant-qrcode"]::after,
:where(.css-i0102m)[class*=" ant-qrcode"] [class^="ant-qrcode"]::after,
:where(.css-i0102m)[class^="ant-qrcode"] [class*=" ant-qrcode"]::after,
:where(.css-i0102m)[class*=" ant-qrcode"] [class*=" ant-qrcode"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m).ant-qrcode {
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(5, 5, 5, 0.06);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

:where(.css-i0102m).ant-qrcode>.ant-qrcode-mask {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.5714285714285714;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
}

:where(.css-i0102m).ant-qrcode>.ant-qrcode-mask>.ant-qrcode-expired {
    color: rgba(0, 0, 0, 0.88);
}

:where(.css-i0102m).ant-qrcode-icon {
    margin-block-end: 8px;
    font-size: 32px;
}

:where(.css-i0102m).ant-qrcode-borderless {
    border-color: transparent;
}

:where(.css-i0102m)[class^="ant-drawer"],
:where(.css-i0102m)[class*=" ant-drawer"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-drawer"]::before,
:where(.css-i0102m)[class*=" ant-drawer"]::before,
:where(.css-i0102m)[class^="ant-drawer"]::after,
:where(.css-i0102m)[class*=" ant-drawer"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-drawer"] [class^="ant-drawer"],
:where(.css-i0102m)[class*=" ant-drawer"] [class^="ant-drawer"],
:where(.css-i0102m)[class^="ant-drawer"] [class*=" ant-drawer"],
:where(.css-i0102m)[class*=" ant-drawer"] [class*=" ant-drawer"] {
    box-sizing: border-box;
}

:where(.css-i0102m)[class^="ant-drawer"] [class^="ant-drawer"]::before,
:where(.css-i0102m)[class*=" ant-drawer"] [class^="ant-drawer"]::before,
:where(.css-i0102m)[class^="ant-drawer"] [class*=" ant-drawer"]::before,
:where(.css-i0102m)[class*=" ant-drawer"] [class*=" ant-drawer"]::before,
:where(.css-i0102m)[class^="ant-drawer"] [class^="ant-drawer"]::after,
:where(.css-i0102m)[class*=" ant-drawer"] [class^="ant-drawer"]::after,
:where(.css-i0102m)[class^="ant-drawer"] [class*=" ant-drawer"]::after,
:where(.css-i0102m)[class*=" ant-drawer"] [class*=" ant-drawer"]::after {
    box-sizing: border-box;
}

:where(.css-i0102m).ant-drawer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
}

:where(.css-i0102m).ant-drawer-pure {
    position: relative;
    background: #ffffff;
}

:where(.css-i0102m).ant-drawer-pure.ant-drawer-left {
    box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-pure.ant-drawer-right {
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-pure.ant-drawer-top {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-pure.ant-drawer-bottom {
    box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-inline {
    position: absolute;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask {
    position: absolute;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

:where(.css-i0102m).ant-drawer .ant-drawer-content-wrapper {
    position: absolute;
    z-index: 1000;
    max-width: 100vw;
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-content-wrapper-hidden {
    display: none;
}

:where(.css-i0102m).ant-drawer-left>.ant-drawer-content-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-right>.ant-drawer-content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-top>.ant-drawer-content-wrapper {
    top: 0;
    inset-inline: 0;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer-bottom>.ant-drawer-content-wrapper {
    bottom: 0;
    inset-inline: 0;
    box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
}

:where(.css-i0102m).ant-drawer .ant-drawer-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    pointer-events: auto;
}

:where(.css-i0102m).ant-drawer .ant-drawer-wrapper-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

:where(.css-i0102m).ant-drawer .ant-drawer-header {
    display: flex;
    flex: 0;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-i0102m).ant-drawer .ant-drawer-header-title {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    min-height: 0;
}

:where(.css-i0102m).ant-drawer .ant-drawer-extra {
    flex: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-close {
    display: inline-block;
    margin-inline-end: 12px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-rendering: auto;
}

:where(.css-i0102m).ant-drawer .ant-drawer-close:focus,
:where(.css-i0102m).ant-drawer .ant-drawer-close:hover {
    color: rgba(0, 0, 0, 0.88);
    text-decoration: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-title {
    flex: 1;
    margin: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-i0102m).ant-drawer .ant-drawer-body {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow: auto;
}

:where(.css-i0102m).ant-drawer .ant-drawer-footer {
    flex-shrink: 0;
    padding: 8px 16px;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-i0102m).ant-drawer-rtl {
    direction: rtl;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-appear-active,
:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-leave-active {
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-enter,
:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-appear {
    opacity: 0;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-appear-active {
    opacity: 1;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-leave {
    opacity: 1;
}

:where(.css-i0102m).ant-drawer .ant-drawer-mask-motion-leave-active {
    opacity: 0;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-appear-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-leave-start {
    transition: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-appear-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-appear-start {
    transform: translateX(-100%) !important;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-appear-active {
    transform: translateX(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-leave {
    transform: translateX(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transform: translateX(-100%);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-appear-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-leave-start {
    transition: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-appear-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-appear-start {
    transform: translateX(100%) !important;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-appear-active {
    transform: translateX(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-leave {
    transform: translateX(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transform: translateX(100%);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-appear-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-leave-start {
    transition: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-appear-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-appear-start {
    transform: translateY(-100%) !important;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-appear-active {
    transform: translateY(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-leave {
    transform: translateY(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transform: translateY(-100%);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-appear-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-leave-start {
    transition: none;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-appear-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transition: all 0.3s;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-enter-start,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-appear-start {
    transform: translateY(100%) !important;
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
    transform: translateY(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-leave {
    transform: translateY(0);
}

:where(.css-i0102m).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transform: translateY(100%);
}

:where(.css-g92w25) a {
    color: #884dff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-g92w25) a:hover {
    color: #c59eff;
}

:where(.css-g92w25) a:active {
    color: #6736d9;
}

:where(.css-g92w25) a:active,
:where(.css-g92w25) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-g92w25) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-g92w25) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-g92w25).ant-alert {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25).ant-alert::before,
:where(.css-g92w25).ant-alert::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-alert [class^="ant-alert"],
:where(.css-g92w25).ant-alert [class*=" ant-alert"] {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-alert [class^="ant-alert"]::before,
:where(.css-g92w25).ant-alert [class*=" ant-alert"]::before,
:where(.css-g92w25).ant-alert [class^="ant-alert"]::after,
:where(.css-g92w25).ant-alert [class*=" ant-alert"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-alert {
    box-sizing: border-box;
    margin: 0;
    padding: 8px 12px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    border-radius: 8px;
}

:where(.css-g92w25).ant-alert.ant-alert-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-alert .ant-alert-content {
    flex: 1;
    min-width: 0;
}

:where(.css-g92w25).ant-alert .ant-alert-icon {
    margin-inline-end: 8px;
    line-height: 0;
}

:where(.css-g92w25).ant-alert-description {
    display: none;
    font-size: 14px;
    line-height: 1.5714285714285714;
}

:where(.css-g92w25).ant-alert-message {
    color: #2D2F39;
}

:where(.css-g92w25).ant-alert.ant-alert-motion-leave {
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-g92w25).ant-alert.ant-alert-motion-leave-active {
    max-height: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

:where(.css-g92w25).ant-alert-with-description {
    align-items: flex-start;
    padding: 20px 24px;
}

:where(.css-g92w25).ant-alert-with-description .ant-alert-icon {
    margin-inline-end: 12px;
    font-size: 24px;
    line-height: 0;
}

:where(.css-g92w25).ant-alert-with-description .ant-alert-message {
    display: block;
    margin-bottom: 8px;
    color: #2D2F39;
    font-size: 16px;
}

:where(.css-g92w25).ant-alert-with-description .ant-alert-description {
    display: block;
    color: #2D2F39;
}

:where(.css-g92w25).ant-alert-banner {
    margin-bottom: 0;
    border: 0 !important;
    border-radius: 0;
}

:where(.css-g92w25).ant-alert-success {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
}

:where(.css-g92w25).ant-alert-success .ant-alert-icon {
    color: #52c41a;
}

:where(.css-g92w25).ant-alert-info {
    background: #f7f0ff;
    border: 1px solid #dfc7ff;
}

:where(.css-g92w25).ant-alert-info .ant-alert-icon {
    color: #884dff;
}

:where(.css-g92w25).ant-alert-warning {
    background: #fffbe6;
    border: 1px solid #ffe58f;
}

:where(.css-g92w25).ant-alert-warning .ant-alert-icon {
    color: #faad14;
}

:where(.css-g92w25).ant-alert-error {
    background: #fff2f0;
    border: 1px solid #ffcdc7;
}

:where(.css-g92w25).ant-alert-error .ant-alert-icon {
    color: #eb4747;
}

:where(.css-g92w25).ant-alert-error .ant-alert-description>pre {
    margin: 0;
    padding: 0;
}

:where(.css-g92w25).ant-alert-action {
    margin-inline-start: 8px;
}

:where(.css-g92w25).ant-alert .ant-alert-close-icon {
    margin-inline-start: 8px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

:where(.css-g92w25).ant-alert .ant-alert-close-icon .anticon-close {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.2s;
}

:where(.css-g92w25).ant-alert .ant-alert-close-icon .anticon-close:hover {
    color: #2D2F39;
}

:where(.css-g92w25).ant-alert-close-text {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.2s;
}

:where(.css-g92w25).ant-alert-close-text:hover {
    color: #2D2F39;
}

:where(.css-g92w25)[class^="ant-input"],
:where(.css-g92w25)[class*=" ant-input"] {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"],
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"],
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"],
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"]::after,
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-g92w25).ant-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-g92w25).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-g92w25).ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-g92w25).ant-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
}

:where(.css-g92w25).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-g92w25).ant-input-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-g92w25).ant-input-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-textarea-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-g92w25).ant-input-outlined:hover {
    border-color: #884dff;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined:focus,
:where(.css-g92w25).ant-input-outlined:focus-within {
    border-color: #884dff;
    box-shadow: none;
    outline: 0;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined.ant-input-disabled,
:where(.css-g92w25).ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-g92w25).ant-input-outlined.ant-input-disabled input[disabled],
:where(.css-g92w25).ant-input-outlined[disabled] input[disabled] {
    cursor: not-allowed;
}

:where(.css-g92w25).ant-input-outlined.ant-input-disabled:hover:not([disabled]),
:where(.css-g92w25).ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #eb4747;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #EB4747;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus,
:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #eb4747;
    box-shadow: 0 0 0 2px #EB4747;
    outline: 0;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix,
:where(.css-g92w25).ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #eb4747;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus,
:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix,
:where(.css-g92w25).ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-g92w25).ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-g92w25).ant-input-filled,
:where(.css-g92w25).ant-input-filled input,
textarea:where(.css-g92w25).ant-input-filled,
:where(.css-g92w25).ant-input-filled textarea {
    color: undefined;
}

:where(.css-g92w25).ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-g92w25).ant-input-filled:focus,
:where(.css-g92w25).ant-input-filled:focus-within {
    outline: 0;
    border-color: #884dff;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-filled.ant-input-disabled,
:where(.css-g92w25).ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-g92w25).ant-input-filled.ant-input-disabled input[disabled],
:where(.css-g92w25).ant-input-filled[disabled] input[disabled] {
    cursor: not-allowed;
}

:where(.css-g92w25).ant-input-filled.ant-input-disabled:hover:not([disabled]),
:where(.css-g92w25).ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled),
:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input,
textarea:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled),
:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #eb4747;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff2f0;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus,
:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #eb4747;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix,
:where(.css-g92w25).ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #eb4747;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled),
:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input,
textarea:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled),
:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus,
:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix,
:where(.css-g92w25).ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
}

:where(.css-g92w25).ant-input-borderless {
    background: transparent;
    border: none;
}

:where(.css-g92w25).ant-input-borderless:focus,
:where(.css-g92w25).ant-input-borderless:focus-within {
    outline: none;
}

:where(.css-g92w25).ant-input-borderless.ant-input-disabled,
:where(.css-g92w25).ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-g92w25).ant-input[type="color"] {
    height: 32px;
}

:where(.css-g92w25).ant-input[type="color"].ant-input-lg {
    height: 40px;
}

:where(.css-g92w25).ant-input[type="color"].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-g92w25).ant-input[type="search"]::-webkit-search-cancel-button,
:where(.css-g92w25).ant-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-g92w25).ant-input-textarea {
    position: relative;
}

:where(.css-g92w25).ant-input-textarea-show-count>.ant-input {
    height: 100%;
}

:where(.css-g92w25).ant-input-textarea-show-count .ant-input-data-count {
    position: absolute;
    bottom: -22px;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-g92w25).ant-input-textarea-allow-clear>.ant-input {
    padding-inline-end: 24px;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-textarea-has-feedback .ant-input {
    padding-inline-end: 24px;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper {
    padding: 0;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input {
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper>textarea.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix {
    margin: 0;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    position: absolute;
    inset-inline-end: 8px;
    inset-block-start: 8px;
}

:where(.css-g92w25).ant-input-textarea-affix-wrapper.ant-input-affix-wrapper .ant-input-suffix .ant-input-textarea-suffix {
    position: absolute;
    top: 0;
    inset-inline-end: 11px;
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin: auto;
    pointer-events: none;
}

:where(.css-g92w25).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-g92w25).ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-g92w25).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-g92w25).ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

textarea:where(.css-g92w25).ant-input-affix-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
}

:where(.css-g92w25).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-g92w25).ant-input-affix-wrapper-sm {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-g92w25).ant-input-affix-wrapper-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

.ant-input-search-with-button :where(.css-g92w25).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
}

:where(.css-g92w25).ant-input-affix-wrapper-focused,
:where(.css-g92w25).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-g92w25).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-g92w25).ant-input-affix-wrapper>input.ant-input::-ms-reveal {
    display: none;
}

:where(.css-g92w25).ant-input-affix-wrapper>input.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-g92w25).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-prefix,
:where(.css-g92w25).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-prefix>*:not(:last-child),
:where(.css-g92w25).ant-input-affix-wrapper .ant-input-suffix>*:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.3s;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: #2D2F39;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-g92w25).ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-g92w25).ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: #2D2F39;
}

:where(.css-g92w25).ant-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

:where(.css-g92w25).ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-g92w25).ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-g92w25).ant-input-group-lg .ant-input,
:where(.css-g92w25).ant-input-group-lg>.ant-input-group-addon {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-g92w25).ant-input-group-sm .ant-input,
:where(.css-g92w25).ant-input-group-sm>.ant-input-group-addon {
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 4px;
}

:where(.css-g92w25).ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
}

:where(.css-g92w25).ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
}

:where(.css-g92w25).ant-input-group>.ant-input {
    display: table-cell;
}

:where(.css-g92w25).ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon,
:where(.css-g92w25).ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child),
:where(.css-g92w25).ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group .ant-input-group-wrap>* {
    display: block !important;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: #2D2F39;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-select-open .ant-select-selector,
:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-select-focused .ant-select-selector {
    color: #884dff;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
}

:where(.css-g92w25).ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-g92w25).ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-g92w25).ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-g92w25).ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.ant-input-search-with-button :where(.css-g92w25).ant-input-group .ant-input:hover {
    z-index: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input:first-child,
:where(.css-g92w25).ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input:first-child .ant-select .ant-select-selector,
:where(.css-g92w25).ant-input-group .ant-input-group-addon:first-child .ant-select .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input:last-child,
:where(.css-g92w25).ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-input-group>.ant-input:last-child .ant-select .ant-select-selector,
:where(.css-g92w25).ant-input-group .ant-input-group-addon:last-child .ant-select .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.ant-input-search :where(.css-g92w25).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-g92w25).ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search :where(.css-g92w25).ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact {
    display: block;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child),
:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child),
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):hover,
:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):hover,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-addon:not(:first-child):not(:last-child):focus,
:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child):focus,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>* {
    display: inline-block;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-picker-range {
    display: inline-flex;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>*:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-focused {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow {
    z-index: 1;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>*:first-child,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>*:last-child,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input {
    border-inline-end-width: 1px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
    border-start-start-radius: 6px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 6px;
}

:where(.css-g92w25).ant-input-group-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-g92w25).ant-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 16px;
}

:where(.css-g92w25).ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #eb4747;
    color: #eb4747;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon input[disabled] {
    cursor: not-allowed;
}

:where(.css-g92w25).ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
}

:where(.css-g92w25).ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-g92w25).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-g92w25).ant-input-group-wrapper-filled .ant-input-group .ant-input-filled:not(:focus):not(:focus-within):not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-g92w25).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #eb4747;
}

:where(.css-g92w25).ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
}

:where(.css-g92w25).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-g92w25).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-g92w25).ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input,
:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input,
:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input,
:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-search .ant-input:hover,
:where(.css-g92w25).ant-input-search .ant-input:focus {
    border-color: #a875ff;
}

:where(.css-g92w25).ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
:where(.css-g92w25).ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
    border-inline-start-color: #a875ff;
}

:where(.css-g92w25).ant-input-search .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-search .ant-input-lg {
    line-height: 1.4998;
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    margin-inline-end: -1px;
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 0;
    box-shadow: none;
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):hover {
    color: #a875ff;
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary):active {
    color: #6736d9;
}

:where(.css-g92w25).ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
}

:where(.css-g92w25).ant-input-search .ant-input-search-button {
    height: 32px;
}

:where(.css-g92w25).ant-input-search .ant-input-search-button:hover,
:where(.css-g92w25).ant-input-search .ant-input-search-button:focus {
    z-index: 1;
}

:where(.css-g92w25).ant-input-search-large .ant-input-search-button {
    height: 40px;
}

:where(.css-g92w25).ant-input-search-small .ant-input-search-button {
    height: 24px;
}

:where(.css-g92w25).ant-input-search-rtl {
    direction: rtl;
}

:where(.css-g92w25).ant-input-search.ant-input-compact-item:not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
    margin-inline-end: -1px;
    border-radius: 0;
}

:where(.css-g92w25).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
:where(.css-g92w25).ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover,
:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input:hover,
:where(.css-g92w25).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus,
:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input:focus,
:where(.css-g92w25).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active,
:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input:active,
:where(.css-g92w25).ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-g92w25).ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-g92w25).ant-input-out-of-range,
:where(.css-g92w25).ant-input-out-of-range input,
:where(.css-g92w25).ant-input-out-of-range textarea,
:where(.css-g92w25).ant-input-out-of-range .ant-input-show-count-suffix,
:where(.css-g92w25).ant-input-out-of-range .ant-input-data-count {
    color: #eb4747;
}

:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-g92w25).ant-input-compact-item:hover,
:where(.css-g92w25).ant-input-compact-item:focus,
:where(.css-g92w25).ant-input-compact-item:active {
    z-index: 2;
}

:where(.css-g92w25).ant-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item,
:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-sm,
:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item.ant-input-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item,
:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-sm,
:where(.css-g92w25).ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item.ant-input-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-g92w25).ant-col {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25).ant-col::before,
:where(.css-g92w25).ant-col::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-col [class^="ant-col"],
:where(.css-g92w25).ant-col [class*=" ant-col"] {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-col [class^="ant-col"]::before,
:where(.css-g92w25).ant-col [class*=" ant-col"]::before,
:where(.css-g92w25).ant-col [class^="ant-col"]::after,
:where(.css-g92w25).ant-col [class*=" ant-col"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

:where(.css-g92w25).ant-col-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-g92w25).ant-col-push-24 {
    inset-inline-start: 100%;
}

:where(.css-g92w25).ant-col-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-g92w25).ant-col-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-g92w25).ant-col-order-24 {
    order: 24;
}

:where(.css-g92w25).ant-col-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-order-23 {
    order: 23;
}

:where(.css-g92w25).ant-col-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-order-22 {
    order: 22;
}

:where(.css-g92w25).ant-col-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-g92w25).ant-col-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-g92w25).ant-col-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-g92w25).ant-col-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-g92w25).ant-col-order-21 {
    order: 21;
}

:where(.css-g92w25).ant-col-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-order-20 {
    order: 20;
}

:where(.css-g92w25).ant-col-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-order-19 {
    order: 19;
}

:where(.css-g92w25).ant-col-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-g92w25).ant-col-push-18 {
    inset-inline-start: 75%;
}

:where(.css-g92w25).ant-col-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-g92w25).ant-col-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-g92w25).ant-col-order-18 {
    order: 18;
}

:where(.css-g92w25).ant-col-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-order-17 {
    order: 17;
}

:where(.css-g92w25).ant-col-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-order-16 {
    order: 16;
}

:where(.css-g92w25).ant-col-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-g92w25).ant-col-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-g92w25).ant-col-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-g92w25).ant-col-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-g92w25).ant-col-order-15 {
    order: 15;
}

:where(.css-g92w25).ant-col-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-order-14 {
    order: 14;
}

:where(.css-g92w25).ant-col-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-order-13 {
    order: 13;
}

:where(.css-g92w25).ant-col-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-g92w25).ant-col-push-12 {
    inset-inline-start: 50%;
}

:where(.css-g92w25).ant-col-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-g92w25).ant-col-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-g92w25).ant-col-order-12 {
    order: 12;
}

:where(.css-g92w25).ant-col-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-order-11 {
    order: 11;
}

:where(.css-g92w25).ant-col-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-order-10 {
    order: 10;
}

:where(.css-g92w25).ant-col-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-g92w25).ant-col-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-g92w25).ant-col-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-g92w25).ant-col-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-g92w25).ant-col-order-9 {
    order: 9;
}

:where(.css-g92w25).ant-col-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-order-8 {
    order: 8;
}

:where(.css-g92w25).ant-col-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-order-7 {
    order: 7;
}

:where(.css-g92w25).ant-col-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-g92w25).ant-col-push-6 {
    inset-inline-start: 25%;
}

:where(.css-g92w25).ant-col-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-g92w25).ant-col-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-g92w25).ant-col-order-6 {
    order: 6;
}

:where(.css-g92w25).ant-col-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-order-5 {
    order: 5;
}

:where(.css-g92w25).ant-col-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-order-4 {
    order: 4;
}

:where(.css-g92w25).ant-col-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-g92w25).ant-col-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-g92w25).ant-col-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-g92w25).ant-col-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-g92w25).ant-col-order-3 {
    order: 3;
}

:where(.css-g92w25).ant-col-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-order-2 {
    order: 2;
}

:where(.css-g92w25).ant-col-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-order-1 {
    order: 1;
}

:where(.css-g92w25).ant-col-0 {
    display: none;
}

:where(.css-g92w25).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-g92w25).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-g92w25).ant-col-offset-0 {
    margin-inline-start: 0;
}

:where(.css-g92w25).ant-col-order-0 {
    order: 0;
}

:where(.css-g92w25).ant-col-flex {
    flex: var(--ant-col-flex);
}

:where(.css-g92w25).ant-col-xs-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
}

:where(.css-g92w25).ant-col-xs-push-24 {
    inset-inline-start: 100%;
}

:where(.css-g92w25).ant-col-xs-pull-24 {
    inset-inline-end: 100%;
}

:where(.css-g92w25).ant-col-xs-offset-24 {
    margin-inline-start: 100%;
}

:where(.css-g92w25).ant-col-xs-order-24 {
    order: 24;
}

:where(.css-g92w25).ant-col-xs-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-push-23 {
    inset-inline-start: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-pull-23 {
    inset-inline-end: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-offset-23 {
    margin-inline-start: 95.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-order-23 {
    order: 23;
}

:where(.css-g92w25).ant-col-xs-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-push-22 {
    inset-inline-start: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-pull-22 {
    inset-inline-end: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-offset-22 {
    margin-inline-start: 91.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-order-22 {
    order: 22;
}

:where(.css-g92w25).ant-col-xs-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

:where(.css-g92w25).ant-col-xs-push-21 {
    inset-inline-start: 87.5%;
}

:where(.css-g92w25).ant-col-xs-pull-21 {
    inset-inline-end: 87.5%;
}

:where(.css-g92w25).ant-col-xs-offset-21 {
    margin-inline-start: 87.5%;
}

:where(.css-g92w25).ant-col-xs-order-21 {
    order: 21;
}

:where(.css-g92w25).ant-col-xs-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-xs-push-20 {
    inset-inline-start: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-xs-pull-20 {
    inset-inline-end: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-xs-offset-20 {
    margin-inline-start: 83.33333333333334%;
}

:where(.css-g92w25).ant-col-xs-order-20 {
    order: 20;
}

:where(.css-g92w25).ant-col-xs-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-xs-push-19 {
    inset-inline-start: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-xs-pull-19 {
    inset-inline-end: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-xs-offset-19 {
    margin-inline-start: 79.16666666666666%;
}

:where(.css-g92w25).ant-col-xs-order-19 {
    order: 19;
}

:where(.css-g92w25).ant-col-xs-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
}

:where(.css-g92w25).ant-col-xs-push-18 {
    inset-inline-start: 75%;
}

:where(.css-g92w25).ant-col-xs-pull-18 {
    inset-inline-end: 75%;
}

:where(.css-g92w25).ant-col-xs-offset-18 {
    margin-inline-start: 75%;
}

:where(.css-g92w25).ant-col-xs-order-18 {
    order: 18;
}

:where(.css-g92w25).ant-col-xs-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-push-17 {
    inset-inline-start: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-pull-17 {
    inset-inline-end: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-offset-17 {
    margin-inline-start: 70.83333333333334%;
}

:where(.css-g92w25).ant-col-xs-order-17 {
    order: 17;
}

:where(.css-g92w25).ant-col-xs-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-push-16 {
    inset-inline-start: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-pull-16 {
    inset-inline-end: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-offset-16 {
    margin-inline-start: 66.66666666666666%;
}

:where(.css-g92w25).ant-col-xs-order-16 {
    order: 16;
}

:where(.css-g92w25).ant-col-xs-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
}

:where(.css-g92w25).ant-col-xs-push-15 {
    inset-inline-start: 62.5%;
}

:where(.css-g92w25).ant-col-xs-pull-15 {
    inset-inline-end: 62.5%;
}

:where(.css-g92w25).ant-col-xs-offset-15 {
    margin-inline-start: 62.5%;
}

:where(.css-g92w25).ant-col-xs-order-15 {
    order: 15;
}

:where(.css-g92w25).ant-col-xs-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-xs-push-14 {
    inset-inline-start: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-xs-pull-14 {
    inset-inline-end: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-xs-offset-14 {
    margin-inline-start: 58.333333333333336%;
}

:where(.css-g92w25).ant-col-xs-order-14 {
    order: 14;
}

:where(.css-g92w25).ant-col-xs-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-xs-push-13 {
    inset-inline-start: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-xs-pull-13 {
    inset-inline-end: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-xs-offset-13 {
    margin-inline-start: 54.166666666666664%;
}

:where(.css-g92w25).ant-col-xs-order-13 {
    order: 13;
}

:where(.css-g92w25).ant-col-xs-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
}

:where(.css-g92w25).ant-col-xs-push-12 {
    inset-inline-start: 50%;
}

:where(.css-g92w25).ant-col-xs-pull-12 {
    inset-inline-end: 50%;
}

:where(.css-g92w25).ant-col-xs-offset-12 {
    margin-inline-start: 50%;
}

:where(.css-g92w25).ant-col-xs-order-12 {
    order: 12;
}

:where(.css-g92w25).ant-col-xs-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-xs-push-11 {
    inset-inline-start: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-xs-pull-11 {
    inset-inline-end: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-xs-offset-11 {
    margin-inline-start: 45.83333333333333%;
}

:where(.css-g92w25).ant-col-xs-order-11 {
    order: 11;
}

:where(.css-g92w25).ant-col-xs-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-xs-push-10 {
    inset-inline-start: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-xs-pull-10 {
    inset-inline-end: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-xs-offset-10 {
    margin-inline-start: 41.66666666666667%;
}

:where(.css-g92w25).ant-col-xs-order-10 {
    order: 10;
}

:where(.css-g92w25).ant-col-xs-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

:where(.css-g92w25).ant-col-xs-push-9 {
    inset-inline-start: 37.5%;
}

:where(.css-g92w25).ant-col-xs-pull-9 {
    inset-inline-end: 37.5%;
}

:where(.css-g92w25).ant-col-xs-offset-9 {
    margin-inline-start: 37.5%;
}

:where(.css-g92w25).ant-col-xs-order-9 {
    order: 9;
}

:where(.css-g92w25).ant-col-xs-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-xs-push-8 {
    inset-inline-start: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-xs-pull-8 {
    inset-inline-end: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-xs-offset-8 {
    margin-inline-start: 33.33333333333333%;
}

:where(.css-g92w25).ant-col-xs-order-8 {
    order: 8;
}

:where(.css-g92w25).ant-col-xs-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-xs-push-7 {
    inset-inline-start: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-xs-pull-7 {
    inset-inline-end: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-xs-offset-7 {
    margin-inline-start: 29.166666666666668%;
}

:where(.css-g92w25).ant-col-xs-order-7 {
    order: 7;
}

:where(.css-g92w25).ant-col-xs-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
}

:where(.css-g92w25).ant-col-xs-push-6 {
    inset-inline-start: 25%;
}

:where(.css-g92w25).ant-col-xs-pull-6 {
    inset-inline-end: 25%;
}

:where(.css-g92w25).ant-col-xs-offset-6 {
    margin-inline-start: 25%;
}

:where(.css-g92w25).ant-col-xs-order-6 {
    order: 6;
}

:where(.css-g92w25).ant-col-xs-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-xs-push-5 {
    inset-inline-start: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-xs-pull-5 {
    inset-inline-end: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-xs-offset-5 {
    margin-inline-start: 20.833333333333336%;
}

:where(.css-g92w25).ant-col-xs-order-5 {
    order: 5;
}

:where(.css-g92w25).ant-col-xs-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-xs-push-4 {
    inset-inline-start: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-xs-pull-4 {
    inset-inline-end: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-xs-offset-4 {
    margin-inline-start: 16.666666666666664%;
}

:where(.css-g92w25).ant-col-xs-order-4 {
    order: 4;
}

:where(.css-g92w25).ant-col-xs-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

:where(.css-g92w25).ant-col-xs-push-3 {
    inset-inline-start: 12.5%;
}

:where(.css-g92w25).ant-col-xs-pull-3 {
    inset-inline-end: 12.5%;
}

:where(.css-g92w25).ant-col-xs-offset-3 {
    margin-inline-start: 12.5%;
}

:where(.css-g92w25).ant-col-xs-order-3 {
    order: 3;
}

:where(.css-g92w25).ant-col-xs-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-xs-push-2 {
    inset-inline-start: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-xs-pull-2 {
    inset-inline-end: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-xs-offset-2 {
    margin-inline-start: 8.333333333333332%;
}

:where(.css-g92w25).ant-col-xs-order-2 {
    order: 2;
}

:where(.css-g92w25).ant-col-xs-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-xs-push-1 {
    inset-inline-start: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-xs-pull-1 {
    inset-inline-end: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-xs-offset-1 {
    margin-inline-start: 4.166666666666666%;
}

:where(.css-g92w25).ant-col-xs-order-1 {
    order: 1;
}

:where(.css-g92w25).ant-col-xs-0 {
    display: none;
}

:where(.css-g92w25).ant-col-push-0 {
    inset-inline-start: auto;
}

:where(.css-g92w25).ant-col-pull-0 {
    inset-inline-end: auto;
}

:where(.css-g92w25).ant-col-xs-push-0 {
    inset-inline-start: auto;
}

:where(.css-g92w25).ant-col-xs-pull-0 {
    inset-inline-end: auto;
}

:where(.css-g92w25).ant-col-xs-offset-0 {
    margin-inline-start: 0;
}

:where(.css-g92w25).ant-col-xs-order-0 {
    order: 0;
}

:where(.css-g92w25).ant-col-xs-flex {
    flex: var(--ant-col-xs-flex);
}

@media (min-width: 576px) {
    :where(.css-g92w25).ant-col-sm-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-col-sm-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-sm-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-g92w25).ant-col-sm-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-sm-order-24 {
        order: 24;
    }

    :where(.css-g92w25).ant-col-sm-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-order-23 {
        order: 23;
    }

    :where(.css-g92w25).ant-col-sm-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-order-22 {
        order: 22;
    }

    :where(.css-g92w25).ant-col-sm-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-g92w25).ant-col-sm-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-sm-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-g92w25).ant-col-sm-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-sm-order-21 {
        order: 21;
    }

    :where(.css-g92w25).ant-col-sm-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-order-20 {
        order: 20;
    }

    :where(.css-g92w25).ant-col-sm-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-order-19 {
        order: 19;
    }

    :where(.css-g92w25).ant-col-sm-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-g92w25).ant-col-sm-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-sm-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-g92w25).ant-col-sm-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-sm-order-18 {
        order: 18;
    }

    :where(.css-g92w25).ant-col-sm-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-sm-order-17 {
        order: 17;
    }

    :where(.css-g92w25).ant-col-sm-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-order-16 {
        order: 16;
    }

    :where(.css-g92w25).ant-col-sm-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-g92w25).ant-col-sm-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-sm-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-g92w25).ant-col-sm-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-sm-order-15 {
        order: 15;
    }

    :where(.css-g92w25).ant-col-sm-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-order-14 {
        order: 14;
    }

    :where(.css-g92w25).ant-col-sm-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-order-13 {
        order: 13;
    }

    :where(.css-g92w25).ant-col-sm-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-g92w25).ant-col-sm-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-sm-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-g92w25).ant-col-sm-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-sm-order-12 {
        order: 12;
    }

    :where(.css-g92w25).ant-col-sm-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-order-11 {
        order: 11;
    }

    :where(.css-g92w25).ant-col-sm-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-sm-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-sm-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-sm-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-sm-order-10 {
        order: 10;
    }

    :where(.css-g92w25).ant-col-sm-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-g92w25).ant-col-sm-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-sm-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-g92w25).ant-col-sm-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-sm-order-9 {
        order: 9;
    }

    :where(.css-g92w25).ant-col-sm-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-sm-order-8 {
        order: 8;
    }

    :where(.css-g92w25).ant-col-sm-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-sm-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-sm-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-sm-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-sm-order-7 {
        order: 7;
    }

    :where(.css-g92w25).ant-col-sm-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-g92w25).ant-col-sm-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-sm-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-g92w25).ant-col-sm-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-sm-order-6 {
        order: 6;
    }

    :where(.css-g92w25).ant-col-sm-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-sm-order-5 {
        order: 5;
    }

    :where(.css-g92w25).ant-col-sm-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-sm-order-4 {
        order: 4;
    }

    :where(.css-g92w25).ant-col-sm-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-g92w25).ant-col-sm-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-sm-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-g92w25).ant-col-sm-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-sm-order-3 {
        order: 3;
    }

    :where(.css-g92w25).ant-col-sm-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-sm-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-sm-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-sm-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-sm-order-2 {
        order: 2;
    }

    :where(.css-g92w25).ant-col-sm-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-sm-order-1 {
        order: 1;
    }

    :where(.css-g92w25).ant-col-sm-0 {
        display: none;
    }

    :where(.css-g92w25).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-sm-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-sm-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-sm-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-g92w25).ant-col-sm-order-0 {
        order: 0;
    }

    :where(.css-g92w25).ant-col-sm-flex {
        flex: var(--ant-col-sm-flex);
    }
}

@media (min-width: 768px) {
    :where(.css-g92w25).ant-col-md-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-col-md-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-md-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-g92w25).ant-col-md-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-md-order-24 {
        order: 24;
    }

    :where(.css-g92w25).ant-col-md-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-order-23 {
        order: 23;
    }

    :where(.css-g92w25).ant-col-md-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-order-22 {
        order: 22;
    }

    :where(.css-g92w25).ant-col-md-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-g92w25).ant-col-md-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-md-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-g92w25).ant-col-md-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-md-order-21 {
        order: 21;
    }

    :where(.css-g92w25).ant-col-md-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-md-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-md-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-md-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-md-order-20 {
        order: 20;
    }

    :where(.css-g92w25).ant-col-md-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-md-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-md-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-md-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-md-order-19 {
        order: 19;
    }

    :where(.css-g92w25).ant-col-md-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-g92w25).ant-col-md-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-md-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-g92w25).ant-col-md-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-md-order-18 {
        order: 18;
    }

    :where(.css-g92w25).ant-col-md-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-md-order-17 {
        order: 17;
    }

    :where(.css-g92w25).ant-col-md-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-md-order-16 {
        order: 16;
    }

    :where(.css-g92w25).ant-col-md-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-g92w25).ant-col-md-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-md-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-g92w25).ant-col-md-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-md-order-15 {
        order: 15;
    }

    :where(.css-g92w25).ant-col-md-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-md-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-md-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-md-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-md-order-14 {
        order: 14;
    }

    :where(.css-g92w25).ant-col-md-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-md-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-md-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-md-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-md-order-13 {
        order: 13;
    }

    :where(.css-g92w25).ant-col-md-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-g92w25).ant-col-md-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-md-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-g92w25).ant-col-md-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-md-order-12 {
        order: 12;
    }

    :where(.css-g92w25).ant-col-md-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-md-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-md-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-md-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-md-order-11 {
        order: 11;
    }

    :where(.css-g92w25).ant-col-md-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-md-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-md-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-md-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-md-order-10 {
        order: 10;
    }

    :where(.css-g92w25).ant-col-md-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-g92w25).ant-col-md-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-md-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-g92w25).ant-col-md-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-md-order-9 {
        order: 9;
    }

    :where(.css-g92w25).ant-col-md-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-md-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-md-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-md-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-md-order-8 {
        order: 8;
    }

    :where(.css-g92w25).ant-col-md-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-md-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-md-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-md-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-md-order-7 {
        order: 7;
    }

    :where(.css-g92w25).ant-col-md-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-g92w25).ant-col-md-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-md-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-g92w25).ant-col-md-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-md-order-6 {
        order: 6;
    }

    :where(.css-g92w25).ant-col-md-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-md-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-md-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-md-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-md-order-5 {
        order: 5;
    }

    :where(.css-g92w25).ant-col-md-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-md-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-md-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-md-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-md-order-4 {
        order: 4;
    }

    :where(.css-g92w25).ant-col-md-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-g92w25).ant-col-md-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-md-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-g92w25).ant-col-md-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-md-order-3 {
        order: 3;
    }

    :where(.css-g92w25).ant-col-md-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-md-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-md-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-md-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-md-order-2 {
        order: 2;
    }

    :where(.css-g92w25).ant-col-md-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-md-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-md-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-md-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-md-order-1 {
        order: 1;
    }

    :where(.css-g92w25).ant-col-md-0 {
        display: none;
    }

    :where(.css-g92w25).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-md-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-md-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-md-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-g92w25).ant-col-md-order-0 {
        order: 0;
    }

    :where(.css-g92w25).ant-col-md-flex {
        flex: var(--ant-col-md-flex);
    }
}

@media (min-width: 992px) {
    :where(.css-g92w25).ant-col-lg-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-col-lg-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-lg-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-g92w25).ant-col-lg-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-lg-order-24 {
        order: 24;
    }

    :where(.css-g92w25).ant-col-lg-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-order-23 {
        order: 23;
    }

    :where(.css-g92w25).ant-col-lg-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-order-22 {
        order: 22;
    }

    :where(.css-g92w25).ant-col-lg-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-g92w25).ant-col-lg-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-lg-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-g92w25).ant-col-lg-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-lg-order-21 {
        order: 21;
    }

    :where(.css-g92w25).ant-col-lg-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-order-20 {
        order: 20;
    }

    :where(.css-g92w25).ant-col-lg-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-order-19 {
        order: 19;
    }

    :where(.css-g92w25).ant-col-lg-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-g92w25).ant-col-lg-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-lg-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-g92w25).ant-col-lg-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-lg-order-18 {
        order: 18;
    }

    :where(.css-g92w25).ant-col-lg-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-lg-order-17 {
        order: 17;
    }

    :where(.css-g92w25).ant-col-lg-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-order-16 {
        order: 16;
    }

    :where(.css-g92w25).ant-col-lg-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-g92w25).ant-col-lg-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-lg-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-g92w25).ant-col-lg-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-lg-order-15 {
        order: 15;
    }

    :where(.css-g92w25).ant-col-lg-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-order-14 {
        order: 14;
    }

    :where(.css-g92w25).ant-col-lg-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-order-13 {
        order: 13;
    }

    :where(.css-g92w25).ant-col-lg-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-g92w25).ant-col-lg-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-lg-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-g92w25).ant-col-lg-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-lg-order-12 {
        order: 12;
    }

    :where(.css-g92w25).ant-col-lg-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-order-11 {
        order: 11;
    }

    :where(.css-g92w25).ant-col-lg-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-lg-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-lg-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-lg-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-lg-order-10 {
        order: 10;
    }

    :where(.css-g92w25).ant-col-lg-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-g92w25).ant-col-lg-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-lg-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-g92w25).ant-col-lg-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-lg-order-9 {
        order: 9;
    }

    :where(.css-g92w25).ant-col-lg-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-lg-order-8 {
        order: 8;
    }

    :where(.css-g92w25).ant-col-lg-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-lg-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-lg-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-lg-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-lg-order-7 {
        order: 7;
    }

    :where(.css-g92w25).ant-col-lg-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-g92w25).ant-col-lg-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-lg-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-g92w25).ant-col-lg-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-lg-order-6 {
        order: 6;
    }

    :where(.css-g92w25).ant-col-lg-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-lg-order-5 {
        order: 5;
    }

    :where(.css-g92w25).ant-col-lg-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-lg-order-4 {
        order: 4;
    }

    :where(.css-g92w25).ant-col-lg-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-g92w25).ant-col-lg-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-lg-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-g92w25).ant-col-lg-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-lg-order-3 {
        order: 3;
    }

    :where(.css-g92w25).ant-col-lg-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-lg-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-lg-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-lg-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-lg-order-2 {
        order: 2;
    }

    :where(.css-g92w25).ant-col-lg-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-lg-order-1 {
        order: 1;
    }

    :where(.css-g92w25).ant-col-lg-0 {
        display: none;
    }

    :where(.css-g92w25).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-lg-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-lg-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-lg-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-g92w25).ant-col-lg-order-0 {
        order: 0;
    }

    :where(.css-g92w25).ant-col-lg-flex {
        flex: var(--ant-col-lg-flex);
    }
}

@media (min-width: 1200px) {
    :where(.css-g92w25).ant-col-xl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-col-xl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-xl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-g92w25).ant-col-xl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-xl-order-24 {
        order: 24;
    }

    :where(.css-g92w25).ant-col-xl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-order-23 {
        order: 23;
    }

    :where(.css-g92w25).ant-col-xl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-order-22 {
        order: 22;
    }

    :where(.css-g92w25).ant-col-xl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-g92w25).ant-col-xl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-xl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-g92w25).ant-col-xl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-xl-order-21 {
        order: 21;
    }

    :where(.css-g92w25).ant-col-xl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-order-20 {
        order: 20;
    }

    :where(.css-g92w25).ant-col-xl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-order-19 {
        order: 19;
    }

    :where(.css-g92w25).ant-col-xl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-g92w25).ant-col-xl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-xl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-g92w25).ant-col-xl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-xl-order-18 {
        order: 18;
    }

    :where(.css-g92w25).ant-col-xl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xl-order-17 {
        order: 17;
    }

    :where(.css-g92w25).ant-col-xl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-order-16 {
        order: 16;
    }

    :where(.css-g92w25).ant-col-xl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-g92w25).ant-col-xl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-xl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-g92w25).ant-col-xl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-xl-order-15 {
        order: 15;
    }

    :where(.css-g92w25).ant-col-xl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-order-14 {
        order: 14;
    }

    :where(.css-g92w25).ant-col-xl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-order-13 {
        order: 13;
    }

    :where(.css-g92w25).ant-col-xl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-g92w25).ant-col-xl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-xl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-g92w25).ant-col-xl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-xl-order-12 {
        order: 12;
    }

    :where(.css-g92w25).ant-col-xl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-order-11 {
        order: 11;
    }

    :where(.css-g92w25).ant-col-xl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xl-order-10 {
        order: 10;
    }

    :where(.css-g92w25).ant-col-xl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-g92w25).ant-col-xl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-xl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-g92w25).ant-col-xl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-xl-order-9 {
        order: 9;
    }

    :where(.css-g92w25).ant-col-xl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xl-order-8 {
        order: 8;
    }

    :where(.css-g92w25).ant-col-xl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xl-order-7 {
        order: 7;
    }

    :where(.css-g92w25).ant-col-xl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-g92w25).ant-col-xl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-xl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-g92w25).ant-col-xl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-xl-order-6 {
        order: 6;
    }

    :where(.css-g92w25).ant-col-xl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xl-order-5 {
        order: 5;
    }

    :where(.css-g92w25).ant-col-xl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xl-order-4 {
        order: 4;
    }

    :where(.css-g92w25).ant-col-xl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-g92w25).ant-col-xl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-xl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-g92w25).ant-col-xl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-xl-order-3 {
        order: 3;
    }

    :where(.css-g92w25).ant-col-xl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xl-order-2 {
        order: 2;
    }

    :where(.css-g92w25).ant-col-xl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xl-order-1 {
        order: 1;
    }

    :where(.css-g92w25).ant-col-xl-0 {
        display: none;
    }

    :where(.css-g92w25).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-xl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-xl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-xl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-g92w25).ant-col-xl-order-0 {
        order: 0;
    }

    :where(.css-g92w25).ant-col-xl-flex {
        flex: var(--ant-col-xl-flex);
    }
}

@media (min-width: 1600px) {
    :where(.css-g92w25).ant-col-xxl-24 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 100%;
        max-width: 100%;
    }

    :where(.css-g92w25).ant-col-xxl-push-24 {
        inset-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-24 {
        inset-inline-end: 100%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-24 {
        margin-inline-start: 100%;
    }

    :where(.css-g92w25).ant-col-xxl-order-24 {
        order: 24;
    }

    :where(.css-g92w25).ant-col-xxl-23 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 95.83333333333334%;
        max-width: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-push-23 {
        inset-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-23 {
        inset-inline-end: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-23 {
        margin-inline-start: 95.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-order-23 {
        order: 23;
    }

    :where(.css-g92w25).ant-col-xxl-22 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-push-22 {
        inset-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-22 {
        inset-inline-end: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-22 {
        margin-inline-start: 91.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-order-22 {
        order: 22;
    }

    :where(.css-g92w25).ant-col-xxl-21 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    :where(.css-g92w25).ant-col-xxl-push-21 {
        inset-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-21 {
        inset-inline-end: 87.5%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-21 {
        margin-inline-start: 87.5%;
    }

    :where(.css-g92w25).ant-col-xxl-order-21 {
        order: 21;
    }

    :where(.css-g92w25).ant-col-xxl-20 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-push-20 {
        inset-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-20 {
        inset-inline-end: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-20 {
        margin-inline-start: 83.33333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-order-20 {
        order: 20;
    }

    :where(.css-g92w25).ant-col-xxl-19 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 79.16666666666666%;
        max-width: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-push-19 {
        inset-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-19 {
        inset-inline-end: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-19 {
        margin-inline-start: 79.16666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-order-19 {
        order: 19;
    }

    :where(.css-g92w25).ant-col-xxl-18 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 75%;
        max-width: 75%;
    }

    :where(.css-g92w25).ant-col-xxl-push-18 {
        inset-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-18 {
        inset-inline-end: 75%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-18 {
        margin-inline-start: 75%;
    }

    :where(.css-g92w25).ant-col-xxl-order-18 {
        order: 18;
    }

    :where(.css-g92w25).ant-col-xxl-17 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 70.83333333333334%;
        max-width: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-push-17 {
        inset-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-17 {
        inset-inline-end: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-17 {
        margin-inline-start: 70.83333333333334%;
    }

    :where(.css-g92w25).ant-col-xxl-order-17 {
        order: 17;
    }

    :where(.css-g92w25).ant-col-xxl-16 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-push-16 {
        inset-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-16 {
        inset-inline-end: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-16 {
        margin-inline-start: 66.66666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-order-16 {
        order: 16;
    }

    :where(.css-g92w25).ant-col-xxl-15 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    :where(.css-g92w25).ant-col-xxl-push-15 {
        inset-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-15 {
        inset-inline-end: 62.5%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-15 {
        margin-inline-start: 62.5%;
    }

    :where(.css-g92w25).ant-col-xxl-order-15 {
        order: 15;
    }

    :where(.css-g92w25).ant-col-xxl-14 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-push-14 {
        inset-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-14 {
        inset-inline-end: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-14 {
        margin-inline-start: 58.333333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-order-14 {
        order: 14;
    }

    :where(.css-g92w25).ant-col-xxl-13 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 54.166666666666664%;
        max-width: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-push-13 {
        inset-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-13 {
        inset-inline-end: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-13 {
        margin-inline-start: 54.166666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-order-13 {
        order: 13;
    }

    :where(.css-g92w25).ant-col-xxl-12 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 50%;
        max-width: 50%;
    }

    :where(.css-g92w25).ant-col-xxl-push-12 {
        inset-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-12 {
        inset-inline-end: 50%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-12 {
        margin-inline-start: 50%;
    }

    :where(.css-g92w25).ant-col-xxl-order-12 {
        order: 12;
    }

    :where(.css-g92w25).ant-col-xxl-11 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 45.83333333333333%;
        max-width: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-push-11 {
        inset-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-11 {
        inset-inline-end: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-11 {
        margin-inline-start: 45.83333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-order-11 {
        order: 11;
    }

    :where(.css-g92w25).ant-col-xxl-10 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xxl-push-10 {
        inset-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-10 {
        inset-inline-end: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-10 {
        margin-inline-start: 41.66666666666667%;
    }

    :where(.css-g92w25).ant-col-xxl-order-10 {
        order: 10;
    }

    :where(.css-g92w25).ant-col-xxl-9 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    :where(.css-g92w25).ant-col-xxl-push-9 {
        inset-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-9 {
        inset-inline-end: 37.5%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-9 {
        margin-inline-start: 37.5%;
    }

    :where(.css-g92w25).ant-col-xxl-order-9 {
        order: 9;
    }

    :where(.css-g92w25).ant-col-xxl-8 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-push-8 {
        inset-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-8 {
        inset-inline-end: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-8 {
        margin-inline-start: 33.33333333333333%;
    }

    :where(.css-g92w25).ant-col-xxl-order-8 {
        order: 8;
    }

    :where(.css-g92w25).ant-col-xxl-7 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 29.166666666666668%;
        max-width: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xxl-push-7 {
        inset-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-7 {
        inset-inline-end: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-7 {
        margin-inline-start: 29.166666666666668%;
    }

    :where(.css-g92w25).ant-col-xxl-order-7 {
        order: 7;
    }

    :where(.css-g92w25).ant-col-xxl-6 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 25%;
        max-width: 25%;
    }

    :where(.css-g92w25).ant-col-xxl-push-6 {
        inset-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-6 {
        inset-inline-end: 25%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-6 {
        margin-inline-start: 25%;
    }

    :where(.css-g92w25).ant-col-xxl-order-6 {
        order: 6;
    }

    :where(.css-g92w25).ant-col-xxl-5 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 20.833333333333336%;
        max-width: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-push-5 {
        inset-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-5 {
        inset-inline-end: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-5 {
        margin-inline-start: 20.833333333333336%;
    }

    :where(.css-g92w25).ant-col-xxl-order-5 {
        order: 5;
    }

    :where(.css-g92w25).ant-col-xxl-4 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-push-4 {
        inset-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-4 {
        inset-inline-end: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-4 {
        margin-inline-start: 16.666666666666664%;
    }

    :where(.css-g92w25).ant-col-xxl-order-4 {
        order: 4;
    }

    :where(.css-g92w25).ant-col-xxl-3 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    :where(.css-g92w25).ant-col-xxl-push-3 {
        inset-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-3 {
        inset-inline-end: 12.5%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-3 {
        margin-inline-start: 12.5%;
    }

    :where(.css-g92w25).ant-col-xxl-order-3 {
        order: 3;
    }

    :where(.css-g92w25).ant-col-xxl-2 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xxl-push-2 {
        inset-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-2 {
        inset-inline-end: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-2 {
        margin-inline-start: 8.333333333333332%;
    }

    :where(.css-g92w25).ant-col-xxl-order-2 {
        order: 2;
    }

    :where(.css-g92w25).ant-col-xxl-1 {
        --ant-display: block;
        display: block;
        display: var(--ant-display);
        flex: 0 0 4.166666666666666%;
        max-width: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-push-1 {
        inset-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-pull-1 {
        inset-inline-end: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-offset-1 {
        margin-inline-start: 4.166666666666666%;
    }

    :where(.css-g92w25).ant-col-xxl-order-1 {
        order: 1;
    }

    :where(.css-g92w25).ant-col-xxl-0 {
        display: none;
    }

    :where(.css-g92w25).ant-col-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-xxl-push-0 {
        inset-inline-start: auto;
    }

    :where(.css-g92w25).ant-col-xxl-pull-0 {
        inset-inline-end: auto;
    }

    :where(.css-g92w25).ant-col-xxl-offset-0 {
        margin-inline-start: 0;
    }

    :where(.css-g92w25).ant-col-xxl-order-0 {
        order: 0;
    }

    :where(.css-g92w25).ant-col-xxl-flex {
        flex: var(--ant-col-xxl-flex);
    }
}

:where(.css-g92w25).ant-row {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25).ant-row::before,
:where(.css-g92w25).ant-row::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-row [class^="ant-row"],
:where(.css-g92w25).ant-row [class*=" ant-row"] {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-row [class^="ant-row"]::before,
:where(.css-g92w25).ant-row [class*=" ant-row"]::before,
:where(.css-g92w25).ant-row [class^="ant-row"]::after,
:where(.css-g92w25).ant-row [class*=" ant-row"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

:where(.css-g92w25).ant-row::before,
:where(.css-g92w25).ant-row::after {
    display: flex;
}

:where(.css-g92w25).ant-row-no-wrap {
    flex-wrap: nowrap;
}

:where(.css-g92w25).ant-row-start {
    justify-content: flex-start;
}

:where(.css-g92w25).ant-row-center {
    justify-content: center;
}

:where(.css-g92w25).ant-row-end {
    justify-content: flex-end;
}

:where(.css-g92w25).ant-row-space-between {
    justify-content: space-between;
}

:where(.css-g92w25).ant-row-space-around {
    justify-content: space-around;
}

:where(.css-g92w25).ant-row-space-evenly {
    justify-content: space-evenly;
}

:where(.css-g92w25).ant-row-top {
    align-items: flex-start;
}

:where(.css-g92w25).ant-row-middle {
    align-items: center;
}

:where(.css-g92w25).ant-row-bottom {
    align-items: flex-end;
}

:where(.css-g92w25).ant-app {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25).ant-app::before,
:where(.css-g92w25).ant-app::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-app [class^="ant-app"],
:where(.css-g92w25).ant-app [class*=" ant-app"] {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-app [class^="ant-app"]::before,
:where(.css-g92w25).ant-app [class*=" ant-app"]::before,
:where(.css-g92w25).ant-app [class^="ant-app"]::after,
:where(.css-g92w25).ant-app [class*=" ant-app"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-app {
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    :where(.css-g92w25).ant-form-item-control {
        display: flex;
    }
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon>* {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon .anticon .anticon-icon {
    display: block;
}




.rfm-marquee-container {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: var(--width);
    transform: var(--transform);
}

.rfm-marquee-container:hover div {
    animation-play-state: var(--pause-on-hover);
}

.rfm-marquee-container:active div {
    animation-play-state: var(--pause-on-click);
}

.rfm-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rfm-overlay::before,
.rfm-overlay::after {
    background: linear-gradient(to right, var(--gradient-color), rgba(255, 255, 255, 0));
    content: "";
    height: 100%;
    position: absolute;
    width: var(--gradient-width);
    z-index: 2;
    pointer-events: none;
    touch-action: none;
}

.rfm-overlay::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.rfm-overlay::before {
    left: 0;
    top: 0;
}

.rfm-marquee {
    flex: 0 0 auto;
    min-width: var(--min-width);
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
    animation-play-state: var(--play);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.rfm-initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center;
}

.rfm-child {
    transform: var(--transform);
}

#YSF-BTN-HOLDER {
    position: fixed;
    max-width: 70px;
    max-height: 70px;
    right: 30px;
    bottom: 24px;
    cursor: pointer;
    overflow: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 9990
}

#YSF-BTN-HOLDER:hover {
    filter: alpha(opacity=95);
    opacity: .95
}

#YSF-BTN-HOLDER img {
    display: block;
    overflow: hidden;
}

#YSF-BTN-CIRCLE {
    display: none;
    position: absolute;
    right: -5px;
    top: -6px;
    width: auto;
    min-width: 12px;
    height: 20px;
    padding: 0 4px;
    background-color: #f00;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-family: sans-serif;
    border-radius: 10px;
    z-index: 1;
}

#YSF-BTN-BUBBLE {
    display: none;
    position: absolute;
    left: -274px;
    bottom: -15px;
    width: 278px;
    height: 80px;
    box-sizing: border-box;
    padding: 14px 22px;
    filter: alpha(opacity=100);
    opacity: 1;
    background: url(https://qiyukf.com/sdk//res/img/sdk/bg_floatMsg2x.png) no-repeat;
    background: url(https://qiyukf.com/sdk//res/img/sdk/bg_floatMsg.png)9;
    background-size: 278px 80px;
    z-index: 1;
}

#YSF-BTN-HOLDER.layer-6 {
    bottom: 0;
}

#YSF-BTN-HOLDER.layer-1 #YSF-BTN-BUBBLE {
    top: 0
}

#YSF-BTN-HOLDER.layer-6 #YSF-BTN-BUBBLE {
    bottom: -6px;
}

#YSF-BTN-BUBBLE:hover {
    filter: alpha(opacity=95);
    opacity: .95
}

#YSF-BTN-CONTENT {
    height: 45px;
    padding: 0;
    white-space: normal;
    word-break: break-all;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    overflow: hidden;
    z-index: 0;
}

#YSF-BTN-ARROW {
    display: none;
}

#YSF-BTN-CLOSE {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 4px;
    top: -3px;
    filter: alpha(opacity=90);
    opacity: .9;
    cursor: pointer;
    background: url(https://qiyukf.com/sdk//res/img/sdk/btn-close.png) no-repeat;
    z-index: 1
}

#YSF-BTN-CLOSE:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#YSF-PANEL-CORPINFO.ysf-chat-layeropen {
    width: 511px;
    height: 500px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

#YSF-PANEL-CORPINFO {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 0;
    height: 0;
    z-index: 99999;
}

#YSF-PANEL-INFO.ysf-chat-layeropen {
    width: 360px;
    height: 500px;
    border-radius: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

#YSF-PANEL-INFO {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 0px;
    height: 0px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 99999;
}

#YSF-PANEL-INFO .u-btn {
    background-color: #884dff
}

#YSF-CUSTOM-ENTRY {
    background-color: #F96868;
}

#YSF-CUSTOM-ENTRY-0 {
    position: relative;
    width: auto;
    background-color: #884dff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-1 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-2 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-3 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-4 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-5 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-6 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-7 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-8 {
    position: relative;
    width: auto;
    background-color: #884dff;
    border-radius: 8px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

#YSF-CUSTOM-ENTRY-0 img {
    max-width: 300px;
    max-height: 300px;
}

#YSF-CUSTOM-ENTRY-1 img {
    width: 28px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-2 img {
    width: 58px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-3 img {
    width: 60px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-4 img {
    width: 60px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-5 img {
    width: 60px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-6 img {
    width: 58px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-7 img {
    width: 60px;
    height: auto;
}

#YSF-CUSTOM-ENTRY-8 img {
    width: 60px;
    height: auto;
}

#YSF-IFRAME-LAYER {
    border: 0;
    outline: none;
}

.ysf-online-invite-wrap {
    z-index: 10001;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
}

.ysf-online-invite {
    position: relative;
    top: -50%;
    left: -50%;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 10px 30px 0 rgba(47, 56, 111, 0.15);
}

.ysf-online-invite img {
    display: block;
    width: 250px;
}

.ysf-online-invite .ysf-online-invite-img {
    width: 100%;
    height: 100%
}

.ysf-online-invite .text {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 36px 20px 0 67px;
    line-height: 140%;
    color: #526069;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}

.ysf-online-invite .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url("https://ysf.nosdn.127.net/operation/4602027f7e6a0109ac433863d7d0acdf") no-repeat;
    cursor: pointer;
    background-size: cover;
}

#YSF-PANEL-MOBILE {
    background: rgba(46, 47, 49, 0.7);
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
    transition-property: height, bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: 99999;
}

#YSF-PANEL-MOBILE.ysf-chat-layeropen {
    width: 100%;
    height: 100%;
    transition-property: height, bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#YSF-IFRAME-LAYER.ysf-chat-mobile-layeropen {
    height: 90% !important;
    transition-property: height, bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#YSF-IFRAME-LAYER.ysf-chat-mobile-layeropen.ysf-chat-mobile-invite-layer {
    height: 33% !important;
}

#YSF-IFRAME-LAYER {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    transition-property: height, bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: 9999;
}

.YSF-PANEL-BODY-FIXED {
    position: fixed !important;
    left: 0;
    right: 0;
}

.YSF-INVITE-LAYER-WRAPPER {
    cursor: pointer;
    position: relative;
    border: 1px solid #eaf0f6;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 220px;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(40, 53, 75, 0.17);
    border-radius: 8px;
}

.YSF-INVITE-LAYER-HEADER {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.YSF-INVITE-LAYER-HEADER-LEFT {
    display: flex;
    flex: 1;
    align-items: center;
}

.YSF-INVITE-LAYER-RICHTEXT {
    height: 44px;
    max-width: 168px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: left;
}

.YSF-INVITE-LAYER-RICHTEXT p {
    margin: 0
}

#YSF-BTN-HOLDER .YSF-INVITE-LAYER-AVATAR {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.YSF-INVITE-LAYER-KEFU-NAME {
    font-size: 12px;
    color: #999999;
    margin-left: 4px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#YSF-ONLINE-INVITE-LAYER-CLOSE {
    width: 12px;
    height: 12px;
    background: url("https://ysf.nosdn.127.net/operation/0e5ee37a71d33e05b74d1a5aa3cdd99a") no-repeat;
    background-size: cover;
    cursor: pointer;
}

#YSF-INVITE-LAYER-WRAPPER-ENTRY {
    position: relative;
    float: right;
}

.YSF-LAYER-ENTRY-CIRCLE {
    width: auto;
    min-width: 12px;
    height: 20px;
    padding: 0 4px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #f00;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    z-index: 1;
    background: url("https://ysf.nosdn.127.net/operation/997228b687d805f7a5d6244865615ec9") no-repeat;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: -8px;
}

.YSF-INVITE-IMG {
    background-color: #884dff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    float: right;
}

.YSF_INVITE-IMG-0 {
    max-width: 300px;
    height: auto;
}

.YSF_INVITE-IMG-1 {
    width: 28px;
    height: auto;
    border-radius: 14px;
}

.YSF_INVITE-IMG-2 {
    width: 58px;
    height: auto;
    border-radius: 8px;
}

.YSF_INVITE-IMG-3 {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.YSF_INVITE-IMG-4 {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.YSF_INVITE-IMG-5 {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

.YSF_INVITE-IMG-6 {
    width: 58px;
    height: auto;
    border-radius: 8px;
}

.YSF_INVITE-IMG-7 {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.YSF_INVITE-IMG-8 {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

#YSF-BTN-HOLDER .portrait_icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}



.input-send {
    position: relative;
    display: flex;
    align-items: center;
}

.send-input {
    padding-right: 60px;
}

.send-button {
    position: absolute;
    right: 0;
    border: none;
    color: #aa80ff;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    background-color: transparent;
    top: 40%;
    margin-right: 10px;
    transform: translateY(-50%);

}




/*! CSS Used from: Embedded */
:where(.css-g92w25)[class^="ant-input"],
:where(.css-g92w25)[class*=" ant-input"] {
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"],
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"],
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"],
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"] {
    box-sizing: border-box;
}

:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"]::before,
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"]::before,
:where(.css-g92w25)[class^="ant-input"] [class^="ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"] [class^="ant-input"]::after,
:where(.css-g92w25)[class^="ant-input"] [class*=" ant-input"]::after,
:where(.css-g92w25)[class*=" ant-input"] [class*=" ant-input"]::after {
    box-sizing: border-box;
}

:where(.css-g92w25).ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-g92w25).ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-g92w25).ant-input-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-g92w25).ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

:where(.css-g92w25).ant-input-outlined:hover {
    border-color: #884dff;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-outlined:focus {
    border-color: #884dff;
    box-shadow: none;
    outline: 0;
    background-color: #ffffff;
}

:where(.css-g92w25).ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 6px;
    transition: all 0.2s;
}

:where(.css-g92w25).ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    user-select: none;
}

:where(.css-g92w25).ant-input-affix-wrapper-lg {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
}

:where(.css-g92w25).ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
}

:where(.css-g92w25).ant-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-g92w25).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
}

:where(.css-g92w25).ant-input-affix-wrapper>input.ant-input:focus {
    box-shadow: none !important;
}

:where(.css-g92w25).ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-prefix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-g92w25).ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
}

/*! CSS Used from: Embedded */
:where(.css-g92w25).ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #2D2F39;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-Roboto), -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: absolute;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: start;
    cursor: auto;
    user-select: text;
    transform-origin: var(--arrow-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: #ffffff;
}

:where(.css-g92w25).ant-popover .ant-popover-content {
    position: relative;
}

:where(.css-g92w25).ant-popover .ant-popover-inner {
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
}

:where(.css-g92w25).ant-popover .ant-popover-inner-content {
    color: #2D2F39;
    padding: 0;
}

/*! CSS Used from: https://cdn.fameex.com/home_42/_next/static/css/7ac5ccbb3c851191.css */
.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Search:before {
    content: "\e69b";
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:after,
:before {
    --tw-content: "";
}

