* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*!sc*/
address {
    line-height: inherit;
    font-style: normal;
}

/*!sc*/
html,
body {
    color: #262626;
    font-weight: 400;
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {

    html,
    body {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {

    html,
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
[style*="--aspect-ratio"]>img {
    height: auto;
}

/*!sc*/
[style*="--aspect-ratio"] {
    position: relative;
}

/*!sc*/
[style*="--aspect-ratio"]> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*!sc*/
[style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    width: 100%;
}

/*!sc*/
@supports not (aspect-ratio:1/1) {
    [style*="--aspect-ratio"]::before {
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
}

/*!sc*/
@supports (aspect-ratio:1/1) {
    [style*="--aspect-ratio"]::before {
        aspect-ratio: calc(var(--aspect-ratio));
    }
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-layout-pc--show {
        display: none !important;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-layout-mobile--show {
        display: none !important;
    }
}

/*!sc*/
.ww-title-h1 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h1 {
        font-size: 32px;
        line-height: 1.25;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h1 {
        font-size: 52px;
        line-height: 1.1538461538461537;
    }
}

/*!sc*/
.ww-title-h2 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h2 {
        font-size: 26px;
        line-height: 1.3076923076923077;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h2 {
        font-size: 38px;
        line-height: 1.2105263157894737;
    }
}

/*!sc*/
.ww-title-h3 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h3 {
        font-size: 28px;
        line-height: 1.2857142857142858;
    }
}

/*!sc*/
.ww-title-h4 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h4 {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h4 {
        font-size: 22px;
        line-height: 1.3636363636363635;
    }
}

/*!sc*/
.ww-title-h5 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h5 {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h5 {
        font-size: 20px;
        line-height: 1.4;
    }
}

/*!sc*/
.ww-title-h6 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h6 {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
.ww-title-h7 {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-title-h7 {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-title-h7 {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
.ww-title-color-default {
    color: #000000;
}

/*!sc*/
.ww-title-color-secondary {
    color: #9aa0aa;
}

/*!sc*/
.ww-title-color-light {
    color: #ffffff;
}

/*!sc*/
.ww-title-weight-normal {
    font-weight: 400;
}

/*!sc*/
.ww-title-weight-bold {
    font-weight: 500;
}

/*!sc*/
.ww-title-weight-light {
    font-weight: 200;
}

/*!sc*/
.ww-text-default {
    color: #262626;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-text-default {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-text-default {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
.ww-text-lg {
    color: #262626;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-text-lg {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-text-lg {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
.ww-text-xl {
    color: #262626;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-text-xl {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-text-xl {
        font-size: 20px;
        line-height: 1.4;
    }
}

/*!sc*/
.ww-text-sm {
    color: #262626;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-text-sm {
        font-size: 12px;
        line-height: 1.6666666666666667;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-text-sm {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
.ww-text-xs {
    color: #262626;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ww-text-xs {
        font-size: 12px;
        line-height: 1.6666666666666667;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ww-text-xs {
        font-size: 12px;
        line-height: 1.6666666666666667;
    }
}

/*!sc*/
.ww-text-weight-normal {
    font-weight: 400;
}

/*!sc*/
.ww-text-weight-bold {
    font-weight: 500;
}

/*!sc*/
.ww-text-weight-light {
    font-weight: 200;
}

/*!sc*/
.ww-text-color-default {
    color: #262626;
}

/*!sc*/
.ww-text-color-secondary {
    color: #8c8c8c;
}

/*!sc*/
.ww-text-color-light {
    color: #ffffff;
}

/*!sc*/
.ww-text-color-placeholder {
    color: #bfbfbf;
}

/*!sc*/
html:lang(zh-CN) .ww-text-word-spacing-10,
html:lang(zh-HK) .ww-text-word-spacing-10 {
    -webkit-letter-spacing: 0.1em;
    -moz-letter-spacing: 0.1em;
    -ms-letter-spacing: 0.1em;
    letter-spacing: 0.1em;
}

/*!sc*/
html:lang(zh-CN) .ww-text-word-spacing-10--zh,
html:lang(zh-HK) .ww-text-word-spacing-10--zh {
    -webkit-letter-spacing: 0.1em;
    -moz-letter-spacing: 0.1em;
    -ms-letter-spacing: 0.1em;
    letter-spacing: 0.1em;
}

/*!sc*/
html:lang(en-US) .ww-text-word-spacing-10 {
    word-spacing: 0.1em;
}

/*!sc*/
html:lang(en-US) .ww-text-word-spacing-10--en {
    word-spacing: 0.1em;
}

/*!sc*/
.ant-btn.ant-btn-primary {
    font-weight: 500;
}

/*!sc*/
@media (max-width:575.98px) {

    .ant-picker-dropdown.ant-picker-dropdown,
    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-panel-container,
    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel,
    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel-layout>div,
    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-date-panel {
        width: 100%;
    }

    .ant-picker-dropdown.ant-picker-dropdown {
        position: fixed;
        inset: 0 !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto !important;
        padding-inline: 16px;
    }

    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-datetime-panel {
        overflow-x: auto;
    }

    .ant-picker-dropdown.ant-picker-dropdown .ant-picker-date-panel {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

/*!sc*/
.ant-modal .ant-modal-content .ant-modal-close {
    border-radius: 50%;
    overflow: hidden;
}

/*!sc*/
.ant-picker-time-panel-column .ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
    background: rgba(241, 241, 244, 1) !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell .ant-picker-cell-inner {
    color: #000 !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell:not(.ant-picker-cell-in-view):not(.ant-picker-cell-disabled) .ant-picker-cell-inner {
    color: rgba(0, 0, 0, 0.6) !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell-disabled .ant-picker-cell-inner {
    color: rgba(0, 0, 0, 0.25) !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell-selected .ant-picker-cell-inner {
    color: #fff !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell-inner {
    border-radius: 50% !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner {
    color: #fff !important;
}

/*!sc*/
.ww-datepicker-black-dates .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
    border-radius: 50% !important;
}

/*!sc*/
data-styled.g1[id="sc-global-gxQNIg1"] {
    content: "sc-global-gxQNIg1,"
}

/*!sc*/
.eQODeP {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(static/images/weworklogowhitewithtext.png);
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .eQODeP {
        width: 122px;
        height: 20px;
        margin-top: -6px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .eQODeP {
        width: 145px;
        height: 24px;
        margin-top: -2px;
    }
}

/*!sc*/
data-styled.g2[id="sc-d213f957-0"] {
    content: "eQODeP,"
}

/*!sc*/
.fotkxS {
    min-height: 100vh;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
data-styled.g7[id="sc-16f2fad5-0"] {
    content: "fotkxS,"
}

/*!sc*/
@media (min-width:1200px) and (min-height:680px) {
    .bCUuCN .ant-popover {
        -webkit-inset: 50px auto auto 50% !important;
        -ms-inset: 50px auto auto 50% !important;
        inset: 50px auto auto 50% !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        -webkit-transform-origin: none !important;
        -ms-transform-origin: none !important;
        transform-origin: none !important;
    }
}

/*!sc*/
data-styled.g25[id="sc-d4d86f15-1"] {
    content: "bCUuCN,"
}

/*!sc*/
.lbQApu {
    background-size: contain;
    background-repeat: no-repeat;
}

/*!sc*/
data-styled.g26[id="sc-d4d86f15-2"] {
    content: "lbQApu,"
}

/*!sc*/
.kByxqd {
    margin-left: 24px;
    border-color: transparent !important;
    line-height: 1.5 !important;
}

/*!sc*/
data-styled.g27[id="sc-d4d86f15-3"] {
    content: "kByxqd,"
}

/*!sc*/
.grfPoC {
    font-size: 18px;
}

/*!sc*/
data-styled.g28[id="sc-d4d86f15-4"] {
    content: "grfPoC,"
}

/*!sc*/
.geHUwW .sc-d4d86f15-2 {
    background-image: url(static/images/weworklogowhitewithtext.png);
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .geHUwW .sc-d4d86f15-2 {
        width: 122px;
        height: 20px;
        margin-top: -6px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .geHUwW .sc-d4d86f15-2 {
        width: 145px;
        height: 24px;
        margin-top: -2px;
    }
}

/*!sc*/
data-styled.g29[id="sc-d4d86f15-5"] {
    content: "geHUwW,"
}

/*!sc*/
.cbFJDC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
data-styled.g31[id="sc-d4d86f15-7"] {
    content: "cbFJDC,"
}

/*!sc*/
.llDBBz {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 8px;
    padding: 8px 20px;
}

/*!sc*/
.llDBBz:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

/*!sc*/
.sc-d4d86f15-8+.sc-d4d86f15-8 {
    margin-left: 4px;
}

/*!sc*/
.llDBBz a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
data-styled.g32[id="sc-d4d86f15-8"] {
    content: "llDBBz,"
}

/*!sc*/
.dErXlX {
    font-size: 14px;
}

/*!sc*/
data-styled.g34[id="sc-d4d86f15-10"] {
    content: "dErXlX,"
}

/*!sc*/
.gszkOD {
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.gszkOD>.phone-icon {
    margin-right: 8px;
}

/*!sc*/
data-styled.g35[id="sc-d4d86f15-11"] {
    content: "gszkOD,"
}

/*!sc*/
.bTdsun {
    font-size: 16px;
}

/*!sc*/
data-styled.g36[id="sc-d4d86f15-12"] {
    content: "bTdsun,"
}

/*!sc*/
.eQIjEe {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 24px;
    cursor: pointer;
    position: relative;
}

/*!sc*/
.eQIjEe:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/*!sc*/
data-styled.g44[id="sc-d4d86f15-20"] {
    content: "eQIjEe,"
}

/*!sc*/
.jqIEss {
    width: 100%;
    position: fixed;
    z-index: 910;
    -webkit-transition: background-color 0.3s linear, height 0.3s linear 0.3s;
    transition: background-color 0.3s linear, height 0.3s linear 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom: none;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .jqIEss {
        height: 56px;
        top: 0px;
        margin-top: 0px;
    }

    .jqIEss .sc-d4d86f15-9 {
        font-size: 16px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .jqIEss {
        height: 80px;
        top: 0px;
        margin-top: 0px;
    }

    .jqIEss .sc-d4d86f15-9 {
        font-size: 22px;
    }
}

/*!sc*/
.jqIEss .sc-d4d86f15-8 {
    color: #ffffff;
}

/*!sc*/
.jqIEss .sc-d4d86f15-4 {
    color: #ffffff;
}

/*!sc*/
.jqIEss .sc-d4d86f15-3 {
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    border-color: #ffffff;
}

/*!sc*/
.jqIEss .sc-d4d86f15-3:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/*!sc*/
.jqIEss .sc-d4d86f15-2 {
    background-image: url(static/images/weworklogowhitewithtext.png);
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .jqIEss .sc-d4d86f15-2 {
        width: 122px;
        height: 20px;
        margin-top: -6px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .jqIEss .sc-d4d86f15-2 {
        width: 145px;
        height: 24px;
        margin-top: -2px;
    }
}

/*!sc*/
.jqIEss .sc-d4d86f15-11 {
    color: #ffffff;
}

/*!sc*/
.jqIEss .sc-d4d86f15-20 {
    color: #ffffff;
    border: 1px solid #ffffff;
}

/*!sc*/
data-styled.g45[id="sc-d4d86f15-21"] {
    content: "jqIEss,"
}

/*!sc*/
.kdKjfv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 1620px;
    margin-inline: auto;
}

/*!sc*/
@media (min-width:0px) and (max-width:767.98px) {
    .kdKjfv {
        padding-inline: 20px;
    }
}

/*!sc*/
@media (min-width:768px) and (max-width:1279.98px) {
    .kdKjfv {
        padding-inline: 60px;
    }
}

/*!sc*/
@media (min-width:1280px) {
    .kdKjfv {
        padding-inline: 90px;
    }
}

/*!sc*/
data-styled.g46[id="sc-d4d86f15-22"] {
    content: "kdKjfv,"
}

/*!sc*/
.ejHGxD {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

/*!sc*/
data-styled.g47[id="sc-d4d86f15-23"] {
    content: "ejHGxD,"
}

/*!sc*/
.bYXXVa {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

/*!sc*/
data-styled.g92[id="sc-d83ef6ce-0"] {
    content: "bYXXVa,"
}

/*!sc*/
@media (min-width:0px) and (max-width:767.98px) {}

/*!sc*/
@media (min-width:768px) and (max-width:1279.98px) {}

/*!sc*/
@media (min-width:1280px) {}

/*!sc*/
data-styled.g93[id="sc-d83ef6ce-1"] {
    content: "dwepFV,"
}

/*!sc*/
.idncGP .ant-collapse-header-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

/*!sc*/
.idncGP .ant-collapse-item {
    border-bottom: 0 !important;
}

/*!sc*/
.idncGP .ant-collapse-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*!sc*/
.idncGP .ant-collapse-content-box {
    padding: 12px 24px !important;
}

/*!sc*/
.idncGP .ant-collapse-expand-icon {
    color: rgba(255, 255, 255, 0.4);
}

/*!sc*/
data-styled.g94[id="sc-cf2f85e7-0"] {
    content: "idncGP,"
}

/*!sc*/
.iUsZiT {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 8px;
    width: 100%;
    min-width: 168px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*!sc*/
.iUsZiT>span {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/*!sc*/
data-styled.g95[id="sc-cf2f85e7-1"] {
    content: "iUsZiT,"
}

/*!sc*/
.hgLzvO {
    position: relative;
    padding: 14px;
}

/*!sc*/
.hgLzvO::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid rgba(256, 256, 256, 0.4);
    border-radius: 16px;
    content: ' ';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*!sc*/
data-styled.g96[id="sc-cf2f85e7-2"] {
    content: "hgLzvO,"
}

/*!sc*/
.dDkEeD {
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    margin-top: 12px;
    width: 94px;
    word-break: break-word;
}

/*!sc*/
data-styled.g97[id="sc-cf2f85e7-3"] {
    content: "dDkEeD,"
}

/*!sc*/
.jazROg {
    color: #ffffff;
}

/*!sc*/
data-styled.g98[id="sc-cf2f85e7-4"] {
    content: "jazROg,"
}

/*!sc*/
.fpeRcY {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.fpeRcY:hover {
    color: #ffffff;
    cursor: pointer;
}

/*!sc*/
.bLQYsr {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
data-styled.g99[id="sc-cf2f85e7-5"] {
    content: "fpeRcY,bLQYsr,"
}

/*!sc*/
.AHVlH {
    color: rgba(255, 255, 255, 0.7);
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.AHVlH:hover {
    color: #ffffff;
}

/*!sc*/
data-styled.g100[id="sc-cf2f85e7-6"] {
    content: "AHVlH,"
}

/*!sc*/
.kXjUUn {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

/*!sc*/
.kXjUUn:hover {
    color: #ffffff;
}

/*!sc*/
data-styled.g101[id="sc-cf2f85e7-7"] {
    content: "kXjUUn,"
}

/*!sc*/
.iUZbQS {
    background: #000000;
    z-index: 909;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
data-styled.g102[id="sc-cf2f85e7-8"] {
    content: "iUZbQS,"
}

/*!sc*/
.btduJR {
    max-width: 1620px;
    margin-inline: auto;
}

/*!sc*/
@media (min-width:0px) and (max-width:767.98px) {
    .btduJR {
        padding-inline: 20px;
    }
}

/*!sc*/
@media (min-width:768px) and (max-width:1279.98px) {
    .btduJR {
        padding-inline: 60px;
    }
}

/*!sc*/
@media (min-width:1280px) {
    .btduJR {
        padding-inline: 90px;
    }
}

/*!sc*/
data-styled.g103[id="sc-cf2f85e7-9"] {
    content: "btduJR,"
}

/*!sc*/
.jveTqa {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 16px;
}

/*!sc*/
data-styled.g104[id="sc-cf2f85e7-10"] {
    content: "jveTqa,"
}

/*!sc*/
.hxRiVB {
    padding-block: 70px 92px;
}

/*!sc*/
.hxRiVB .sc-cf2f85e7-4 {
    font-size: 16px;
    line-height: 32px;
}

/*!sc*/
.hxRiVB .sc-cf2f85e7-5 {
    line-height: 32px;
    font-size: 14px;
}

/*!sc*/
.hxRiVB .sc-cf2f85e7-6 {
    line-height: 32px;
    font-size: 14px;
}

/*!sc*/
.bqFXch {
    padding-block: 24px 0px;
}

/*!sc*/
.bqFXch .sc-cf2f85e7-4 {
    font-size: 14px;
    line-height: 32px;
}

/*!sc*/
.bqFXch .sc-cf2f85e7-5 {
    line-height: 32px;
    font-size: 12px;
}

/*!sc*/
.bqFXch .sc-cf2f85e7-6 {
    line-height: 32px;
    font-size: 12px;
}

/*!sc*/
data-styled.g105[id="sc-cf2f85e7-11"] {
    content: "hxRiVB,bqFXch,"
}

/*!sc*/
.htaMvX {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-block: 32px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.htaMvX .sc-cf2f85e7-5 {
    font-size: 12px;
    line-height: 1.3333333333333333;
}

/*!sc*/
.htaMvX .sc-cf2f85e7-6 {
    font-size: 12px;
    line-height: 1.3333333333333333;
}

/*!sc*/
.fqjlTB {
    padding-block: 36px 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.fqjlTB .sc-cf2f85e7-10 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 36px;
}

/*!sc*/
.fqjlTB .sc-cf2f85e7-5 {
    font-size: 12px;
    line-height: 1.3333333333333333;
}

/*!sc*/
.fqjlTB .sc-cf2f85e7-6 {
    font-size: 12px;
    line-height: 1.3333333333333333;
}

/*!sc*/
data-styled.g106[id="sc-cf2f85e7-12"] {
    content: "htaMvX,fqjlTB,"
}

/*!sc*/
.kkeXHj {
    background: rgba(241, 241, 244, 1);
    z-index: 909;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {}

/*!sc*/
@media (min-width:1024px) {}

/*!sc*/
data-styled.g108[id="sc-d435e850-0"] {
    content: "kkeXHj,"
}

/*!sc*/
.fJWCCe {
    max-width: 1620px;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
@media (min-width:0px) and (max-width:767.98px) {
    .fJWCCe {
        padding-inline: 20px;
    }
}

/*!sc*/
@media (min-width:768px) and (max-width:1279.98px) {
    .fJWCCe {
        padding-inline: 60px;
    }
}

/*!sc*/
@media (min-width:1280px) {
    .fJWCCe {
        padding-inline: 90px;
    }
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .fJWCCe {
        height: 84px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .fJWCCe {
        height: 84px;
    }
}

/*!sc*/
data-styled.g109[id="sc-d435e850-1"] {
    content: "fJWCCe,"
}

/*!sc*/
.dwcAZJ {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
}

/*!sc*/
.dwcAZJ>p:first-child {
    color: #000000;
    font-weight: 400;
    font-size: 16px !important;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .dwcAZJ>p:first-child {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .dwcAZJ>p:first-child {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
.dwcAZJ>p:last-child {
    color: #9aa0aa;
    font-weight: 400;
    font-size: 16px !important;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .dwcAZJ>p:last-child {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .dwcAZJ>p:last-child {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
data-styled.g110[id="sc-d435e850-2"] {
    content: "dwcAZJ,"
}

/*!sc*/
.fnCPTy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-left: 36px;
    margin-right: 36px;
}

/*!sc*/
data-styled.g111[id="sc-d435e850-3"] {
    content: "fnCPTy,"
}

/*!sc*/
.jRQPrz {
    color: #4062ff !important;
    font-weight: 500 !important;
    font-size: 22px;
}

/*!sc*/
data-styled.g112[id="sc-d435e850-4"] {
    content: "jRQPrz,"
}

/*!sc*/
.iXdCWC {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #4062ff !important;
}

/*!sc*/
data-styled.g113[id="sc-d435e850-5"] {
    content: "iXdCWC,"
}

/*!sc*/
.hbPHTm {
    margin-left: 22px;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .hbPHTm {
        width: 100%;
    }
}

/*!sc*/
data-styled.g114[id="sc-d435e850-6"] {
    content: "hbPHTm,"
}

/*!sc*/
.kSlOHe {
    max-width: 1620px;
    margin-inline: auto;
}

/*!sc*/
@media (min-width:0px) and (max-width:767.98px) {
    .kSlOHe {
        padding-inline: 20px;
    }
}

/*!sc*/
@media (min-width:768px) and (max-width:1279.98px) {
    .kSlOHe {
        padding-inline: 60px;
    }
}

/*!sc*/
@media (min-width:1280px) {
    .kSlOHe {
        padding-inline: 90px;
    }
}

/*!sc*/
data-styled.g122[id="sc-4078896e-1"] {
    content: "kSlOHe,"
}

/*!sc*/
.kMqwPb {
    position: relative;
    width: 100%;
    height: 100%;
}

/*!sc*/
data-styled.g166[id="sc-8a463c08-0"] {
    content: "kMqwPb,"
}

/*!sc*/
.eSngpO {
    position: relative;
    width: 100%;
    height: 100%;
}

/*!sc*/
data-styled.g167[id="sc-8a463c08-1"] {
    content: "eSngpO,"
}

/*!sc*/
.iqXlCB {
    width: 100%;
    height: 100%;
}

/*!sc*/
data-styled.g168[id="sc-8a463c08-2"] {
    content: "iqXlCB,"
}

/*!sc*/
.eRwGuN {
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(16px * 0.5);
}

/*!sc*/
.eRwGuN:hover {
    opacity: 1;
}

/*!sc*/
data-styled.g170[id="sc-8a463c08-4"] {
    content: "eRwGuN,"
}

/*!sc*/
.hlCBtR {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
}

/*!sc*/
data-styled.g172[id="sc-8a463c08-6"] {
    content: "hlCBtR,"
}

/*!sc*/
.bWngIx {
    border-radius: 4px;
    overflow: hidden;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .bWngIx {
        width: 100%;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .bWngIx {
        width: 34%;
    }
}

/*!sc*/
data-styled.g911[id="sc-cb17fc12-0"] {
    content: "bWngIx,"
}

/*!sc*/
.iA-dfVL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #f5f6f9;
    padding: 25px;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .iA-dfVL {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .iA-dfVL {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*!sc*/
.bqRrpW {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #f5f6f9;
    padding: 25px;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .bqRrpW {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .bqRrpW {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*!sc*/
data-styled.g912[id="sc-cb17fc12-1"] {
    content: "iA-dfVL,bqRrpW,"
}

/*!sc*/
.fNNIf {
    padding: 15px;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .fNNIf {
        width: 100%;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .fNNIf {
        width: 64%;
    }
}

/*!sc*/
data-styled.g913[id="sc-cb17fc12-2"] {
    content: "fNNIf,"
}

/*!sc*/
.cUGXVB {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .cUGXVB {
        font-size: 18px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .cUGXVB {
        font-size: 30px;
        line-height: 1.3636363636363635;
        font-family: math;
        font-weight: bold;
    }
}

/*!sc*/
data-styled.g914[id="sc-cb17fc12-3"] {
    content: "cUGXVB,"
}

/*!sc*/
.gCcoXm {
    padding-top: 16px;
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .gCcoXm {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .gCcoXm {
        font-size: 22px;
        line-height: 1.4444444444444444;
        font-weight: 600;
    }
}

/*!sc*/
data-styled.g915[id="sc-cb17fc12-4"] {
    content: "gCcoXm,"
}

/*!sc*/
.jPEuHB {
    padding-top: 25px;
    color: #585858;
    font-weight: 400;
}

.iA-dfVL .fNNIf{
    text-align: right;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .jPEuHB {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .jPEuHB {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
data-styled.g916[id="sc-cb17fc12-5"] {
    content: "jPEuHB,"
}

/*!sc*/
.cvnaUb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .cvnaUb {
        padding-top: 30px;
        gap: 16px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .cvnaUb {
        padding-top: 56px;
        gap: 32px;
    }
}

/*!sc*/
data-styled.g917[id="sc-cb17fc12-6"] {
    content: "cvnaUb,"
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .fwqoNm {
        padding-top: 60px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .fwqoNm {
        padding-top: 112px;
    }
}

/*!sc*/
data-styled.g918[id="sc-7ee992ab-0"] {
    content: "fwqoNm,"
}

/*!sc*/
.brysxe {
    color: #000000;
    font-weight: 500;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .brysxe {
        font-size: 26px;
        line-height: 1.3076923076923077;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .brysxe {
        font-size: 38px;
        line-height: 1.2105263157894737;
    }
}

/*!sc*/
data-styled.g919[id="sc-7ee992ab-1"] {
    content: "brysxe,"
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .ggukiA {
        padding-top: 30px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .ggukiA {
        padding-top: 56px;
    }
}

/*!sc*/
data-styled.g920[id="sc-7ee992ab-2"] {
    content: "ggukiA,"
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .gGiICm {
        padding-top: 16px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .gGiICm {
        padding-top: 20px;
    }
}

/*!sc*/
data-styled.g922[id="sc-7ee992ab-4"] {
    content: "gGiICm,"
}

/*!sc*/
.jMwnum {
    text-align: center;
    color: #000000;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .jMwnum {
        font-size: 14px;
        line-height: 1.5714285714285714;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .jMwnum {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*!sc*/
data-styled.g923[id="sc-7ee992ab-5"] {
    content: "jMwnum,"
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .fyJuSl {
        position: relative;
        height: 530px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .fyJuSl {
        position: relative;
        height: 500px;
    }
}

/*!sc*/
data-styled.g924[id="sc-34b0e173-0"] {
    content: "fyJuSl,"
}

/*!sc*/
.bDCQmd {
    color: #000000;
    font-weight: 500;
    margin: 0;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .bDCQmd {
        font-size: 26px;
        line-height: 1.3076923076923077;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .bDCQmd {
        font-size: 38px;
        line-height: 1.2105263157894737;
    }
}

/*!sc*/
data-styled.g925[id="sc-34b0e173-1"] {
    content: "bDCQmd,"
}

/*!sc*/
.cVxsfi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
data-styled.g926[id="sc-34b0e173-2"] {
    content: "cVxsfi,"
}

/*!sc*/
.hrzifO {
    margin: 0;
    white-space: pre-line;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
}

/*!sc*/
data-styled.g927[id="sc-34b0e173-3"] {
    content: "hrzifO,"
}

/*!sc*/
.hbFJEv {
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.hbFJEv .sc-34b0e173-1 {
    color: #ffffff;
    font-weight: 800;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .hbFJEv .sc-34b0e173-1 {
        font-size: 32px;
        line-height: 1.25;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .hbFJEv .sc-34b0e173-1 {
        font-size: 73px;
        line-height: 1.1538461538461537;
        letter-spacing: 5px;
    }
}

/*!sc*/
.hbFJEv .sc-34b0e173-3 {
    color: #ffffff;
    font-weight: 400;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .hbFJEv .sc-34b0e173-3 {
        font-size: 24px;
        line-height: 1.4444444444444444;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .hbFJEv .sc-34b0e173-3 {
        font-size: 36px;
        line-height: 1.4;
    }
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .hbFJEv .sc-34b0e173-3 {
        margin-top: 12px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .hbFJEv .sc-34b0e173-3 {
        margin-top: 24px;
    }
}

/*!sc*/
data-styled.g928[id="sc-34b0e173-4"] {
    content: "hbFJEv,"
}

/*!sc*/
.jheiFB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.jheiFB::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/*!sc*/
data-styled.g929[id="sc-34b0e173-5"] {
    content: "jheiFB,"
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .caQjNb {
        width: 100%;
        margin: 0px auto;
        padding-bottom: 24px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .caQjNb {
        width: 100%;
        margin: 0px auto;
    }
}

/*!sc*/
data-styled.g930[id="sc-34b0e173-6"] {
    content: "caQjNb,"
}

/*!sc*/
.jizxen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 82px 10%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.jizxen .ant-affix {
    z-index: 0 !important;
}

/*!sc*/
data-styled.g932[id="sc-34b0e173-8"] {
    content: "jizxen,"
}

/*!sc*/
.jkiHmD {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    -webkit-letter-spacing: 4%;
    -moz-letter-spacing: 4%;
    -ms-letter-spacing: 4%;
    letter-spacing: 4%;
    color: #262626;
}

/*!sc*/
@media (min-width:0px) and (max-width:1023.98px) {
    .jkiHmD {
        padding-top: 24px;
        padding-bottom: 0px;
        font-size: 14px;
    }
}

/*!sc*/
@media (min-width:1024px) {
    .jkiHmD {
        padding-top: 60px;
        padding-bottom: 95px;
        font-size: 16px;
    }
}

/*!sc*/
data-styled.g933[id="sc-34b0e173-9"] {
    content: "jkiHmD,"
}

/*!sc*/
.fewNBl {
    top: -122px;
    visibility: hidden;
    display: block;
    position: relative;
}

/*!sc*/
data-styled.g934[id="sc-34b0e173-10"] {
    content: "fewNBl,"
}

/*!sc*/
.bjjKtp {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 60px;
    margin: 0;
}

/*!sc*/
data-styled.g935[id="sc-34b0e173-11"] {
    content: "bjjKtp,"
}

/*!sc*/
.cCQCBX {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 122px;
}

/*!sc*/
data-styled.g936[id="sc-34b0e173-12"] {
    content: "cCQCBX,"
}

a:where(.css-1h7er6h) {
    color: #4062ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:where(.css-1h7er6h):hover {
    color: #91adff;
}

a:where(.css-1h7er6h):active {
    color: #2b45d9;
}

a:where(.css-1h7er6h):active,
a:where(.css-1h7er6h):hover {
    text-decoration: none;
    outline: 0;
}

a:where(.css-1h7er6h):focus {
    text-decoration: none;
    outline: 0;
}

a:where(.css-1h7er6h)[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-1h7er6h) a {
    color: #4062ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

:where(.css-1h7er6h) a:hover {
    color: #91adff;
}

:where(.css-1h7er6h) a:active {
    color: #2b45d9;
}

:where(.css-1h7er6h) a:active,
:where(.css-1h7er6h) a:hover {
    text-decoration: none;
    outline: 0;
}

:where(.css-1h7er6h) a:focus {
    text-decoration: none;
    outline: 0;
}

:where(.css-1h7er6h) a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-1h7er6h).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;
}

:where(.css-1h7er6h).anticon>* {
    line-height: 1;
}

:where(.css-1h7er6h).anticon svg {
    display: inline-block;
}

:where(.css-1h7er6h).anticon .anticon .anticon-icon {
    display: block;
}

:where(.css-1h7er6h).ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #262626;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: start;
    cursor: auto;
    user-select: text;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: #ffffff;
    width: max-content;
    max-width: 100vw;
}

:where(.css-1h7er6h).ant-popover-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-popover-hidden {
    display: none;
}

:where(.css-1h7er6h).ant-popover .ant-popover-content {
    position: relative;
}

:where(.css-1h7er6h).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-1h7er6h).ant-popover .ant-popover-title {
    min-width: 177px;
    margin-bottom: 8px;
    color: #000000;
    font-weight: 500;
    border-bottom: none;
    padding: 0;
}

:where(.css-1h7er6h).ant-popover .ant-popover-inner-content {
    color: #262626;
    padding: 0;
}

:where(.css-1h7er6h).ant-popover .ant-popover-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-1h7er6h).ant-popover .ant-popover-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
    content: "";
}

:where(.css-1h7er6h).ant-popover .ant-popover-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-1h7er6h).ant-popover .ant-popover-arrow:before {
    background: var(--antd-arrow-background-color);
}

:where(.css-1h7er6h).ant-popover-placement-top>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-topLeft>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-topRight>.ant-popover-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-1h7er6h).ant-popover-placement-top>.ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-1h7er6h).ant-popover-placement-topLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-topLeft>.ant-popover-arrow {
    left: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-1h7er6h).ant-popover-placement-topRight>.ant-popover-arrow {
    right: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-bottom>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-bottomLeft>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-bottomRight>.ant-popover-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-1h7er6h).ant-popover-placement-bottom>.ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-1h7er6h).ant-popover-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-bottomLeft>.ant-popover-arrow {
    left: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-1h7er6h).ant-popover-placement-bottomRight>.ant-popover-arrow {
    right: 12px;
}

:where(.css-1h7er6h).ant-popover-placement-left>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-leftTop>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-leftBottom>.ant-popover-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
}

:where(.css-1h7er6h).ant-popover-placement-left>.ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}

:where(.css-1h7er6h).ant-popover-placement-leftTop>.ant-popover-arrow {
    top: 8px;
}

:where(.css-1h7er6h).ant-popover-placement-leftBottom>.ant-popover-arrow {
    bottom: 8px;
}

:where(.css-1h7er6h).ant-popover-placement-right>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-rightTop>.ant-popover-arrow,
:where(.css-1h7er6h).ant-popover-placement-rightBottom>.ant-popover-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
}

:where(.css-1h7er6h).ant-popover-placement-right>.ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
}

:where(.css-1h7er6h).ant-popover-placement-rightTop>.ant-popover-arrow {
    top: 8px;
}

:where(.css-1h7er6h).ant-popover-placement-rightBottom>.ant-popover-arrow {
    bottom: 8px;
}

:where(.css-1h7er6h).ant-popover-pure {
    position: relative;
    max-width: none;
    margin: 16px;
    display: inline-block;
}

:where(.css-1h7er6h).ant-popover-pure .ant-popover-content {
    display: inline-block;
}

:where(.css-1h7er6h).ant-popover.ant-popover-blue {
    --antd-arrow-background-color: #1677ff;
}

:where(.css-1h7er6h).ant-popover.ant-popover-blue .ant-popover-inner {
    background-color: #1677ff;
}

:where(.css-1h7er6h).ant-popover.ant-popover-blue .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-purple {
    --antd-arrow-background-color: #722ed1;
}

:where(.css-1h7er6h).ant-popover.ant-popover-purple .ant-popover-inner {
    background-color: #722ed1;
}

:where(.css-1h7er6h).ant-popover.ant-popover-purple .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-cyan {
    --antd-arrow-background-color: #13c2c2;
}

:where(.css-1h7er6h).ant-popover.ant-popover-cyan .ant-popover-inner {
    background-color: #13c2c2;
}

:where(.css-1h7er6h).ant-popover.ant-popover-cyan .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-green {
    --antd-arrow-background-color: #52c41a;
}

:where(.css-1h7er6h).ant-popover.ant-popover-green .ant-popover-inner {
    background-color: #52c41a;
}

:where(.css-1h7er6h).ant-popover.ant-popover-green .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-magenta {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-popover.ant-popover-magenta .ant-popover-inner {
    background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-popover.ant-popover-magenta .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-pink {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-popover.ant-popover-pink .ant-popover-inner {
    background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-popover.ant-popover-pink .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-red {
    --antd-arrow-background-color: #f5222d;
}

:where(.css-1h7er6h).ant-popover.ant-popover-red .ant-popover-inner {
    background-color: #f5222d;
}

:where(.css-1h7er6h).ant-popover.ant-popover-red .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-orange {
    --antd-arrow-background-color: #fa8c16;
}

:where(.css-1h7er6h).ant-popover.ant-popover-orange .ant-popover-inner {
    background-color: #fa8c16;
}

:where(.css-1h7er6h).ant-popover.ant-popover-orange .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-yellow {
    --antd-arrow-background-color: #fadb14;
}

:where(.css-1h7er6h).ant-popover.ant-popover-yellow .ant-popover-inner {
    background-color: #fadb14;
}

:where(.css-1h7er6h).ant-popover.ant-popover-yellow .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-volcano {
    --antd-arrow-background-color: #fa541c;
}

:where(.css-1h7er6h).ant-popover.ant-popover-volcano .ant-popover-inner {
    background-color: #fa541c;
}

:where(.css-1h7er6h).ant-popover.ant-popover-volcano .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-geekblue {
    --antd-arrow-background-color: #2f54eb;
}

:where(.css-1h7er6h).ant-popover.ant-popover-geekblue .ant-popover-inner {
    background-color: #2f54eb;
}

:where(.css-1h7er6h).ant-popover.ant-popover-geekblue .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-lime {
    --antd-arrow-background-color: #a0d911;
}

:where(.css-1h7er6h).ant-popover.ant-popover-lime .ant-popover-inner {
    background-color: #a0d911;
}

:where(.css-1h7er6h).ant-popover.ant-popover-lime .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-popover.ant-popover-gold {
    --antd-arrow-background-color: #faad14;
}

:where(.css-1h7er6h).ant-popover.ant-popover-gold .ant-popover-inner {
    background-color: #faad14;
}

:where(.css-1h7er6h).ant-popover.ant-popover-gold .ant-popover-arrow {
    background: transparent;
}

:where(.css-1h7er6h).ant-zoom-big-enter,
:where(.css-1h7er6h).ant-zoom-big-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-zoom-big-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-zoom-big-enter.ant-zoom-big-enter-active,
:where(.css-1h7er6h).ant-zoom-big-appear.ant-zoom-big-appear-active {
    animation-name: css-1h7er6h-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-1h7er6h).ant-zoom-big-leave.ant-zoom-big-leave-active {
    animation-name: css-1h7er6h-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-zoom-big-enter,
:where(.css-1h7er6h).ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-1h7er6h).ant-zoom-big-enter-prepare,
:where(.css-1h7er6h).ant-zoom-big-appear-prepare {
    transform: none;
}

:where(.css-1h7er6h).ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes css-1h7er6h-antZoomBigIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-1h7er6h-antZoomBigOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

:where(.css-1h7er6h).ant-btn {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-btn::before,
:where(.css-1h7er6h).ant-btn::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-btn [class^="ant-btn"],
:where(.css-1h7er6h).ant-btn [class*=" ant-btn"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-btn [class^="ant-btn"]::before,
:where(.css-1h7er6h).ant-btn [class*=" ant-btn"]::before,
:where(.css-1h7er6h).ant-btn [class^="ant-btn"]::after,
:where(.css-1h7er6h).ant-btn [class*=" ant-btn"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: #262626;
}

:where(.css-1h7er6h).ant-btn:disabled>* {
    pointer-events: none;
}

:where(.css-1h7er6h).ant-btn .ant-btn-icon>svg {
    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;
}

:where(.css-1h7er6h).ant-btn .ant-btn-icon>svg>* {
    line-height: 1;
}

:where(.css-1h7er6h).ant-btn .ant-btn-icon>svg svg {
    display: inline-block;
}

:where(.css-1h7er6h).ant-btn>a {
    color: currentColor;
}

:where(.css-1h7er6h).ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #c9d9ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-1h7er6h).ant-btn.ant-btn-two-chinese-chars::first-letter {
    letter-spacing: 0.34em;
}

:where(.css-1h7er6h).ant-btn.ant-btn-two-chinese-chars>*:not(.anticon) {
    margin-inline-end: -0.34em;
    letter-spacing: 0.34em;
}

:where(.css-1h7er6h).ant-btn.ant-btn-icon-only {
    padding-inline: 0;
}

:where(.css-1h7er6h).ant-btn.ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
}

:where(.css-1h7er6h).ant-btn.ant-btn-icon-only.ant-btn-round {
    width: auto;
}

:where(.css-1h7er6h).ant-btn.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
}

:where(.css-1h7er6h).ant-btn .ant-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-start,
:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-start {
    margin-inline-end: -8px;
}

:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-active,
:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-active {
    margin-inline-end: 0;
}

:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-start {
    margin-inline-end: 0;
}

:where(.css-1h7er6h).ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-active {
    margin-inline-end: -8px;
}

:where(.css-1h7er6h).ant-btn-icon-end {
    flex-direction: row-reverse;
}

:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-start,
:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-start {
    margin-inline-start: -8px;
}

:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-appear-active,
:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-enter-active {
    margin-inline-start: 0;
}

:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-start {
    margin-inline-start: 0;
}

:where(.css-1h7er6h).ant-btn-icon-end .ant-btn-loading-icon-motion-leave-active {
    margin-inline-start: -8px;
}

:where(.css-1h7er6h).ant-btn {
    font-size: 16px;
    height: 44px;
    padding: 0px 15px;
    border-radius: 6px;
}

:where(.css-1h7er6h).ant-btn.ant-btn-icon-only {
    width: 44px;
}

:where(.css-1h7er6h).ant-btn.ant-btn-icon-only .anticon {
    font-size: inherit;
}

:where(.css-1h7er6h).ant-btn.ant-btn-circle.ant-btn {
    min-width: 44px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-1h7er6h).ant-btn.ant-btn-round.ant-btn {
    border-radius: 44px;
    padding-inline-start: 22px;
    padding-inline-end: 22px;
}

:where(.css-1h7er6h).ant-btn-sm {
    font-size: 14px;
    height: 36px;
    padding: 0px 7px;
    border-radius: 4px;
}

:where(.css-1h7er6h).ant-btn-sm.ant-btn-icon-only {
    width: 36px;
}

:where(.css-1h7er6h).ant-btn-sm.ant-btn-icon-only .anticon {
    font-size: inherit;
}

:where(.css-1h7er6h).ant-btn.ant-btn-circle.ant-btn-sm {
    min-width: 36px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-1h7er6h).ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 36px;
    padding-inline-start: 18px;
    padding-inline-end: 18px;
}

:where(.css-1h7er6h).ant-btn-lg {
    font-size: 18px;
    height: 50px;
    padding: 0px 15px;
    border-radius: 8px;
}

:where(.css-1h7er6h).ant-btn-lg.ant-btn-icon-only {
    width: 50px;
}

:where(.css-1h7er6h).ant-btn-lg.ant-btn-icon-only .anticon {
    font-size: inherit;
}

:where(.css-1h7er6h).ant-btn.ant-btn-circle.ant-btn-lg {
    min-width: 50px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 50%;
}

:where(.css-1h7er6h).ant-btn.ant-btn-round.ant-btn-lg {
    border-radius: 50px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

:where(.css-1h7er6h).ant-btn.ant-btn-block {
    width: 100%;
}

:where(.css-1h7er6h).ant-btn-color-default {
    color: #000000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-solid {
    color: #fff;
    background: rgb(0, 0, 0);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    color: #fff;
    background: rgba(0, 0, 0, 0.95);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-filled {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: rgba(0, 0, 0, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: rgba(0, 0, 0, 0.15);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-background-ghost {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #f0f0f0;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-link {
    color: #262626;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #91adff;
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #2b45d9;
}

:where(.css-1h7er6h).ant-btn-color-primary {
    color: #4e6dff;
    box-shadow: 0 2px 0 rgba(5, 88, 255, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed {
    border-color: #4e6dff;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #7895ff;
    border-color: #7895ff;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #3850d9;
    border-color: #3850d9;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-filled {
    box-shadow: none;
    background: #f0f5ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f0f5ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #c9d9ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-text {
    color: #4e6dff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #7895ff;
    background: #f0f5ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #3850d9;
    background: #c9d9ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-link {
    color: #4e6dff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #7895ff;
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #3850d9;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-background-ghost {
    color: #4e6dff;
    background: transparent;
    border-color: #4e6dff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #7895ff;
    border-color: #7895ff;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #3850d9;
    border-color: #3850d9;
}

:where(.css-1h7er6h).ant-btn-color-primary.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #f0f0f0;
}

:where(.css-1h7er6h).ant-btn-color-dangerous {
    color: #ff4d4f;
    box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-solid {
    color: #fff;
    background: #ff4d4f;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff7875;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d9363e;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-color: #ff4d4f;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    border-color: #ffa39e;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d9363e;
    border-color: #d9363e;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff2f0;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffdfdc;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffccc7;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-text {
    color: #ff4d4f;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    background: #fff2f0;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #ff7875;
    background: #ffccc7;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-link {
    color: #ff4d4f;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d9363e;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-background-ghost {
    color: #ff4d4f;
    background: transparent;
    border-color: #ff4d4f;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #ff7875;
    border-color: #ff7875;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #d9363e;
    border-color: #d9363e;
}

:where(.css-1h7er6h).ant-btn-color-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #f0f0f0;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-variant-link {
    color: #4062ff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-link.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #91adff;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #2b45d9;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-background-ghost {
    color: #4e6dff;
    background: transparent;
    border-color: #4e6dff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #a1b8ff;
    border-color: #a1b8ff;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #3850d9;
    border-color: #3850d9;
}

:where(.css-1h7er6h).ant-btn-color-link.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #f0f0f0;
}

:where(.css-1h7er6h).ant-btn-color-blue {
    color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-solid {
    color: #fff;
    background: #1677ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #4096ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #0958d9;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed {
    border-color: #1677ff;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
    border-color: #4096ff;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
    border-color: #0958d9;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-filled {
    box-shadow: none;
    background: #e6f4ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #bae0ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #91caff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-link {
    color: #1677ff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-text {
    color: #1677ff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
    background: #e6f4ff;
}

:where(.css-1h7er6h).ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
    background: #91caff;
}

:where(.css-1h7er6h).ant-btn-color-purple {
    color: #722ed1;
    box-shadow: 0 2px 0 rgba(155, 5, 255, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-solid {
    color: #fff;
    background: #722ed1;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #9254de;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #531dab;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed {
    border-color: #722ed1;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
    border-color: #9254de;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
    border-color: #531dab;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-filled {
    box-shadow: none;
    background: #f9f0ff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #efdbff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #d3adf7;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-link {
    color: #722ed1;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-text {
    color: #722ed1;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
    background: #f9f0ff;
}

:where(.css-1h7er6h).ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
    background: #d3adf7;
}

:where(.css-1h7er6h).ant-btn-color-cyan {
    color: #13c2c2;
    box-shadow: 0 2px 0 rgba(5, 255, 215, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-solid {
    color: #fff;
    background: #13c2c2;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #36cfc9;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #08979c;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed {
    border-color: #13c2c2;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
    border-color: #36cfc9;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
    border-color: #08979c;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-filled {
    box-shadow: none;
    background: #e6fffb;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #b5f5ec;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #87e8de;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-link {
    color: #13c2c2;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-text {
    color: #13c2c2;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
    background: #e6fffb;
}

:where(.css-1h7er6h).ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
    background: #87e8de;
}

:where(.css-1h7er6h).ant-btn-color-green {
    color: #52c41a;
    box-shadow: 0 2px 0 rgba(142, 255, 30, 0.08);
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-solid {
    color: #fff;
    background: #52c41a;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #73d13d;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #389e0d;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed {
    border-color: #52c41a;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
    border-color: #73d13d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
    border-color: #389e0d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-filled {
    box-shadow: none;
    background: #f6ffed;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #d9f7be;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #b7eb8f;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-link {
    color: #52c41a;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-text {
    color: #52c41a;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
    background: #f6ffed;
}

:where(.css-1h7er6h).ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
    background: #b7eb8f;
}

:where(.css-1h7er6h).ant-btn-color-magenta {
    color: #eb2f96;
    box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-solid {
    color: #fff;
    background: #eb2f96;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f759ab;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #c41d7f;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed {
    border-color: #eb2f96;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    border-color: #f759ab;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    border-color: #c41d7f;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff0f6;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffd6e7;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffadd2;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-link {
    color: #eb2f96;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-text {
    color: #eb2f96;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    background: #fff0f6;
}

:where(.css-1h7er6h).ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    background: #ffadd2;
}

:where(.css-1h7er6h).ant-btn-color-pink {
    color: #eb2f96;
    box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-solid {
    color: #fff;
    background: #eb2f96;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f759ab;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #c41d7f;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed {
    border-color: #eb2f96;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    border-color: #f759ab;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    border-color: #c41d7f;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff0f6;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffd6e7;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffadd2;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-link {
    color: #eb2f96;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-text {
    color: #eb2f96;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    background: #fff0f6;
}

:where(.css-1h7er6h).ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    background: #ffadd2;
}

:where(.css-1h7er6h).ant-btn-color-red {
    color: #f5222d;
    box-shadow: 0 2px 0 rgba(255, 22, 5, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-solid {
    color: #fff;
    background: #f5222d;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff4d4f;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #cf1322;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed {
    border-color: #f5222d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
    border-color: #ff4d4f;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
    border-color: #cf1322;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff1f0;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffccc7;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffa39e;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-link {
    color: #f5222d;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-text {
    color: #f5222d;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
    background: #fff1f0;
}

:where(.css-1h7er6h).ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
    background: #ffa39e;
}

:where(.css-1h7er6h).ant-btn-color-orange {
    color: #fa8c16;
    box-shadow: 0 2px 0 rgba(255, 175, 5, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-solid {
    color: #fff;
    background: #fa8c16;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffa940;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d46b08;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed {
    border-color: #fa8c16;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
    border-color: #ffa940;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
    border-color: #d46b08;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff7e6;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffe7ba;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffd591;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-link {
    color: #fa8c16;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-text {
    color: #fa8c16;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
    background: #fff7e6;
}

:where(.css-1h7er6h).ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
    background: #ffd591;
}

:where(.css-1h7er6h).ant-btn-color-yellow {
    color: #fadb14;
    box-shadow: 0 2px 0 rgba(245, 255, 5, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-solid {
    color: #fff;
    background: #fadb14;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffec3d;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d4b106;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed {
    border-color: #fadb14;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
    border-color: #ffec3d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
    border-color: #d4b106;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-filled {
    box-shadow: none;
    background: #feffe6;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffffb8;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #fffb8f;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-link {
    color: #fadb14;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-text {
    color: #fadb14;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
    background: #feffe6;
}

:where(.css-1h7er6h).ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
    background: #fffb8f;
}

:where(.css-1h7er6h).ant-btn-color-volcano {
    color: #fa541c;
    box-shadow: 0 2px 0 rgba(255, 125, 25, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-solid {
    color: #fff;
    background: #fa541c;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff7a45;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d4380d;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed {
    border-color: #fa541c;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
    border-color: #ff7a45;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
    border-color: #d4380d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff2e8;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffd8bf;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffbb96;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-link {
    color: #fa541c;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-text {
    color: #fa541c;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
    background: #fff2e8;
}

:where(.css-1h7er6h).ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
    background: #ffbb96;
}

:where(.css-1h7er6h).ant-btn-color-geekblue {
    color: #2f54eb;
    box-shadow: 0 2px 0 rgba(5, 88, 255, 0.06);
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-solid {
    color: #fff;
    background: #2f54eb;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #597ef7;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #1d39c4;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed {
    border-color: #2f54eb;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
    border-color: #597ef7;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
    border-color: #1d39c4;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-filled {
    box-shadow: none;
    background: #f0f5ff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #d6e4ff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #adc6ff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-link {
    color: #2f54eb;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-text {
    color: #2f54eb;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
    background: #f0f5ff;
}

:where(.css-1h7er6h).ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
    background: #adc6ff;
}

:where(.css-1h7er6h).ant-btn-color-lime {
    color: #a0d911;
    box-shadow: 0 2px 0 rgba(225, 255, 5, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-solid {
    color: #fff;
    background: #a0d911;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #bae637;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #7cb305;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed {
    border-color: #a0d911;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
    border-color: #bae637;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
    border-color: #7cb305;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-filled {
    box-shadow: none;
    background: #fcffe6;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f4ffb8;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #eaff8f;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-link {
    color: #a0d911;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-text {
    color: #a0d911;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
    background: #fcffe6;
}

:where(.css-1h7er6h).ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
    background: #eaff8f;
}

:where(.css-1h7er6h).ant-btn-color-gold {
    color: #faad14;
    box-shadow: 0 2px 0 rgba(255, 215, 5, 0.1);
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-solid {
    color: #fff;
    background: #faad14;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffc53d;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d48806;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed {
    border-color: #faad14;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
    border-color: #ffc53d;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
    border-color: #d48806;
    background: #ffffff;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-dashed {
    border-style: dashed;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-filled {
    box-shadow: none;
    background: #fffbe6;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-filled:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    background: #fff1b8;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    background: #ffe58f;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-link {
    color: #faad14;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-text {
    color: #faad14;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
    background: #fffbe6;
}

:where(.css-1h7er6h).ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
    background: #ffe58f;
}

:where(.css-1h7er6h).ant-btn-variant-outlined,
:where(.css-1h7er6h).ant-btn-variant-dashed {
    border-color: #1f1f1f;
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-variant-outlined:disabled,
:where(.css-1h7er6h).ant-btn-variant-dashed:disabled,
:where(.css-1h7er6h).ant-btn-variant-outlined.ant-btn-disabled,
:where(.css-1h7er6h).ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
:where(.css-1h7er6h).ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffffff;
    border-color: #1f1f1f;
    background: #000000;
}

:where(.css-1h7er6h).ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
:where(.css-1h7er6h).ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #ffffff;
    border-color: #1f1f1f;
    background: #000000;
}

:where(.css-1h7er6h).ant-btn-variant-text {
    color: #262626;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-variant-text:disabled,
:where(.css-1h7er6h).ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #262626;
    background: rgba(0, 0, 0, 0.04);
}

:where(.css-1h7er6h).ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #262626;
    background: rgba(0, 0, 0, 0.15);
}

:where(.css-1h7er6h).ant-btn-variant-solid {
    color: #fff;
    background: #4e6dff;
}

:where(.css-1h7er6h).ant-btn-variant-solid:disabled,
:where(.css-1h7er6h).ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #7895ff;
    color: #fff;
}

:where(.css-1h7er6h).ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #3850d9;
    color: #fff;
}

:where(.css-1h7er6h).ant-btn-variant-link {
    color: #4062ff;
    box-shadow: none;
}

:where(.css-1h7er6h).ant-btn-variant-link:disabled,
:where(.css-1h7er6h).ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

:where(.css-1h7er6h).ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #91adff;
    background: transparent;
}

:where(.css-1h7er6h).ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #2b45d9;
}

:where(.css-1h7er6h).ant-btn-group {
    position: relative;
    display: inline-flex;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:last-child),
:where(.css-1h7er6h).ant-btn-group>.ant-btn:not(:last-child),
:where(.css-1h7er6h).ant-btn-group>span:not(:last-child)>.ant-btn,
:where(.css-1h7er6h).ant-btn-group>.ant-btn:not(:last-child)>.ant-btn {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:first-child),
:where(.css-1h7er6h).ant-btn-group>.ant-btn:not(:first-child) {
    margin-inline-start: -1px;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:first-child),
:where(.css-1h7er6h).ant-btn-group>.ant-btn:not(:first-child),
:where(.css-1h7er6h).ant-btn-group>span:not(:first-child)>.ant-btn,
:where(.css-1h7er6h).ant-btn-group>.ant-btn:not(:first-child)>.ant-btn {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-1h7er6h).ant-btn-group .ant-btn {
    position: relative;
    z-index: 1;
}

:where(.css-1h7er6h).ant-btn-group .ant-btn:hover,
:where(.css-1h7er6h).ant-btn-group .ant-btn:focus,
:where(.css-1h7er6h).ant-btn-group .ant-btn:active {
    z-index: 2;
}

:where(.css-1h7er6h).ant-btn-group .ant-btn[disabled] {
    z-index: 0;
}

:where(.css-1h7er6h).ant-btn-group .ant-btn-icon-only {
    font-size: 14px;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:last-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-primary:not(:last-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>span:not(:last-child)>.ant-btn-primary:not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-primary:not(:last-child)>.ant-btn-primary:not(:disabled) {
    border-inline-end-color: #7895ff;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:first-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-primary:not(:first-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>span:not(:first-child)>.ant-btn-primary:not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-primary:not(:first-child)>.ant-btn-primary:not(:disabled) {
    border-inline-start-color: #7895ff;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:last-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-danger:not(:last-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>span:not(:last-child)>.ant-btn-danger:not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-danger:not(:last-child)>.ant-btn-danger:not(:disabled) {
    border-inline-end-color: #ff7875;
}

:where(.css-1h7er6h).ant-btn-group>span:not(:first-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-danger:not(:first-child):not(:disabled),
:where(.css-1h7er6h).ant-btn-group>span:not(:first-child)>.ant-btn-danger:not(:disabled),
:where(.css-1h7er6h).ant-btn-group>.ant-btn-danger:not(:first-child)>.ant-btn-danger:not(:disabled) {
    border-inline-start-color: #ff7875;
}

:where(.css-1h7er6h).ant-wave {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-wave::before,
:where(.css-1h7er6h).ant-wave::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-wave [class^="ant-wave"],
:where(.css-1h7er6h).ant-wave [class*=" ant-wave"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-wave [class^="ant-wave"]::before,
:where(.css-1h7er6h).ant-wave [class*=" ant-wave"]::before,
:where(.css-1h7er6h).ant-wave [class^="ant-wave"]::after,
:where(.css-1h7er6h).ant-wave [class*=" ant-wave"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #4e6dff);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

:where(.css-1h7er6h).ant-wave.wave-motion-appear {
    transition: box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-1h7er6h).ant-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
}

:where(.css-1h7er6h).ant-wave.wave-motion-appear.wave-quick {
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-1h7er6h).ant-drawer {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-drawer::before,
:where(.css-1h7er6h).ant-drawer::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-drawer [class^="ant-drawer"],
:where(.css-1h7er6h).ant-drawer [class*=" ant-drawer"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-drawer [class^="ant-drawer"]::before,
:where(.css-1h7er6h).ant-drawer [class*=" ant-drawer"]::before,
:where(.css-1h7er6h).ant-drawer [class^="ant-drawer"]::after,
:where(.css-1h7er6h).ant-drawer [class*=" ant-drawer"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-drawer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
    color: #262626;
}

:where(.css-1h7er6h).ant-drawer-pure {
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

:where(.css-1h7er6h).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-1h7er6h).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-1h7er6h).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-1h7er6h).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-1h7er6h).ant-drawer-inline {
    position: absolute;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask {
    position: absolute;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-content-wrapper {
    position: absolute;
    z-index: 1000;
    max-width: 100vw;
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-content-wrapper-hidden {
    display: none;
}

:where(.css-1h7er6h).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-1h7er6h).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-1h7er6h).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-1h7er6h).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-1h7er6h).ant-drawer .ant-drawer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    pointer-events: auto;
}

:where(.css-1h7er6h).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-1h7er6h).ant-drawer .ant-drawer-header-title {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    min-height: 0;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-extra {
    flex: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-close {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-inline-end: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.2s;
    text-rendering: auto;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-close:hover {
    color: #262626;
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-close:active {
    background-color: rgba(0, 0, 0, 0.15);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-close:focus-visible {
    outline: 3px solid #c9d9ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-title {
    flex: 1;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-body {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow: auto;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-body .ant-drawer-body-skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-footer {
    flex-shrink: 0;
    padding: 8px 16px;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
}

:where(.css-1h7er6h).ant-drawer-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-enter-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-appear-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-leave-start {
    transition: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-appear-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-leave-active {
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-appear {
    opacity: 0;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-appear-active {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-leave {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-mask-motion-leave-active {
    opacity: 0;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave-start {
    transition: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear-active {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear {
    transform: translateX(-100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-appear-active {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-left-leave-active {
    transform: translateX(-100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave-start {
    transition: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear-active {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear {
    transform: translateX(100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-appear-active {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-right-leave-active {
    transform: translateX(100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave-start {
    transition: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear-active {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear {
    transform: translateY(-100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-appear-active {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-top-leave-active {
    transform: translateY(-100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear-start,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave-start {
    transition: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transition: all 0.3s;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave {
    opacity: 1;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    opacity: 0.7;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear {
    transform: translateY(100%);
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-enter-active,
:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-appear-active {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave {
    transform: none;
}

:where(.css-1h7er6h).ant-drawer .ant-drawer-panel-motion-bottom-leave-active {
    transform: translateY(100%);
}

:where(.css-1h7er6h)[class^="ant-anchor"],
:where(.css-1h7er6h)[class*=" ant-anchor"] {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-anchor"]::before,
:where(.css-1h7er6h)[class*=" ant-anchor"]::before,
:where(.css-1h7er6h)[class^="ant-anchor"]::after,
:where(.css-1h7er6h)[class*=" ant-anchor"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-anchor"] [class^="ant-anchor"],
:where(.css-1h7er6h)[class*=" ant-anchor"] [class^="ant-anchor"],
:where(.css-1h7er6h)[class^="ant-anchor"] [class*=" ant-anchor"],
:where(.css-1h7er6h)[class*=" ant-anchor"] [class*=" ant-anchor"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-anchor"] [class^="ant-anchor"]::before,
:where(.css-1h7er6h)[class*=" ant-anchor"] [class^="ant-anchor"]::before,
:where(.css-1h7er6h)[class^="ant-anchor"] [class*=" ant-anchor"]::before,
:where(.css-1h7er6h)[class*=" ant-anchor"] [class*=" ant-anchor"]::before,
:where(.css-1h7er6h)[class^="ant-anchor"] [class^="ant-anchor"]::after,
:where(.css-1h7er6h)[class*=" ant-anchor"] [class^="ant-anchor"]::after,
:where(.css-1h7er6h)[class^="ant-anchor"] [class*=" ant-anchor"]::after,
:where(.css-1h7er6h)[class*=" ant-anchor"] [class*=" ant-anchor"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-anchor-wrapper {
    margin-block-start: -4px;
    padding-block-start: 4px;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #262626;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    position: relative;
    padding-inline-start: 2px;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor .ant-anchor-link {
    padding-block: 0px;
    padding-inline: 16px 0;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor .ant-anchor-link-title {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-block-end: 3px;
    color: #262626;
    transition: all 0.3s;
    font-size: 16px;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:only-child {
    margin-block-end: 0;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor .ant-anchor-link-active>.ant-anchor-link-title {
    color: #1aad19;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link {
    padding-block: 2px;
}

:where(.css-1h7er6h).ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor::before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    border-inline-start: 2px solid rgba(5, 5, 5, 0.06);
    content: " ";
}

:where(.css-1h7er6h).ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink {
    position: absolute;
    inset-inline-start: 0;
    display: none;
    transform: translateY(-50%);
    transition: top 0.3s ease-in-out;
    width: 2px;
    background-color: #4e6dff;
}

:where(.css-1h7er6h).ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink.ant-anchor-ink-visible {
    display: inline-block;
}

:where(.css-1h7er6h).ant-anchor-wrapper .ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink {
    display: none;
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal {
    position: relative;
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    content: " ";
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal .ant-anchor {
    overflow-x: scroll;
    position: relative;
    display: flex;
    scrollbar-width: none;
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal .ant-anchor::-webkit-scrollbar {
    display: none;
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-link:first-of-type {
    padding-inline: 0;
}

:where(.css-1h7er6h).ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-ink {
    position: absolute;
    bottom: 0;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    height: 2px;
    background-color: #4e6dff;
}

:where(.css-1h7er6h).ant-affix {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-affix::before,
:where(.css-1h7er6h).ant-affix::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-affix [class^="ant-affix"],
:where(.css-1h7er6h).ant-affix [class*=" ant-affix"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-affix [class^="ant-affix"]::before,
:where(.css-1h7er6h).ant-affix [class*=" ant-affix"]::before,
:where(.css-1h7er6h).ant-affix [class^="ant-affix"]::after,
:where(.css-1h7er6h).ant-affix [class*=" ant-affix"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-affix {
    position: fixed;
    z-index: 10;
}

:where(.css-1h7er6h)[class^="ant-image"],
:where(.css-1h7er6h)[class*=" ant-image"] {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-image"]::before,
:where(.css-1h7er6h)[class*=" ant-image"]::before,
:where(.css-1h7er6h)[class^="ant-image"]::after,
:where(.css-1h7er6h)[class*=" ant-image"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-image"] [class^="ant-image"],
:where(.css-1h7er6h)[class*=" ant-image"] [class^="ant-image"],
:where(.css-1h7er6h)[class^="ant-image"] [class*=" ant-image"],
:where(.css-1h7er6h)[class*=" ant-image"] [class*=" ant-image"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h)[class^="ant-image"] [class^="ant-image"]::before,
:where(.css-1h7er6h)[class*=" ant-image"] [class^="ant-image"]::before,
:where(.css-1h7er6h)[class^="ant-image"] [class*=" ant-image"]::before,
:where(.css-1h7er6h)[class*=" ant-image"] [class*=" ant-image"]::before,
:where(.css-1h7er6h)[class^="ant-image"] [class^="ant-image"]::after,
:where(.css-1h7er6h)[class*=" ant-image"] [class^="ant-image"]::after,
:where(.css-1h7er6h)[class^="ant-image"] [class*=" ant-image"]::after,
:where(.css-1h7er6h)[class*=" ant-image"] [class*=" ant-image"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-image {
    position: relative;
    display: inline-block;
}

:where(.css-1h7er6h).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

:where(.css-1h7er6h).ant-image .ant-image-img-placeholder {
    background-color: rgba(0, 0, 0, 0.04);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
}

:where(.css-1h7er6h).ant-image .ant-image-mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

:where(.css-1h7er6h).ant-image .ant-image-mask .ant-image-mask-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
}

:where(.css-1h7er6h).ant-image .ant-image-mask .ant-image-mask-info .anticon {
    margin-inline-end: 4px;
}

:where(.css-1h7er6h).ant-image .ant-image-mask .ant-image-mask-info .anticon svg {
    vertical-align: baseline;
}

:where(.css-1h7er6h).ant-image .ant-image-mask:hover {
    opacity: 1;
}

:where(.css-1h7er6h).ant-image .ant-image-placeholder {
    position: absolute;
    inset: 0;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview {
    height: 100%;
    text-align: center;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-body {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-img {
    max-width: 100%;
    max-height: 70%;
    vertical-align: middle;
    transform: scale3d(1, 1, 1);
    cursor: grab;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    user-select: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-img-wrapper {
    position: absolute;
    inset: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-img-wrapper>* {
    pointer-events: auto;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-img-wrapper::before {
    display: inline-block;
    width: 1px;
    height: 50%;
    margin-inline-end: -1px;
    content: "";
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img {
    cursor: grabbing;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img-wrapper {
    transition-duration: 0s;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-wrap {
    z-index: 1080;
}

:where(.css-1h7er6h).ant-image-preview-operations-wrapper {
    position: fixed;
    z-index: 1081;
}

:where(.css-1h7er6h) .ant-image-preview-footer {
    position: fixed;
    bottom: 32px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    transform: translateX(-50%);
}

:where(.css-1h7er6h) .ant-image-preview-progress {
    margin-bottom: 16px;
}

:where(.css-1h7er6h) .ant-image-preview-close {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 12px;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-1h7er6h) .ant-image-preview-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

:where(.css-1h7er6h) .ant-image-preview-close>.anticon {
    font-size: 18px;
}

:where(.css-1h7er6h) .ant-image-preview-operations {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}

:where(.css-1h7er6h) .ant-image-preview-operations-operation {
    margin-inline-start: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}

:where(.css-1h7er6h) .ant-image-preview-operations-operation:not(.ant-image-preview-operations-operation-disabled):hover>.anticon {
    color: rgba(255, 255, 255, 0.85);
}

:where(.css-1h7er6h) .ant-image-preview-operations-operation-disabled {
    color: rgba(255, 255, 255, 0.25);
    cursor: not-allowed;
}

:where(.css-1h7er6h) .ant-image-preview-operations-operation:first-of-type {
    margin-inline-start: 0;
}

:where(.css-1h7er6h) .ant-image-preview-operations-operation>.anticon {
    font-size: 18px;
}

:where(.css-1h7er6h) .ant-image-preview-switch-left,
:where(.css-1h7er6h) .ant-image-preview-switch-right {
    position: fixed;
    inset-block-start: 50%;
    z-index: 1081;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}

:where(.css-1h7er6h) .ant-image-preview-switch-left:hover,
:where(.css-1h7er6h) .ant-image-preview-switch-right:hover {
    background: rgba(0, 0, 0, 0.2);
}

:where(.css-1h7er6h) .ant-image-preview-switch-left-disabled,
:where(.css-1h7er6h) .ant-image-preview-switch-right-disabled,
:where(.css-1h7er6h) .ant-image-preview-switch-left-disabled:hover,
:where(.css-1h7er6h) .ant-image-preview-switch-right-disabled:hover {
    color: rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: not-allowed;
}

:where(.css-1h7er6h) .ant-image-preview-switch-left-disabled>.anticon,
:where(.css-1h7er6h) .ant-image-preview-switch-right-disabled>.anticon,
:where(.css-1h7er6h) .ant-image-preview-switch-left-disabled:hover>.anticon,
:where(.css-1h7er6h) .ant-image-preview-switch-right-disabled:hover>.anticon {
    cursor: not-allowed;
}

:where(.css-1h7er6h) .ant-image-preview-switch-left>.anticon,
:where(.css-1h7er6h) .ant-image-preview-switch-right>.anticon {
    font-size: 18px;
}

:where(.css-1h7er6h) .ant-image-preview-switch-left {
    inset-inline-start: 12px;
}

:where(.css-1h7er6h) .ant-image-preview-switch-right {
    inset-inline-end: 12px;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview.ant-zoom-enter,
:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    user-select: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview.ant-zoom-leave .ant-image-preview-content {
    pointer-events: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-mask .ant-image-preview-hidden {
    display: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-image-preview-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-enter,
:where(.css-1h7er6h).ant-image-preview-root .ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-enter.ant-fade-enter-active,
:where(.css-1h7er6h).ant-image-preview-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: css-1h7er6h-antFadeIn;
    animation-play-state: running;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: css-1h7er6h-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-enter,
:where(.css-1h7er6h).ant-image-preview-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-fade-leave {
    animation-timing-function: linear;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-enter,
:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-enter.ant-zoom-enter-active,
:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-appear.ant-zoom-appear-active {
    animation-name: css-1h7er6h-antZoomIn;
    animation-play-state: running;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-leave.ant-zoom-leave-active {
    animation-name: css-1h7er6h-antZoomOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-enter,
:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-enter-prepare,
:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-appear-prepare {
    transform: none;
}

:where(.css-1h7er6h).ant-image-preview-root .ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:where(.css-1h7er6h).ant-fade-enter,
:where(.css-1h7er6h).ant-fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-fade-enter.ant-fade-enter-active,
:where(.css-1h7er6h).ant-fade-appear.ant-fade-appear-active {
    animation-name: css-1h7er6h-antFadeIn;
    animation-play-state: running;
}

:where(.css-1h7er6h).ant-fade-leave.ant-fade-leave-active {
    animation-name: css-1h7er6h-antFadeOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-fade-enter,
:where(.css-1h7er6h).ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
}

:where(.css-1h7er6h).ant-fade-leave {
    animation-timing-function: linear;
}

@keyframes css-1h7er6h-antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes css-1h7er6h-antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes css-1h7er6h-antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes css-1h7er6h-antZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

:where(.css-1h7er6h).ant-flex {
    display: flex;
    margin: 0;
    padding: 0;
}

:where(.css-1h7er6h).ant-flex-vertical {
    flex-direction: column;
}

:where(.css-1h7er6h).ant-flex-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-flex:empty {
    display: none;
}

:where(.css-1h7er6h).ant-flex-gap-small {
    gap: 8px;
}

:where(.css-1h7er6h).ant-flex-gap-middle {
    gap: 16px;
}

:where(.css-1h7er6h).ant-flex-gap-large {
    gap: 24px;
}

:where(.css-1h7er6h).ant-flex-wrap-wrap {
    flex-wrap: wrap;
}

:where(.css-1h7er6h).ant-flex-wrap-nowrap {
    flex-wrap: nowrap;
}

:where(.css-1h7er6h).ant-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
}

:where(.css-1h7er6h).ant-flex-align-center {
    align-items: center;
}

:where(.css-1h7er6h).ant-flex-align-start {
    align-items: start;
}

:where(.css-1h7er6h).ant-flex-align-end {
    align-items: end;
}

:where(.css-1h7er6h).ant-flex-align-flex-start {
    align-items: flex-start;
}

:where(.css-1h7er6h).ant-flex-align-flex-end {
    align-items: flex-end;
}

:where(.css-1h7er6h).ant-flex-align-self-start {
    align-items: self-start;
}

:where(.css-1h7er6h).ant-flex-align-self-end {
    align-items: self-end;
}

:where(.css-1h7er6h).ant-flex-align-baseline {
    align-items: baseline;
}

:where(.css-1h7er6h).ant-flex-align-normal {
    align-items: normal;
}

:where(.css-1h7er6h).ant-flex-align-stretch {
    align-items: stretch;
}

:where(.css-1h7er6h).ant-flex-justify-flex-start {
    justify-content: flex-start;
}

:where(.css-1h7er6h).ant-flex-justify-flex-end {
    justify-content: flex-end;
}

:where(.css-1h7er6h).ant-flex-justify-start {
    justify-content: start;
}

:where(.css-1h7er6h).ant-flex-justify-end {
    justify-content: end;
}

:where(.css-1h7er6h).ant-flex-justify-center {
    justify-content: center;
}

:where(.css-1h7er6h).ant-flex-justify-space-between {
    justify-content: space-between;
}

:where(.css-1h7er6h).ant-flex-justify-space-around {
    justify-content: space-around;
}

:where(.css-1h7er6h).ant-flex-justify-space-evenly {
    justify-content: space-evenly;
}

:where(.css-1h7er6h).ant-flex-justify-stretch {
    justify-content: stretch;
}

:where(.css-1h7er6h).ant-flex-justify-normal {
    justify-content: normal;
}

:where(.css-1h7er6h).ant-flex-justify-left {
    justify-content: left;
}

:where(.css-1h7er6h).ant-flex-justify-right {
    justify-content: right;
}

:where(.css-1h7er6h).ant-collapse {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-collapse::before,
:where(.css-1h7er6h).ant-collapse::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-collapse [class^="ant-collapse"],
:where(.css-1h7er6h).ant-collapse [class*=" ant-collapse"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-collapse [class^="ant-collapse"]::before,
:where(.css-1h7er6h).ant-collapse [class*=" ant-collapse"]::before,
:where(.css-1h7er6h).ant-collapse [class^="ant-collapse"]::after,
:where(.css-1h7er6h).ant-collapse [class*=" ant-collapse"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-collapse {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #262626;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}

:where(.css-1h7er6h).ant-collapse-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item:first-child,
:where(.css-1h7er6h).ant-collapse>.ant-collapse-item:first-child>.ant-collapse-header {
    border-radius: 8px 8px 0 0;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item:last-child,
:where(.css-1h7er6h).ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header {
    border-radius: 0 0 8px 8px;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 12px 16px;
    color: #000000;
    line-height: 1.5714285714285714;
    cursor: pointer;
    transition: all 0.3s, visibility 0s;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header:focus-visible {
    outline: 3px solid #c9d9ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header>.ant-collapse-header-text {
    flex: auto;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon {
    height: 22px;
    display: flex;
    align-items: center;
    padding-inline-end: 12px;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    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;
    font-size: 12px;
    transition: transform 0.3s;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>* {
    line-height: 1;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
    transition: transform 0.3s;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text {
    margin-inline-end: auto;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-header {
    cursor: default;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-header .ant-collapse-header-text {
    flex: none;
    cursor: pointer;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-icon {
    cursor: unset;
}

:where(.css-1h7er6h).ant-collapse>.ant-collapse-item .ant-collapse-collapsible-icon .ant-collapse-expand-icon {
    cursor: pointer;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-content {
    color: #262626;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding: 16px 16px;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-content-hidden {
    display: none;
}

:where(.css-1h7er6h).ant-collapse-small>.ant-collapse-item>.ant-collapse-header {
    padding: 8px 12px;
    padding-inline-start: 8px;
}

:where(.css-1h7er6h).ant-collapse-small>.ant-collapse-item>.ant-collapse-header>.ant-collapse-expand-icon {
    margin-inline-start: 4px;
}

:where(.css-1h7er6h).ant-collapse-small>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding: 12px;
}

:where(.css-1h7er6h).ant-collapse-large>.ant-collapse-item {
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-1h7er6h).ant-collapse-large>.ant-collapse-item>.ant-collapse-header {
    padding: 16px 24px;
    padding-inline-start: 16px;
}

:where(.css-1h7er6h).ant-collapse-large>.ant-collapse-item>.ant-collapse-header>.ant-collapse-expand-icon {
    height: 24px;
    margin-inline-start: 8px;
}

:where(.css-1h7er6h).ant-collapse-large>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding: 24px;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-item:last-child {
    border-bottom: 0;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-item:last-child>.ant-collapse-content {
    border-radius: 0 0 8px 8px;
}

:where(.css-1h7er6h).ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,
:where(.css-1h7er6h).ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

:where(.css-1h7er6h).ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon {
    order: 1;
    padding-inline-end: 0;
    padding-inline-start: 12px;
}

:where(.css-1h7er6h).ant-collapse-borderless {
    background-color: rgba(0, 0, 0, 0.02);
    border: 0;
}

:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item {
    border-bottom: 1px solid #f0f0f0;
}

:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item:last-child,
:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header {
    border-radius: 0;
}

:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item:last-child {
    border-bottom: 0;
}

:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
    background-color: transparent;
    border-top: 0;
}

:where(.css-1h7er6h).ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding: 4px 16px 16px;
}

:where(.css-1h7er6h).ant-collapse-ghost {
    background-color: transparent;
    border: 0;
}

:where(.css-1h7er6h).ant-collapse-ghost>.ant-collapse-item {
    border-bottom: 0;
}

:where(.css-1h7er6h).ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content {
    background-color: transparent;
    border: 0;
}

:where(.css-1h7er6h).ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
    padding-block: 12px;
}

:where(.css-1h7er6h).ant-collapse-rtl>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    transform: rotate(180deg);
}

:where(.css-1h7er6h).ant-collapse .ant-motion-collapse-legacy {
    overflow: hidden;
}

:where(.css-1h7er6h).ant-collapse .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-1h7er6h).ant-collapse .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;
}

:where(.css-1h7er6h).ant-typography {
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-typography::before,
:where(.css-1h7er6h).ant-typography::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-typography [class^="ant-typography"],
:where(.css-1h7er6h).ant-typography [class*=" ant-typography"] {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-typography [class^="ant-typography"]::before,
:where(.css-1h7er6h).ant-typography [class*=" ant-typography"]::before,
:where(.css-1h7er6h).ant-typography [class^="ant-typography"]::after,
:where(.css-1h7er6h).ant-typography [class*=" ant-typography"]::after {
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-typography {
    color: #262626;
    word-break: break-word;
    line-height: 1.5714285714285714;
}

:where(.css-1h7er6h).ant-typography.ant-typography-secondary {
    color: rgba(0, 0, 0, 0.45);
}

:where(.css-1h7er6h).ant-typography.ant-typography-success {
    color: #52c41a;
}

:where(.css-1h7er6h).ant-typography.ant-typography-warning {
    color: #faad14;
}

:where(.css-1h7er6h).ant-typography.ant-typography-danger {
    color: #ff4d4f;
}

a:where(.css-1h7er6h).ant-typography.ant-typography-danger:active,
a:where(.css-1h7er6h).ant-typography.ant-typography-danger:focus {
    color: #d9363e;
}

a:where(.css-1h7er6h).ant-typography.ant-typography-danger:hover {
    color: #ff7875;
}

:where(.css-1h7er6h).ant-typography.ant-typography-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    user-select: none;
}

div:where(.css-1h7er6h).ant-typography,
:where(.css-1h7er6h).ant-typography p {
    margin-bottom: 1em;
}

h1:where(.css-1h7er6h).ant-typography,
div:where(.css-1h7er6h).ant-typography-h1,
div:where(.css-1h7er6h).ant-typography-h1>textarea,
:where(.css-1h7er6h).ant-typography h1 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2105263157894737;
}

h2:where(.css-1h7er6h).ant-typography,
div:where(.css-1h7er6h).ant-typography-h2,
div:where(.css-1h7er6h).ant-typography-h2>textarea,
:where(.css-1h7er6h).ant-typography h2 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2666666666666666;
}

h3:where(.css-1h7er6h).ant-typography,
div:where(.css-1h7er6h).ant-typography-h3,
div:where(.css-1h7er6h).ant-typography-h3>textarea,
:where(.css-1h7er6h).ant-typography h3 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3333333333333333;
}

h4:where(.css-1h7er6h).ant-typography,
div:where(.css-1h7er6h).ant-typography-h4,
div:where(.css-1h7er6h).ant-typography-h4>textarea,
:where(.css-1h7er6h).ant-typography h4 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

h5:where(.css-1h7er6h).ant-typography,
div:where(.css-1h7er6h).ant-typography-h5,
div:where(.css-1h7er6h).ant-typography-h5>textarea,
:where(.css-1h7er6h).ant-typography h5 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

:where(.css-1h7er6h).ant-typography+h1.ant-typography,
:where(.css-1h7er6h).ant-typography+h2.ant-typography,
:where(.css-1h7er6h).ant-typography+h3.ant-typography,
:where(.css-1h7er6h).ant-typography+h4.ant-typography,
:where(.css-1h7er6h).ant-typography+h5.ant-typography {
    margin-top: 1.2em;
}

:where(.css-1h7er6h).ant-typography div+h1,
:where(.css-1h7er6h).ant-typography ul+h1,
:where(.css-1h7er6h).ant-typography li+h1,
:where(.css-1h7er6h).ant-typography p+h1,
:where(.css-1h7er6h).ant-typography h1+h1,
:where(.css-1h7er6h).ant-typography h2+h1,
:where(.css-1h7er6h).ant-typography h3+h1,
:where(.css-1h7er6h).ant-typography h4+h1,
:where(.css-1h7er6h).ant-typography h5+h1,
:where(.css-1h7er6h).ant-typography div+h2,
:where(.css-1h7er6h).ant-typography ul+h2,
:where(.css-1h7er6h).ant-typography li+h2,
:where(.css-1h7er6h).ant-typography p+h2,
:where(.css-1h7er6h).ant-typography h1+h2,
:where(.css-1h7er6h).ant-typography h2+h2,
:where(.css-1h7er6h).ant-typography h3+h2,
:where(.css-1h7er6h).ant-typography h4+h2,
:where(.css-1h7er6h).ant-typography h5+h2,
:where(.css-1h7er6h).ant-typography div+h3,
:where(.css-1h7er6h).ant-typography ul+h3,
:where(.css-1h7er6h).ant-typography li+h3,
:where(.css-1h7er6h).ant-typography p+h3,
:where(.css-1h7er6h).ant-typography h1+h3,
:where(.css-1h7er6h).ant-typography h2+h3,
:where(.css-1h7er6h).ant-typography h3+h3,
:where(.css-1h7er6h).ant-typography h4+h3,
:where(.css-1h7er6h).ant-typography h5+h3,
:where(.css-1h7er6h).ant-typography div+h4,
:where(.css-1h7er6h).ant-typography ul+h4,
:where(.css-1h7er6h).ant-typography li+h4,
:where(.css-1h7er6h).ant-typography p+h4,
:where(.css-1h7er6h).ant-typography h1+h4,
:where(.css-1h7er6h).ant-typography h2+h4,
:where(.css-1h7er6h).ant-typography h3+h4,
:where(.css-1h7er6h).ant-typography h4+h4,
:where(.css-1h7er6h).ant-typography h5+h4,
:where(.css-1h7er6h).ant-typography div+h5,
:where(.css-1h7er6h).ant-typography ul+h5,
:where(.css-1h7er6h).ant-typography li+h5,
:where(.css-1h7er6h).ant-typography p+h5,
:where(.css-1h7er6h).ant-typography h1+h5,
:where(.css-1h7er6h).ant-typography h2+h5,
:where(.css-1h7er6h).ant-typography h3+h5,
:where(.css-1h7er6h).ant-typography h4+h5,
:where(.css-1h7er6h).ant-typography h5+h5 {
    margin-top: 1.2em;
}

:where(.css-1h7er6h).ant-typography code {
    margin: 0 0.2em;
    padding-inline: 0.4em;
    padding-block: 0.2em 0.1em;
    font-size: 85%;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background: rgba(150, 150, 150, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 3px;
}

:where(.css-1h7er6h).ant-typography kbd {
    margin: 0 0.2em;
    padding-inline: 0.4em;
    padding-block: 0.15em 0.1em;
    font-size: 90%;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background: rgba(150, 150, 150, 0.06);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-bottom-width: 2px;
    border-radius: 3px;
}

:where(.css-1h7er6h).ant-typography mark {
    padding: 0;
    background-color: #ffe58f;
}

:where(.css-1h7er6h).ant-typography u,
:where(.css-1h7er6h).ant-typography ins {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}

:where(.css-1h7er6h).ant-typography s,
:where(.css-1h7er6h).ant-typography del {
    text-decoration: line-through;
}

:where(.css-1h7er6h).ant-typography strong {
    font-weight: 600;
}

:where(.css-1h7er6h).ant-typography ul,
:where(.css-1h7er6h).ant-typography ol {
    margin-inline: 0;
    margin-block: 0 1em;
    padding: 0;
}

:where(.css-1h7er6h).ant-typography ul li,
:where(.css-1h7er6h).ant-typography ol li {
    margin-inline: 20px 0;
    margin-block: 0;
    padding-inline: 4px 0;
    padding-block: 0;
}

:where(.css-1h7er6h).ant-typography ul {
    list-style-type: circle;
}

:where(.css-1h7er6h).ant-typography ul ul {
    list-style-type: disc;
}

:where(.css-1h7er6h).ant-typography ol {
    list-style-type: decimal;
}

:where(.css-1h7er6h).ant-typography pre,
:where(.css-1h7er6h).ant-typography blockquote {
    margin: 1em 0;
}

:where(.css-1h7er6h).ant-typography pre {
    padding: 0.4em 0.6em;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: rgba(150, 150, 150, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 3px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

:where(.css-1h7er6h).ant-typography pre code {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: transparent;
    border: 0;
}

:where(.css-1h7er6h).ant-typography blockquote {
    padding-inline: 0.6em 0;
    padding-block: 0;
    border-inline-start: 4px solid rgba(100, 100, 100, 0.2);
    opacity: 0.85;
}

a:where(.css-1h7er6h).ant-typography,
:where(.css-1h7er6h).ant-typography a {
    color: #4062ff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    border: 0;
    padding: 0;
    background: none;
    user-select: text;
}

a:where(.css-1h7er6h).ant-typography:focus-visible,
:where(.css-1h7er6h).ant-typography a:focus-visible {
    outline: 3px solid #c9d9ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

a:where(.css-1h7er6h).ant-typography:focus,
:where(.css-1h7er6h).ant-typography a:focus,
a:where(.css-1h7er6h).ant-typography:hover,
:where(.css-1h7er6h).ant-typography a:hover {
    color: #91adff;
}

a:where(.css-1h7er6h).ant-typography:active,
:where(.css-1h7er6h).ant-typography a:active {
    color: #2b45d9;
}

a:where(.css-1h7er6h).ant-typography[disabled],
:where(.css-1h7er6h).ant-typography a[disabled],
a:where(.css-1h7er6h).ant-typography.ant-typography-disabled,
:where(.css-1h7er6h).ant-typography a.ant-typography-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

a:where(.css-1h7er6h).ant-typography[disabled]:active,
:where(.css-1h7er6h).ant-typography a[disabled]:active,
a:where(.css-1h7er6h).ant-typography.ant-typography-disabled:active,
:where(.css-1h7er6h).ant-typography a.ant-typography-disabled:active,
a:where(.css-1h7er6h).ant-typography[disabled]:hover,
:where(.css-1h7er6h).ant-typography a[disabled]:hover,
a:where(.css-1h7er6h).ant-typography.ant-typography-disabled:hover,
:where(.css-1h7er6h).ant-typography a.ant-typography-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
}

a:where(.css-1h7er6h).ant-typography[disabled]:active,
:where(.css-1h7er6h).ant-typography a[disabled]:active,
a:where(.css-1h7er6h).ant-typography.ant-typography-disabled:active,
:where(.css-1h7er6h).ant-typography a.ant-typography-disabled:active {
    pointer-events: none;
}

:where(.css-1h7er6h).ant-typography .ant-typography-expand,
:where(.css-1h7er6h).ant-typography .ant-typography-collapse,
:where(.css-1h7er6h).ant-typography .ant-typography-edit,
:where(.css-1h7er6h).ant-typography .ant-typography-copy {
    color: #4062ff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    border: 0;
    padding: 0;
    background: none;
    user-select: none;
    margin-inline-start: 4px;
}

:where(.css-1h7er6h).ant-typography .ant-typography-expand:focus-visible,
:where(.css-1h7er6h).ant-typography .ant-typography-collapse:focus-visible,
:where(.css-1h7er6h).ant-typography .ant-typography-edit:focus-visible,
:where(.css-1h7er6h).ant-typography .ant-typography-copy:focus-visible {
    outline: 3px solid #c9d9ff;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-1h7er6h).ant-typography .ant-typography-expand:focus,
:where(.css-1h7er6h).ant-typography .ant-typography-collapse:focus,
:where(.css-1h7er6h).ant-typography .ant-typography-edit:focus,
:where(.css-1h7er6h).ant-typography .ant-typography-copy:focus,
:where(.css-1h7er6h).ant-typography .ant-typography-expand:hover,
:where(.css-1h7er6h).ant-typography .ant-typography-collapse:hover,
:where(.css-1h7er6h).ant-typography .ant-typography-edit:hover,
:where(.css-1h7er6h).ant-typography .ant-typography-copy:hover {
    color: #91adff;
}

:where(.css-1h7er6h).ant-typography .ant-typography-expand:active,
:where(.css-1h7er6h).ant-typography .ant-typography-collapse:active,
:where(.css-1h7er6h).ant-typography .ant-typography-edit:active,
:where(.css-1h7er6h).ant-typography .ant-typography-copy:active {
    color: #2b45d9;
}

:where(.css-1h7er6h).ant-typography-edit-content {
    position: relative;
}

div:where(.css-1h7er6h).ant-typography-edit-content {
    inset-inline-start: -12px;
    margin-top: -12px;
    margin-bottom: calc(1em - 12px);
}

:where(.css-1h7er6h).ant-typography-edit-content .ant-typography-edit-content-confirm {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-end: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-typography-edit-content textarea {
    margin: 0 !important;
    -moz-transition: none;
    height: 1em;
}

:where(.css-1h7er6h).ant-typography .ant-typography-copy-success,
:where(.css-1h7er6h).ant-typography .ant-typography-copy-success:hover,
:where(.css-1h7er6h).ant-typography .ant-typography-copy-success:focus {
    color: #52c41a;
}

:where(.css-1h7er6h).ant-typography .ant-typography-copy-icon-only {
    margin-inline-start: 0;
}

a:where(.css-1h7er6h).ant-typography-ellipsis,
span:where(.css-1h7er6h).ant-typography-ellipsis {
    display: inline-block;
    max-width: 100%;
}

:where(.css-1h7er6h).ant-typography-ellipsis-single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:where(.css-1h7er6h).ant-typography-ellipsis-single-line,
span:where(.css-1h7er6h).ant-typography-ellipsis-single-line {
    vertical-align: bottom;
}

:where(.css-1h7er6h).ant-typography-ellipsis-single-line>code {
    padding-block: 0;
    max-width: calc(100% - 1.2em);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    box-sizing: content-box;
}

:where(.css-1h7er6h).ant-typography-ellipsis-multiple-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

:where(.css-1h7er6h).ant-typography-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #262626;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: var(--font-apercu), var(--font-google-noto-sans-sc);
    position: absolute;
    z-index: 1070;
    display: block;
    width: max-content;
    max-width: 250px;
    visibility: visible;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
}

:where(.css-1h7er6h).ant-tooltip-hidden {
    display: none;
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-inner {
    min-width: 28px;
    min-height: 44px;
    padding: 6px 8px;
    color: #fff;
    text-align: start;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    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);
    box-sizing: border-box;
}

:where(.css-1h7er6h).ant-tooltip-placement-topLeft,
:where(.css-1h7er6h).ant-tooltip-placement-topRight,
:where(.css-1h7er6h).ant-tooltip-placement-bottomLeft,
:where(.css-1h7er6h).ant-tooltip-placement-bottomRight {
    min-width: 34px;
}

:where(.css-1h7er6h).ant-tooltip-placement-left .ant-tooltip-inner,
:where(.css-1h7er6h).ant-tooltip-placement-leftTop .ant-tooltip-inner,
:where(.css-1h7er6h).ant-tooltip-placement-leftBottom .ant-tooltip-inner,
:where(.css-1h7er6h).ant-tooltip-placement-right .ant-tooltip-inner,
:where(.css-1h7er6h).ant-tooltip-placement-rightTop .ant-tooltip-inner,
:where(.css-1h7er6h).ant-tooltip-placement-rightBottom .ant-tooltip-inner {
    border-radius: 6px;
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-content {
    position: relative;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-blue .ant-tooltip-inner {
    background-color: #1677ff;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-blue .ant-tooltip-arrow {
    --antd-arrow-background-color: #1677ff;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-purple .ant-tooltip-inner {
    background-color: #722ed1;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-purple .ant-tooltip-arrow {
    --antd-arrow-background-color: #722ed1;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-cyan .ant-tooltip-inner {
    background-color: #13c2c2;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-cyan .ant-tooltip-arrow {
    --antd-arrow-background-color: #13c2c2;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-green .ant-tooltip-inner {
    background-color: #52c41a;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-green .ant-tooltip-arrow {
    --antd-arrow-background-color: #52c41a;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-magenta .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-magenta .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-pink .ant-tooltip-inner {
    background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-pink .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-red .ant-tooltip-inner {
    background-color: #f5222d;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-red .ant-tooltip-arrow {
    --antd-arrow-background-color: #f5222d;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-orange .ant-tooltip-inner {
    background-color: #fa8c16;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-orange .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa8c16;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-yellow .ant-tooltip-inner {
    background-color: #fadb14;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-yellow .ant-tooltip-arrow {
    --antd-arrow-background-color: #fadb14;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-volcano .ant-tooltip-inner {
    background-color: #fa541c;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-volcano .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa541c;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-inner {
    background-color: #2f54eb;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-geekblue .ant-tooltip-arrow {
    --antd-arrow-background-color: #2f54eb;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-lime .ant-tooltip-inner {
    background-color: #a0d911;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-lime .ant-tooltip-arrow {
    --antd-arrow-background-color: #a0d911;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-gold .ant-tooltip-inner {
    background-color: #faad14;
}

:where(.css-1h7er6h).ant-tooltip.ant-tooltip-gold .ant-tooltip-arrow {
    --antd-arrow-background-color: #faad14;
}

:where(.css-1h7er6h).ant-tooltip-rtl {
    direction: rtl;
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
    content: "";
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
}

:where(.css-1h7er6h).ant-tooltip .ant-tooltip-arrow:before {
    background: var(--antd-arrow-background-color);
}

:where(.css-1h7er6h).ant-tooltip-placement-top>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-topLeft>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-topRight>.ant-tooltip-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-top>.ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-topLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-topLeft>.ant-tooltip-arrow {
    left: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-1h7er6h).ant-tooltip-placement-topRight>.ant-tooltip-arrow {
    right: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-bottom>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-bottomLeft>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-bottomRight>.ant-tooltip-arrow {
    top: 0;
    transform: translateY(-100%);
}

:where(.css-1h7er6h).ant-tooltip-placement-bottom>.ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

:where(.css-1h7er6h).ant-tooltip-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-bottomLeft>.ant-tooltip-arrow {
    left: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
}

:where(.css-1h7er6h).ant-tooltip-placement-bottomRight>.ant-tooltip-arrow {
    right: 12px;
}

:where(.css-1h7er6h).ant-tooltip-placement-left>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-leftTop>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-leftBottom>.ant-tooltip-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-left>.ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-leftTop>.ant-tooltip-arrow {
    top: 8px;
}

:where(.css-1h7er6h).ant-tooltip-placement-leftBottom>.ant-tooltip-arrow {
    bottom: 8px;
}

:where(.css-1h7er6h).ant-tooltip-placement-right>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-rightTop>.ant-tooltip-arrow,
:where(.css-1h7er6h).ant-tooltip-placement-rightBottom>.ant-tooltip-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-right>.ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
}

:where(.css-1h7er6h).ant-tooltip-placement-rightTop>.ant-tooltip-arrow {
    top: 8px;
}

:where(.css-1h7er6h).ant-tooltip-placement-rightBottom>.ant-tooltip-arrow {
    bottom: 8px;
}

:where(.css-1h7er6h).ant-tooltip-pure {
    position: relative;
    max-width: none;
    margin: 16px;
}

:where(.css-1h7er6h).ant-zoom-big-fast-enter,
:where(.css-1h7er6h).ant-zoom-big-fast-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-zoom-big-fast-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
}

:where(.css-1h7er6h).ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
:where(.css-1h7er6h).ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
    animation-name: css-1h7er6h-antZoomBigIn;
    animation-play-state: running;
}

:where(.css-1h7er6h).ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
    animation-name: css-1h7er6h-antZoomBigOut;
    animation-play-state: running;
    pointer-events: none;
}

:where(.css-1h7er6h).ant-zoom-big-fast-enter,
:where(.css-1h7er6h).ant-zoom-big-fast-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-1h7er6h).ant-zoom-big-fast-enter-prepare,
:where(.css-1h7er6h).ant-zoom-big-fast-appear-prepare {
    transform: none;
}

:where(.css-1h7er6h).ant-zoom-big-fast-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.data-ant-cssinjs-cache-path {
    content: "1hy8me|Shared|ant:uha9wd;1hy8me|Popover-Popover|ant-popover|anticon:eec5xm;1hy8me|Tooltip-Tooltip|ant-popover|anticon:1uyltx1;1hy8me|Button-Button|ant-btn|anticon:rffhw0;1hy8me|Wave-Wave|ant-wave|anticon:15kqbvo;1hy8me|Drawer-Drawer|ant-drawer|anticon:1le8l51;1hy8me|Anchor-Anchor|ant-anchor|anticon:1knyj46;1hy8me|Affix-Affix|ant-affix|anticon:qclfk;1hy8me|Image-Image|ant-image|anticon:x1vkgh;1hy8me|Flex-Flex|ant-flex|anticon:1sorhzr;1hy8me|Collapse-Collapse|ant-collapse|anticon:1kwpjle;1hy8me|Typography-Typography|ant-typography|anticon:1i1g9mn;1hy8me|Tooltip-Tooltip|ant-tooltip|anticon:muz5lc";
}