:root{--adm-radius-s: .25rem;--adm-radius-m: .5rem;--adm-radius-l: .75rem;--adm-font-size-1: .5625rem;--adm-font-size-2: .625rem;--adm-font-size-3: .6875rem;--adm-font-size-4: .75rem;--adm-font-size-5: .8125rem;--adm-font-size-6: .875rem;--adm-font-size-7: .9375rem;--adm-font-size-8: 1rem;--adm-font-size-9: 1.0625rem;--adm-font-size-10: 1.125rem;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .125rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:.5rem;top:.5rem}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:.5rem;bottom:.5rem}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:.5rem;top:.5rem}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:.5rem;top:.5rem}.adm-popup-close-icon{cursor:pointer;padding:.25rem;font-size:1.125rem;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:.4375rem .75rem;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:.1875rem;padding-bottom:.1875rem;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:.5625rem;padding-right:.5625rem}.adm-button.adm-button-small{padding-top:.1875rem;padding-bottom:.1875rem;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:.6875rem;padding-bottom:.6875rem;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 62.5rem}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-spin-loading{--color: var(--adm-color-weak);--size: 2rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-checkbox{--icon-size: 1.375rem;--font-size: var(--adm-font-size-9);--gap: .5rem;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:.0625rem solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:1.5rem;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:.5rem;color:var(--adm-color-light);padding:.25rem;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-search-bar{--height: 2rem;--padding-left: .5rem;--background: var(--adm-color-fill-content);--border-radius: .375rem;--placeholder-color: var(--adm-color-weak);---placeholder-color: var(--placeholder-color);display:flex;justify-content:center;align-items:center;height:var(--height)}.adm-search-bar .adm-search-bar-input-box{flex:auto;background:var(--background);border-radius:var(--border-radius);border:solid .0625rem transparent;display:flex;justify-content:center;align-items:center;padding-left:var(--padding-left)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon{flex:none;color:var(--adm-color-light);font-size:var(--adm-font-size-8)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input{flex:auto;padding:.25rem .5rem .25rem .25rem;height:calc(var(--height) - .125rem);box-sizing:border-box}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input{--placeholder-color: var(---placeholder-color);--font-size: var(--adm-font-size-7)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element{line-height:1.1875rem}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon{padding-left:.5rem}.adm-search-bar .adm-search-bar-suffix{flex:none;margin-left:.25rem}.adm-search-bar .adm-search-bar-cancel-button.adm-button{padding:.1875rem .75rem}.adm-search-bar-active .adm-input.adm-input.adm-input{--placeholder-color: var(--adm-color-light)}.adm-search-bar-active .adm-search-bar-input-box{border-color:var(--adm-color-primary);background:var(--adm-color-background)}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:12.75rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:.5rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:.75rem;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:2.1875rem .75rem;min-width:9.375rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.5rem;font-size:2.25rem;line-height:1}.adm-toast-loading{--size: 3rem;margin:0 auto .5rem}._body_ay0as_1{padding:1rem 1.5rem 2rem}._tabs_ay0as_4{display:flex;gap:2rem;border-bottom:.0625rem solid #f2f4f7;padding-bottom:.75rem}._tab_ay0as_4{position:relative;border:0;background:transparent;padding:0;font-size:1rem;line-height:1.5rem;color:#667085}._tabActive_ay0as_19{color:#25282b;font-weight:400}._tabIndicator_ay0as_23{position:absolute;left:0;bottom:-.8125rem;width:100%;height:.125rem;border-radius:62.4375rem;background:#1e64d2}._form_ay0as_32{margin-top:1.5rem}._field_ay0as_35{margin-bottom:0}._inputWrap_ay0as_38{display:flex;align-items:center;height:3rem;border:.0625rem solid #e5e5e5;border-radius:.25rem;background:#fff;overflow:hidden}._input_ay0as_38{flex:1;min-width:0;--font-size: 1rem;--color: #000;--placeholder-color: #a7adb2;border:0;border-radius:0;background:transparent;padding:0 1.1875rem 0 1.0625rem}._contactInputWithNationCode_ay0as_58{padding-left:.375rem}._input_ay0as_38 .adm-input-element{font-size:1rem!important}._input_ay0as_38 .adm-input-element:focus{outline:none}._input_ay0as_38 .adm-input-element::-moz-placeholder{font-size:1rem}._input_ay0as_38 .adm-input-element::placeholder{font-size:1rem}._nationCodeBtn_ay0as_70{display:flex;align-items:center;align-self:stretch;justify-content:center;flex-shrink:0;min-width:3.75rem;max-width:7.375rem;padding:0 .375rem 0 .625rem;border:0;background:transparent;color:#25282b;font-size:1rem;line-height:1}._nationCodeText_ay0as_85{overflow:visible;white-space:nowrap}._nationCodeArrow_ay0as_89{width:0;height:0;margin-left:.375rem;border-top:.3125rem solid #98a2b3;border-right:.25rem solid transparent;border-left:.25rem solid transparent;flex-shrink:0}._nationCodePicker_ay0as_98{--z-index: 1301;z-index:1301}._nationCodePopupBody_ay0as_102{max-height:min(72vh,35rem);border-radius:.75rem .75rem 0 0;overflow:hidden;background:#fff}._nationCodePopupHeader_ay0as_108{position:relative;display:flex;align-items:center;justify-content:space-between;height:3rem;padding:0 1rem;border-bottom:.0625rem solid #f2f4f7}._nationCodePopupTitle_ay0as_117{position:absolute;left:50%;color:#25282b;font-size:1rem;font-weight:500;transform:translate(-50%)}._nationCodeCancelBtn_ay0as_125{position:relative;z-index:1;padding:0;border:0;background:transparent;color:#1e64d2;font-size:.9375rem}._nationCodeSearchWrap_ay0as_134{padding:.625rem .75rem;border-bottom:.0625rem solid #f2f4f7;background:#fff}._nationCodeSearchWrap_ay0as_134 .adm-search-bar-input{--font-size: 1rem}._nationCodeSearchWrap_ay0as_134 .adm-input-element{font-size:1rem!important}._nationCodeList_ay0as_145{max-height:calc(min(72vh,35rem) - 6.3125rem);overflow-y:auto;-webkit-overflow-scrolling:touch}._nationCodeOption_ay0as_150{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3rem;padding:0 1rem;border:0;border-bottom:.0625rem solid #f5f5f5;background:#fff;text-align:left}._nationCodeOptionActive_ay0as_162{color:#1e64d2;background:#f5f9ff}._nationCodeOptionName_ay0as_166{min-width:0;overflow:hidden;color:inherit;font-size:.9375rem;text-overflow:ellipsis;white-space:nowrap}._nationCodeOptionCode_ay0as_174{margin-left:1rem;color:inherit;font-size:.9375rem;white-space:nowrap}._nationCodeEmpty_ay0as_180{padding:2.5rem 1rem;color:#98a2b3;font-size:.875rem;text-align:center}._infoBtn_ay0as_186{display:flex;align-items:center;justify-content:center;width:2.75rem;height:100%;border:0;background:transparent;color:#98a2b3;font-size:1.125rem}._codeDivider_ay0as_197{width:.0625rem;height:1.25rem;background:#e5e5e5;flex-shrink:0}._codeBtn_ay0as_203{min-width:6rem;padding:0 1rem 0 1.0625rem;border:0;background:transparent;font-size:.875rem;font-weight:400;line-height:1;color:#1e64d2;white-space:nowrap;text-align:center}._codeBtnDisabled_ay0as_215{color:#c0c4cc;cursor:not-allowed}._eyeBtn_ay0as_219{display:flex;align-items:center;justify-content:center;width:2.75rem;height:100%;border:0;background:transparent;color:#98a2b3;font-size:1.125rem}._errorSlot_ay0as_230{min-height:1.125rem;padding-top:.125rem}._errorText_ay0as_234{font-size:.75rem;line-height:1rem;color:#ff4d4f}._agreement_ay0as_239{display:flex;align-items:flex-start;margin:.75rem 0 2rem;font-size:.875rem;line-height:1.75rem;color:#616361}._agreementCheckboxWrap_ay0as_247{display:flex;align-items:center;height:1.75rem;flex-shrink:0}._agreementCheckbox_ay0as_247{--icon-size: 1rem;display:inline-flex;vertical-align:top}._agreementCheckbox_ay0as_247 .adm-checkbox-icon{border-radius:.1875rem;border-color:#ccc}._agreementCheckbox_ay0as_247.adm-checkbox-checked .adm-checkbox-icon{border-color:#1e64d2;background-color:#1e64d2}._agreementText_ay0as_266{margin-left:.5rem}._agreementLink_ay0as_269{margin:0 .125rem;color:#1e64d2;text-decoration:none}._submit_ay0as_274{height:3rem;border-radius:.25rem;font-size:1rem;font-weight:400;--background-color: #1e64d2;--border-color: #1e64d2;box-shadow:none}._submitTwoChars_ay0as_283,._submitTwoChars_ay0as_283 span{letter-spacing:0;word-spacing:0}._submit_ay0as_274:active:not(:disabled){--background-color: #1858bc;--border-color: #1858bc}._submitDisabled_ay0as_292{--background-color: #b8d4f8 !important;--border-color: #b8d4f8 !important;color:#fff!important;opacity:1!important}._inputWrap_ay0as_38 input:-webkit-autofill,._inputWrap_ay0as_38 input:-webkit-autofill:hover,._inputWrap_ay0as_38 input:-webkit-autofill:focus,._inputWrap_ay0as_38 input:-webkit-autofill:active{-webkit-text-fill-color:#252b33!important;box-shadow:inset 0 0 0 62.5rem #fff!important;caret-color:#252b33;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}._mask_1xzz8_1{--z-index: 1200}._wrap_1xzz8_4{position:fixed;inset:0;display:flex;box-sizing:border-box;width:100%;height:100dvh;min-height:100dvh;align-items:center;justify-content:center;padding:3.5rem 0 1.5rem;overflow-x:hidden}._shell_1xzz8_17{position:relative;width:calc(100% - 2.75rem);max-width:26.5rem;max-height:calc(100dvh - 5rem);overflow:visible;border-radius:.625rem;background:#fff}._close_1xzz8_26{position:absolute;top:-2.525rem;right:.18rem;z-index:2;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:.0625rem solid rgba(255,255,255,.1);border-radius:62.4375rem;color:#ffffff9e;background:#ffffff05}._panel_1xzz8_42{max-height:calc(100dvh - 5rem);overflow-y:auto;padding:1.75rem 1.5rem 1.5rem;-webkit-overflow-scrolling:touch}@media(max-width:360px){._panel_1xzz8_42{padding-right:1.25rem;padding-left:1.25rem}}@media(max-height:700px){._wrap_1xzz8_4{padding-top:3.25rem;padding-bottom:1.125rem}._shell_1xzz8_17,._panel_1xzz8_42{max-height:calc(100dvh - 4.375rem)}._panel_1xzz8_42{padding-top:1.5rem;padding-bottom:1.25rem}}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/c/font_5044739_w9sfn3jlsw.woff2?t=1775811855748) format("woff2"),url(//at.alicdn.com/t/c/font_5044739_w9sfn3jlsw.woff?t=1775811855748) format("woff"),url(//at.alicdn.com/t/c/font_5044739_w9sfn3jlsw.ttf?t=1775811855748) format("truetype")}.iconfont{font-family:iconfont!important;font-size:1rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wechat:before{content:""}.icon-alipay:before{content:""}.icon-jiantou-zuo:before{content:""}.icon-banjimorenzhanweitu1:before{content:""}.icon-banjimorenzhanweitu:before{content:""}.icon-dizhi:before{content:""}.icon-tongyong_fuzhi:before{content:""}.icon-tongyong-sousuo:before{content:""}.icon-jiantou-you:before{content:""}.icon-personal:before{content:""}.icon-safe:before{content:""}.icon-order:before{content:""}.icon-study-hl:before{content:""}.icon-study:before{content:""}.icon-personal-hl:before{content:""}.icon-yuyue:before{content:""}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:.0625rem}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.125rem}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:40rem}}@media(min-width:768px){.container{max-width:48rem}}@media(min-width:1024px){.container{max-width:64rem}}@media(min-width:1280px){.container{max-width:80rem}}@media(min-width:1536px){.container{max-width:96rem}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-x-\[3px\]{left:.1875rem;right:.1875rem}.-bottom-2{bottom:-.5rem}.-left-6{left:-1.5rem}.-left-7{left:-1.75rem}.-left-\[10px\]{left:-.625rem}.-left-\[2px\]{left:-.125rem}.-right-10{right:-2.5rem}.-right-7{right:-1.75rem}.-right-\[10px\]{right:-.625rem}.-right-\[2px\]{right:-.125rem}.-right-\[7px\]{right:-.4375rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-\[-10\%\]{bottom:-10%}.bottom-\[22px\]{bottom:1.375rem}.bottom-\[30\%\]{bottom:30%}.bottom-\[6\%\]{bottom:6%}.left-0{left:0}.left-1\/2{left:50%}.left-6{left:1.5rem}.left-\[-12\%\]{left:-12%}.left-\[-18\%\]{left:-18%}.left-\[10\%\]{left:10%}.left-\[12\%\]{left:12%}.left-\[6\%\]{left:6%}.left-\[8\%\]{left:8%}.right-3{right:.75rem}.right-6{right:1.5rem}.right-\[10\%\]{right:10%}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-\[12\%\]{top:12%}.top-\[20\%\]{top:20%}.top-\[22px\]{top:1.375rem}.top-\[34\%\]{top:34%}.top-\[4\%\]{top:4%}.top-\[8\%\]{top:8%}.z-10{z-index:10}.z-20{z-index:20}.z-\[9999\]{z-index:9999}.col-span-3{grid-column:span 3 / span 3}.\!m-0{margin:0!important}.m-0{margin:0}.m-3{margin:.75rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mt-8{margin-top:2rem!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[6px\]{margin-top:.375rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[375\/252\]{aspect-ratio:375/252}.aspect-\[750\/1334\]{aspect-ratio:750/1334}.size-10{width:2.5rem;height:2.5rem}.\!h-10{height:2.5rem!important}.\!h-11{height:2.75rem!important}.\!h-8{height:2rem!important}.\!h-\[46px\]{height:2.875rem!important}.\!h-\[48px\]{height:3rem!important}.\!h-\[52px\]{height:3.25rem!important}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:6.25rem}.h-\[104px\]{height:6.5rem}.h-\[144px\]{height:9rem}.h-\[14px\]{height:.875rem}.h-\[18\%\]{height:18%}.h-\[18px\]{height:1.125rem}.h-\[22px\]{height:1.375rem}.h-\[24\%\]{height:24%}.h-\[2px\]{height:.125rem}.h-\[30px\]{height:1.875rem}.h-\[34\%\]{height:34%}.h-\[3px\]{height:.1875rem}.h-\[44\%\]{height:44%}.h-\[4px\]{height:.25rem}.h-\[52px\]{height:3.25rem}.h-\[58px\]{height:3.625rem}.h-\[6px\]{height:.375rem}.h-\[84px\]{height:5.25rem}.h-\[88px\]{height:5.5rem}.h-\[92px\]{height:5.75rem}.h-\[96px\]{height:6rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:.0625rem}.max-h-\[55vh\]{max-height:55vh}.max-h-\[70vh\]{max-height:70vh}.min-h-0{min-height:0}.min-h-\[108px\]{min-height:6.75rem}.min-h-\[200px\]{min-height:12.5rem}.min-h-\[20px\]{min-height:1.25rem}.min-h-\[240px\]{min-height:15rem}.min-h-\[280px\]{min-height:17.5rem}.min-h-\[46vh\]{min-height:46vh}.min-h-\[50vh\]{min-height:50vh}.min-h-\[60vh\]{min-height:60vh}.min-h-\[80px\]{min-height:5rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-10{width:2.5rem!important}.w-0{width:0}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:6.25rem}.w-\[104px\]{width:6.5rem}.w-\[110px\]{width:6.875rem}.w-\[140px\]{width:8.75rem}.w-\[14px\]{width:.875rem}.w-\[30\%\]{width:30%}.w-\[3px\]{width:.1875rem}.w-\[44px\]{width:2.75rem}.w-\[4px\]{width:.25rem}.w-\[52\%\]{width:52%}.w-\[52px\]{width:3.25rem}.w-\[58px\]{width:3.625rem}.w-\[60\%\]{width:60%}.w-\[6px\]{width:.375rem}.w-\[72px\]{width:4.5rem}.w-\[76\%\]{width:76%}.w-\[84px\]{width:5.25rem}.w-\[88px\]{width:5.5rem}.w-\[92px\]{width:5.75rem}.w-\[96px\]{width:6rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.\!min-w-0{min-width:0!important}.\!min-w-\[168px\]{min-width:10.5rem!important}.\!min-w-\[76px\]{min-width:4.75rem!important}.min-w-0{min-width:0}.min-w-\[120px\]{min-width:7.5rem}.min-w-\[220px\]{min-width:13.75rem}.min-w-\[26px\]{min-width:1.625rem}.min-w-\[44px\]{min-width:2.75rem}.min-w-\[78px\]{min-width:4.875rem}.min-w-\[88px\]{min-width:5.5rem}.max-w-\[260px\]{max-width:16.25rem}.max-w-\[360px\]{max-width:22.5rem}.max-w-\[560px\]{max-width:35rem}.max-w-\[58\%\]{max-width:58%}.max-w-\[60\%\]{max-width:60%}.max-w-\[750px\]{max-width:46.875rem}.max-w-full{max-width:100%}.\!flex-1{flex:1 1 0%!important}.\!flex-\[1\.15\]{flex:1.15!important}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-6deg\]{--tw-rotate: -6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.resize-none{resize:none}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[5px\]{gap:.3125rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(.0625rem * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(.0625rem * var(--tw-divide-y-reverse))}.divide-\[\#f2f3f5\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 245 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-full{border-radius:624.9375rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:.625rem}.rounded-\[12px\]{border-radius:.75rem}.rounded-\[14px\]{border-radius:.875rem}.rounded-\[18px\]{border-radius:1.125rem}.rounded-\[20px\]{border-radius:1.25rem}.rounded-\[22px\]{border-radius:1.375rem}.rounded-\[24px\]{border-radius:1.5rem}.rounded-\[26px\]{border-radius:1.625rem}.rounded-\[28px\]{border-radius:1.75rem}.rounded-\[2px\]{border-radius:.125rem}.rounded-\[30px\]{border-radius:1.875rem}.rounded-\[3px\]{border-radius:.1875rem}.rounded-\[8px\]{border-radius:.5rem}.rounded-full{border-radius:624.9375rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-full{border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-tl-xl{border-top-left-radius:.75rem}.\!border{border-width:.0625rem!important}.\!border-0{border-width:0!important}.border{border-width:.0625rem}.border-0{border-width:0}.border-2{border-width:.125rem}.border-4{border-width:.25rem}.border-\[3px\]{border-width:.1875rem}.border-y{border-top-width:.0625rem;border-bottom-width:.0625rem}.border-b{border-bottom-width:.0625rem}.border-t{border-top-width:.0625rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-\[\#ffd6cb\]{--tw-border-opacity: 1 !important;border-color:rgb(255 214 203 / var(--tw-border-opacity, 1))!important}.border-\[\#187bff\]{--tw-border-opacity: 1;border-color:rgb(24 123 255 / var(--tw-border-opacity, 1))}.border-\[\#1e64d2\]{--tw-border-opacity: 1;border-color:rgb(30 100 210 / var(--tw-border-opacity, 1))}.border-\[\#2ee066\]{--tw-border-opacity: 1;border-color:rgb(46 224 102 / var(--tw-border-opacity, 1))}.border-\[\#2f2f30\]{--tw-border-opacity: 1;border-color:rgb(47 47 48 / var(--tw-border-opacity, 1))}.border-\[\#3a3a3a\]{--tw-border-opacity: 1;border-color:rgb(58 58 58 / var(--tw-border-opacity, 1))}.border-\[\#4b5563\]{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-\[\#5a3a32\]{--tw-border-opacity: 1;border-color:rgb(90 58 50 / var(--tw-border-opacity, 1))}.border-\[\#5c5c5c\]{--tw-border-opacity: 1;border-color:rgb(92 92 92 / var(--tw-border-opacity, 1))}.border-\[\#bfdcff\]{--tw-border-opacity: 1;border-color:rgb(191 220 255 / var(--tw-border-opacity, 1))}.border-\[\#e1e1e1\]{--tw-border-opacity: 1;border-color:rgb(225 225 225 / var(--tw-border-opacity, 1))}.border-\[\#e6e6e6\]{--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.border-\[\#e7e7e7\]{--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity, 1))}.border-\[\#e8d9d9\]{--tw-border-opacity: 1;border-color:rgb(232 217 217 / var(--tw-border-opacity, 1))}.border-\[\#eaeaea\]{--tw-border-opacity: 1;border-color:rgb(234 234 234 / var(--tw-border-opacity, 1))}.border-\[\#eceff3\]{--tw-border-opacity: 1;border-color:rgb(236 239 243 / var(--tw-border-opacity, 1))}.border-\[\#ededed\]{--tw-border-opacity: 1;border-color:rgb(237 237 237 / var(--tw-border-opacity, 1))}.border-\[\#eef1f5\]{--tw-border-opacity: 1;border-color:rgb(238 241 245 / var(--tw-border-opacity, 1))}.border-\[\#f0c5c7\]{--tw-border-opacity: 1;border-color:rgb(240 197 199 / var(--tw-border-opacity, 1))}.border-\[\#f0f0f0\]{--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}.border-\[\#f2f2f2\]{--tw-border-opacity: 1;border-color:rgb(242 242 242 / var(--tw-border-opacity, 1))}.border-\[\#f2f3f5\]{--tw-border-opacity: 1;border-color:rgb(242 243 245 / var(--tw-border-opacity, 1))}.border-\[\#f3f3f3\]{--tw-border-opacity: 1;border-color:rgb(243 243 243 / var(--tw-border-opacity, 1))}.border-\[\#f5f5f5\]{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1))}.border-\[\#ff5a6b\]{--tw-border-opacity: 1;border-color:rgb(255 90 107 / var(--tw-border-opacity, 1))}.border-\[\#ffd4cf\]{--tw-border-opacity: 1;border-color:rgb(255 212 207 / var(--tw-border-opacity, 1))}.border-\[\#ffd9d0\]{--tw-border-opacity: 1;border-color:rgb(255 217 208 / var(--tw-border-opacity, 1))}.border-\[\#ffe4d6\]{--tw-border-opacity: 1;border-color:rgb(255 228 214 / var(--tw-border-opacity, 1))}.border-\[\#ffe5dd\]{--tw-border-opacity: 1;border-color:rgb(255 229 221 / var(--tw-border-opacity, 1))}.border-\[\#ffe7e1\]{--tw-border-opacity: 1;border-color:rgb(255 231 225 / var(--tw-border-opacity, 1))}.border-\[var\(--adm-color-border\)\]{border-color:var(--adm-color-border)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/70{border-color:#ffffffb3}.\!bg-\[\#1a1a1a\]{--tw-bg-opacity: 1 !important;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#ff7f66\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 127 102 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-\[\#187bff\]{--tw-bg-opacity: 1;background-color:rgb(24 123 255 / var(--tw-bg-opacity, 1))}.bg-\[\#1c2b21\]{--tw-bg-opacity: 1;background-color:rgb(28 43 33 / var(--tw-bg-opacity, 1))}.bg-\[\#1f6bff\]{--tw-bg-opacity: 1;background-color:rgb(31 107 255 / var(--tw-bg-opacity, 1))}.bg-\[\#212122\]{--tw-bg-opacity: 1;background-color:rgb(33 33 34 / var(--tw-bg-opacity, 1))}.bg-\[\#216bf2\]{--tw-bg-opacity: 1;background-color:rgb(33 107 242 / var(--tw-bg-opacity, 1))}.bg-\[\#2a2220\]{--tw-bg-opacity: 1;background-color:rgb(42 34 32 / var(--tw-bg-opacity, 1))}.bg-\[\#2a2a2a\]{--tw-bg-opacity: 1;background-color:rgb(42 42 42 / var(--tw-bg-opacity, 1))}.bg-\[\#333334\]{--tw-bg-opacity: 1;background-color:rgb(51 51 52 / var(--tw-bg-opacity, 1))}.bg-\[\#363636\]{--tw-bg-opacity: 1;background-color:rgb(54 54 54 / var(--tw-bg-opacity, 1))}.bg-\[\#3a2a26\]{--tw-bg-opacity: 1;background-color:rgb(58 42 38 / var(--tw-bg-opacity, 1))}.bg-\[\#84dcff\]{--tw-bg-opacity: 1;background-color:rgb(132 220 255 / var(--tw-bg-opacity, 1))}.bg-\[\#E8F3FF\]{--tw-bg-opacity: 1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}.bg-\[\#c8c9cc\]{--tw-bg-opacity: 1;background-color:rgb(200 201 204 / var(--tw-bg-opacity, 1))}.bg-\[\#d8d8d8\]{--tw-bg-opacity: 1;background-color:rgb(216 216 216 / var(--tw-bg-opacity, 1))}.bg-\[\#d9d9d9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity, 1))}.bg-\[\#d9d9de\]{--tw-bg-opacity: 1;background-color:rgb(217 217 222 / var(--tw-bg-opacity, 1))}.bg-\[\#d9ebf7\]{--tw-bg-opacity: 1;background-color:rgb(217 235 247 / var(--tw-bg-opacity, 1))}.bg-\[\#e8f6e8\]{--tw-bg-opacity: 1;background-color:rgb(232 246 232 / var(--tw-bg-opacity, 1))}.bg-\[\#e9f7ff\]{--tw-bg-opacity: 1;background-color:rgb(233 247 255 / var(--tw-bg-opacity, 1))}.bg-\[\#eaf3ff\]{--tw-bg-opacity: 1;background-color:rgb(234 243 255 / var(--tw-bg-opacity, 1))}.bg-\[\#ebeef3\]{--tw-bg-opacity: 1;background-color:rgb(235 238 243 / var(--tw-bg-opacity, 1))}.bg-\[\#ededed\]{--tw-bg-opacity: 1;background-color:rgb(237 237 237 / var(--tw-bg-opacity, 1))}.bg-\[\#edf0f5\]{--tw-bg-opacity: 1;background-color:rgb(237 240 245 / var(--tw-bg-opacity, 1))}.bg-\[\#eef4ff\]{--tw-bg-opacity: 1;background-color:rgb(238 244 255 / var(--tw-bg-opacity, 1))}.bg-\[\#f0f2f5\]{--tw-bg-opacity: 1;background-color:rgb(240 242 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f27521\]{--tw-bg-opacity: 1;background-color:rgb(242 117 33 / var(--tw-bg-opacity, 1))}.bg-\[\#f2f2f2\]{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.bg-\[\#f2f3f5\]{--tw-bg-opacity: 1;background-color:rgb(242 243 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f3f3f3\]{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity, 1))}.bg-\[\#f3f4f6\]{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-\[\#f4f5f7\]{--tw-bg-opacity: 1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f5f5\]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f5f6\]{--tw-bg-opacity: 1;background-color:rgb(245 245 246 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f7fa\]{--tw-bg-opacity: 1;background-color:rgb(245 247 250 / var(--tw-bg-opacity, 1))}.bg-\[\#f6f8fb\]{--tw-bg-opacity: 1;background-color:rgb(246 248 251 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f8fa\]{--tw-bg-opacity: 1;background-color:rgb(247 248 250 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f9fc\]{--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1))}.bg-\[\#f7fafc\]{--tw-bg-opacity: 1;background-color:rgb(247 250 252 / var(--tw-bg-opacity, 1))}.bg-\[\#f8b49f\]\/70{background-color:#f8b49fb3}.bg-\[\#fafafa\]{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-\[\#ff6b6b\]{--tw-bg-opacity: 1;background-color:rgb(255 107 107 / var(--tw-bg-opacity, 1))}.bg-\[\#ffb5a5\]{--tw-bg-opacity: 1;background-color:rgb(255 181 165 / var(--tw-bg-opacity, 1))}.bg-\[\#ffefe8\]{--tw-bg-opacity: 1;background-color:rgb(255 239 232 / var(--tw-bg-opacity, 1))}.bg-\[\#fff0ec\]{--tw-bg-opacity: 1;background-color:rgb(255 240 236 / var(--tw-bg-opacity, 1))}.bg-\[\#fff1eb\]{--tw-bg-opacity: 1;background-color:rgb(255 241 235 / var(--tw-bg-opacity, 1))}.bg-\[\#fff1f0\]{--tw-bg-opacity: 1;background-color:rgb(255 241 240 / var(--tw-bg-opacity, 1))}.bg-\[\#fff3ed\]{--tw-bg-opacity: 1;background-color:rgb(255 243 237 / var(--tw-bg-opacity, 1))}.bg-\[\#fff4f1\]{--tw-bg-opacity: 1;background-color:rgb(255 244 241 / var(--tw-bg-opacity, 1))}.bg-\[\#fff5f1\]{--tw-bg-opacity: 1;background-color:rgb(255 245 241 / var(--tw-bg-opacity, 1))}.bg-\[\#fff6f4\]{--tw-bg-opacity: 1;background-color:rgb(255 246 244 / var(--tw-bg-opacity, 1))}.bg-\[\#fff7e6\]{--tw-bg-opacity: 1;background-color:rgb(255 247 230 / var(--tw-bg-opacity, 1))}.bg-\[\#fff7f3\]{--tw-bg-opacity: 1;background-color:rgb(255 247 243 / var(--tw-bg-opacity, 1))}.bg-\[\#fff8e8\]{--tw-bg-opacity: 1;background-color:rgb(255 248 232 / var(--tw-bg-opacity, 1))}.bg-\[\#fff8f4\]{--tw-bg-opacity: 1;background-color:rgb(255 248 244 / var(--tw-bg-opacity, 1))}.bg-\[\#fff8f6\]{--tw-bg-opacity: 1;background-color:rgb(255 248 246 / var(--tw-bg-opacity, 1))}.bg-\[\#fffaf1\]{--tw-bg-opacity: 1;background-color:rgb(255 250 241 / var(--tw-bg-opacity, 1))}.bg-black\/75{background-color:#000000bf}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/15{background-color:#ffffff26}.bg-white\/25{background-color:#ffffff40}.bg-white\/30{background-color:#ffffff4d}.bg-white\/35{background-color:#ffffff59}.bg-white\/70{background-color:#ffffffb3}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-\[linear-gradient\(135deg\,\#d7f2ff_0\%\,\#eef6ff_100\%\)\]{background-image:linear-gradient(135deg,#d7f2ff,#eef6ff)}.bg-\[linear-gradient\(135deg\,\#ffe7dc_0\%\,\#fff4ef_100\%\)\]{background-image:linear-gradient(135deg,#ffe7dc,#fff4ef)}.bg-\[linear-gradient\(180deg\,\#ff7e62_0\%\,\#ff5f6d_100\%\)\]{background-image:linear-gradient(180deg,#ff7e62,#ff5f6d)}.bg-\[linear-gradient\(180deg\,\#ff8a8a_0\%\,\#ff5a6b_100\%\)\]{background-image:linear-gradient(180deg,#ff8a8a,#ff5a6b)}.bg-\[linear-gradient\(180deg\,\#ff8e74_0\%\,\#ff766d_100\%\)\]{background-image:linear-gradient(180deg,#ff8e74,#ff766d)}.bg-\[linear-gradient\(180deg\,\#ff8f70_0\%\,\#ff647c_100\%\)\]{background-image:linear-gradient(180deg,#ff8f70,#ff647c)}.bg-\[linear-gradient\(180deg\,\#ffd2c5_0\%\,\#ffc2bb_100\%\)\]{background-image:linear-gradient(180deg,#ffd2c5,#ffc2bb)}.bg-\[linear-gradient\(180deg\,\#fff8f5_0\%\,\#fff1eb_100\%\)\]{background-image:linear-gradient(180deg,#fff8f5,#fff1eb)}.bg-\[linear-gradient\(180deg\,\#fff_0\%\,\#f7f8fa_100\%\)\]{background-image:linear-gradient(180deg,#fff,#f7f8fa)}.bg-\[linear-gradient\(180deg\,\#fffaf7_0\%\,\#fff3ef_100\%\)\]{background-image:linear-gradient(180deg,#fffaf7,#fff3ef)}.bg-\[radial-gradient\(circle_at_top\,_\#d6f1ff_0\%\,_\#f9fbff_42\%\,_\#ffffff_100\%\)\]{background-image:radial-gradient(circle at top,#d6f1ff,#f9fbff 42%,#fff)}.bg-\[radial-gradient\(circle_at_top\,_\#eef7ff_0\%\,_\#ffffff_55\%\,_\#f7fbff_100\%\)\]{background-image:radial-gradient(circle at top,#eef7ff,#fff 55%,#f7fbff)}.bg-\[radial-gradient\(circle_at_top\,_rgba\(255\,255\,255\,0\.88\)_0\%\,_\#fff6f1_36\%\,_\#fff3ee_100\%\)\]{background-image:radial-gradient(circle at top,#ffffffe0,#fff6f1 36%,#fff3ee)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#8fe3c6\]{--tw-gradient-from: #8fe3c6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(143 227 198 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#9ec5ff\]{--tw-gradient-from: #9ec5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 197 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#d6b4ff\]{--tw-gradient-from: #d6b4ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(214 180 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#f3f4f6\]{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ffb199\]{--tw-gradient-from: #ffb199 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 177 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ffb6a3\]{--tw-gradient-from: #ffb6a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 182 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ffd38a\]{--tw-gradient-from: #ffd38a var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 211 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ffd48f\]{--tw-gradient-from: #ffd48f var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 212 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#e5e7eb\]{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#42b883\]{--tw-gradient-to: #42b883 var(--tw-gradient-to-position)}.to-\[\#5b8def\]{--tw-gradient-to: #5b8def var(--tw-gradient-to-position)}.to-\[\#8b5cf6\]{--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position)}.to-\[\#d1d5db\]{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-\[\#ff6b6b\]{--tw-gradient-to: #ff6b6b var(--tw-gradient-to-position)}.to-\[\#ff7b7b\]{--tw-gradient-to: #ff7b7b var(--tw-gradient-to-position)}.to-\[\#ff9f43\]{--tw-gradient-to: #ff9f43 var(--tw-gradient-to-position)}.to-\[\#ffd1d1\]{--tw-gradient-to: #ffd1d1 var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[3px\]{padding:.1875rem}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[14px\]{padding-top:.875rem;padding-bottom:.875rem}.py-\[15px\]{padding-top:.9375rem;padding-bottom:.9375rem}.py-\[2px\]{padding-top:.125rem;padding-bottom:.125rem}.py-\[3px\]{padding-top:.1875rem;padding-bottom:.1875rem}.py-\[9px\]{padding-top:.5625rem;padding-bottom:.5625rem}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[2px\]{padding-bottom:.125rem}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-\[14px\]{padding-left:.875rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-\[8px\]{vertical-align:.5rem}.\!text-\[12px\]{font-size:.75rem!important}.\!text-\[15px\]{font-size:.9375rem!important}.\!text-\[16px\]{font-size:1rem!important}.\!text-\[20px\]{font-size:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:.625rem}.text-\[11px\]{font-size:.6875rem}.text-\[12px\]{font-size:.75rem}.text-\[13px\]{font-size:.8125rem}.text-\[14px\]{font-size:.875rem}.text-\[15px\]{font-size:.9375rem}.text-\[16px\]{font-size:1rem}.text-\[17px\]{font-size:1.0625rem}.text-\[18px\]{font-size:1.125rem}.text-\[19px\]{font-size:1.1875rem}.text-\[20px\]{font-size:1.25rem}.text-\[22px\]{font-size:1.375rem}.text-\[24px\]{font-size:1.5rem}.text-\[26px\]{font-size:1.625rem}.text-\[28px\]{font-size:1.75rem}.text-\[30px\]{font-size:1.875rem}.text-\[34px\]{font-size:2.125rem}.text-\[38px\]{font-size:2.375rem}.text-\[40px\]{font-size:2.5rem}.text-\[48px\]{font-size:3rem}.text-\[56px\]{font-size:3.5rem}.text-\[72px\]{font-size:4.5rem}.text-\[9px\]{font-size:.5625rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.15\]{line-height:1.15}.leading-\[1\.35\]{line-height:1.35}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.55\]{line-height:1.55}.leading-\[1\.5\]{line-height:1.5}.leading-\[1\.6\]{line-height:1.6}.leading-\[1\.8\]{line-height:1.8}.leading-\[16px\]{line-height:1rem}.leading-\[17px\]{line-height:1.0625rem}.leading-\[18px\]{line-height:1.125rem}.leading-\[19px\]{line-height:1.1875rem}.leading-\[20px\]{line-height:1.25rem}.leading-\[22px\]{line-height:1.375rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-\[0\.04em\]{letter-spacing:.04em}.tracking-tight{letter-spacing:-.025em}.\!text-\[\#212122\]{--tw-text-opacity: 1 !important;color:rgb(33 33 34 / var(--tw-text-opacity, 1))!important}.\!text-\[\#222\]{--tw-text-opacity: 1 !important;color:rgb(34 34 34 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#101828\]{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity, 1))}.text-\[\#14181f\]{--tw-text-opacity: 1;color:rgb(20 24 31 / var(--tw-text-opacity, 1))}.text-\[\#165DFF\]{--tw-text-opacity: 1;color:rgb(22 93 255 / var(--tw-text-opacity, 1))}.text-\[\#187bff\]{--tw-text-opacity: 1;color:rgb(24 123 255 / var(--tw-text-opacity, 1))}.text-\[\#1D2129\]{--tw-text-opacity: 1;color:rgb(29 33 41 / var(--tw-text-opacity, 1))}.text-\[\#1a1a1a\]{--tw-text-opacity: 1;color:rgb(26 26 26 / var(--tw-text-opacity, 1))}.text-\[\#1a1e26\]{--tw-text-opacity: 1;color:rgb(26 30 38 / var(--tw-text-opacity, 1))}.text-\[\#1a212e\]{--tw-text-opacity: 1;color:rgb(26 33 46 / var(--tw-text-opacity, 1))}.text-\[\#1ab273\]{--tw-text-opacity: 1;color:rgb(26 178 115 / var(--tw-text-opacity, 1))}.text-\[\#1d2129\]{--tw-text-opacity: 1;color:rgb(29 33 41 / var(--tw-text-opacity, 1))}.text-\[\#1e64d2\]{--tw-text-opacity: 1;color:rgb(30 100 210 / var(--tw-text-opacity, 1))}.text-\[\#1f1f1f\]{--tw-text-opacity: 1;color:rgb(31 31 31 / var(--tw-text-opacity, 1))}.text-\[\#1f2937\]{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-\[\#216bf2\]{--tw-text-opacity: 1;color:rgb(33 107 242 / var(--tw-text-opacity, 1))}.text-\[\#222\]{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.text-\[\#25282b\]{--tw-text-opacity: 1;color:rgb(37 40 43 / var(--tw-text-opacity, 1))}.text-\[\#282c34\]{--tw-text-opacity: 1;color:rgb(40 44 52 / var(--tw-text-opacity, 1))}.text-\[\#2ee066\]{--tw-text-opacity: 1;color:rgb(46 224 102 / var(--tw-text-opacity, 1))}.text-\[\#2f1c1a\]{--tw-text-opacity: 1;color:rgb(47 28 26 / var(--tw-text-opacity, 1))}.text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-\[\#444\]{--tw-text-opacity: 1;color:rgb(68 68 68 / var(--tw-text-opacity, 1))}.text-\[\#454d5c\]{--tw-text-opacity: 1;color:rgb(69 77 92 / var(--tw-text-opacity, 1))}.text-\[\#4E5969\]{--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.text-\[\#4caf50\]{--tw-text-opacity: 1;color:rgb(76 175 80 / var(--tw-text-opacity, 1))}.text-\[\#4e5969\]{--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.text-\[\#595959\]{--tw-text-opacity: 1;color:rgb(89 89 89 / var(--tw-text-opacity, 1))}.text-\[\#5b89c8\]{--tw-text-opacity: 1;color:rgb(91 137 200 / var(--tw-text-opacity, 1))}.text-\[\#666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.text-\[\#667085\]{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}.text-\[\#6b7280\]{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-\[\#737373\]{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-\[\#808c99\]{--tw-text-opacity: 1;color:rgb(128 140 153 / var(--tw-text-opacity, 1))}.text-\[\#868686\]{--tw-text-opacity: 1;color:rgb(134 134 134 / var(--tw-text-opacity, 1))}.text-\[\#86909c\]{--tw-text-opacity: 1;color:rgb(134 144 156 / var(--tw-text-opacity, 1))}.text-\[\#8a6f69\]{--tw-text-opacity: 1;color:rgb(138 111 105 / var(--tw-text-opacity, 1))}.text-\[\#8b5e54\]{--tw-text-opacity: 1;color:rgb(139 94 84 / var(--tw-text-opacity, 1))}.text-\[\#8c8c8c\]{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity, 1))}.text-\[\#8c949e\]{--tw-text-opacity: 1;color:rgb(140 148 158 / var(--tw-text-opacity, 1))}.text-\[\#8c96a8\]{--tw-text-opacity: 1;color:rgb(140 150 168 / var(--tw-text-opacity, 1))}.text-\[\#8d7c7c\]{--tw-text-opacity: 1;color:rgb(141 124 124 / var(--tw-text-opacity, 1))}.text-\[\#8e949e\]{--tw-text-opacity: 1;color:rgb(142 148 158 / var(--tw-text-opacity, 1))}.text-\[\#8f7c78\]{--tw-text-opacity: 1;color:rgb(143 124 120 / var(--tw-text-opacity, 1))}.text-\[\#98a2b3\]{--tw-text-opacity: 1;color:rgb(152 162 179 / var(--tw-text-opacity, 1))}.text-\[\#999999\],.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-\[\#FAAD14\]{--tw-text-opacity: 1;color:rgb(250 173 20 / var(--tw-text-opacity, 1))}.text-\[\#a0a6ae\]{--tw-text-opacity: 1;color:rgb(160 166 174 / var(--tw-text-opacity, 1))}.text-\[\#a4a4a4\]{--tw-text-opacity: 1;color:rgb(164 164 164 / var(--tw-text-opacity, 1))}.text-\[\#b08980\]{--tw-text-opacity: 1;color:rgb(176 137 128 / var(--tw-text-opacity, 1))}.text-\[\#b3b3b3\]{--tw-text-opacity: 1;color:rgb(179 179 179 / var(--tw-text-opacity, 1))}.text-\[\#b4b4b4\]{--tw-text-opacity: 1;color:rgb(180 180 180 / var(--tw-text-opacity, 1))}.text-\[\#b7b7b7\]{--tw-text-opacity: 1;color:rgb(183 183 183 / var(--tw-text-opacity, 1))}.text-\[\#bbb\]{--tw-text-opacity: 1;color:rgb(187 187 187 / var(--tw-text-opacity, 1))}.text-\[\#bfbfbf\]{--tw-text-opacity: 1;color:rgb(191 191 191 / var(--tw-text-opacity, 1))}.text-\[\#c4c4c4\]{--tw-text-opacity: 1;color:rgb(196 196 196 / var(--tw-text-opacity, 1))}.text-\[\#c8c8c8\]{--tw-text-opacity: 1;color:rgb(200 200 200 / var(--tw-text-opacity, 1))}.text-\[\#d2b7b0\]{--tw-text-opacity: 1;color:rgb(210 183 176 / var(--tw-text-opacity, 1))}.text-\[\#d48806\]{--tw-text-opacity: 1;color:rgb(212 136 6 / var(--tw-text-opacity, 1))}.text-\[\#d76b57\]{--tw-text-opacity: 1;color:rgb(215 107 87 / var(--tw-text-opacity, 1))}.text-\[\#d7c6c6\]{--tw-text-opacity: 1;color:rgb(215 198 198 / var(--tw-text-opacity, 1))}.text-\[\#d8d8d8\]{--tw-text-opacity: 1;color:rgb(216 216 216 / var(--tw-text-opacity, 1))}.text-\[\#d9d9d9\]{--tw-text-opacity: 1;color:rgb(217 217 217 / var(--tw-text-opacity, 1))}.text-\[\#e6e6e6\]{--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.text-\[\#f0a020\]{--tw-text-opacity: 1;color:rgb(240 160 32 / var(--tw-text-opacity, 1))}.text-\[\#f25b3c\]{--tw-text-opacity: 1;color:rgb(242 91 60 / var(--tw-text-opacity, 1))}.text-\[\#f44336\]{--tw-text-opacity: 1;color:rgb(244 67 54 / var(--tw-text-opacity, 1))}.text-\[\#ff4d4f\]{--tw-text-opacity: 1;color:rgb(255 77 79 / var(--tw-text-opacity, 1))}.text-\[\#ff513f\]{--tw-text-opacity: 1;color:rgb(255 81 63 / var(--tw-text-opacity, 1))}.text-\[\#ff5a6b\]{--tw-text-opacity: 1;color:rgb(255 90 107 / var(--tw-text-opacity, 1))}.text-\[\#ff5b66\]{--tw-text-opacity: 1;color:rgb(255 91 102 / var(--tw-text-opacity, 1))}.text-\[\#ff6b4a\]{--tw-text-opacity: 1;color:rgb(255 107 74 / var(--tw-text-opacity, 1))}.text-\[\#ff6b6b\]{--tw-text-opacity: 1;color:rgb(255 107 107 / var(--tw-text-opacity, 1))}.text-\[\#ff7f8c\]{--tw-text-opacity: 1;color:rgb(255 127 140 / var(--tw-text-opacity, 1))}.text-\[\#ff8a6a\]{--tw-text-opacity: 1;color:rgb(255 138 106 / var(--tw-text-opacity, 1))}.text-\[\#ff8f6b\]{--tw-text-opacity: 1;color:rgb(255 143 107 / var(--tw-text-opacity, 1))}.text-\[\#ff962e\]{--tw-text-opacity: 1;color:rgb(255 150 46 / var(--tw-text-opacity, 1))}.text-\[\#ffb6ad\]{--tw-text-opacity: 1;color:rgb(255 182 173 / var(--tw-text-opacity, 1))}.text-\[var\(--adm-color-weak\)\]{color:var(--adm-color-weak)}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.line-through{text-decoration-line:line-through}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-\[0_10px_22px_rgba\(255\,107\,74\,0\.10\)\]{--tw-shadow: 0 .625rem 1.375rem rgba(255,107,74,.1);--tw-shadow-colored: 0 .625rem 1.375rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(255\,100\,124\,0\.24\)\]{--tw-shadow: 0 .625rem 1.5rem rgba(255,100,124,.24);--tw-shadow-colored: 0 .625rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(255\,95\,109\,0\.24\)\]{--tw-shadow: 0 .625rem 1.5rem rgba(255,95,109,.24);--tw-shadow-colored: 0 .625rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_24px_rgba\(31\,107\,255\,0\.28\)\]{--tw-shadow: 0 .625rem 1.5rem rgba(31,107,255,.28);--tw-shadow-colored: 0 .625rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_36px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 .625rem 2.25rem rgba(0,0,0,.08);--tw-shadow-colored: 0 .625rem 2.25rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_24px_rgba\(94\,44\,34\,0\.08\)\]{--tw-shadow: 0 .75rem 1.5rem rgba(94,44,34,.08);--tw-shadow-colored: 0 .75rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(16\,24\,40\,0\.12\)\]{--tw-shadow: 0 .75rem 1.75rem rgba(16,24,40,.12);--tw-shadow-colored: 0 .75rem 1.75rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_16px_40px_rgba\(255\,92\,92\,0\.12\)\]{--tw-shadow: 0 1rem 2.5rem rgba(255,92,92,.12);--tw-shadow-colored: 0 1rem 2.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_32px_rgba\(140\,76\,58\,0\.10\)\]{--tw-shadow: 0 1.125rem 2rem rgba(140,76,58,.1);--tw-shadow-colored: 0 1.125rem 2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(255\,132\,108\,0\.12\)\]{--tw-shadow: 0 1.125rem 2.5rem rgba(255,132,108,.12);--tw-shadow-colored: 0 1.125rem 2.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_44px_rgba\(255\,111\,79\,0\.10\)\]{--tw-shadow: 0 1.125rem 2.75rem rgba(255,111,79,.1);--tw-shadow-colored: 0 1.125rem 2.75rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_40px_rgba\(21\,62\,119\,0\.12\)\]{--tw-shadow: 0 1.25rem 2.5rem rgba(21,62,119,.12);--tw-shadow-colored: 0 1.25rem 2.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_48px_rgba\(22\,93\,255\,0\.12\)\]{--tw-shadow: 0 1.5rem 3rem rgba(22,93,255,.12);--tw-shadow-colored: 0 1.5rem 3rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_6px_18px_rgba\(255\,107\,107\,0\.22\)\]{--tw-shadow: 0 .375rem 1.125rem rgba(255,107,107,.22);--tw-shadow-colored: 0 .375rem 1.125rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_18px_rgba\(94\,44\,34\,0\.06\)\]{--tw-shadow: 0 .5rem 1.125rem rgba(94,44,34,.06);--tw-shadow-colored: 0 .5rem 1.125rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_20px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 .5rem 1.25rem rgba(0,0,0,.12);--tw-shadow-colored: 0 .5rem 1.25rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_32px_rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow: 0 .5rem 2rem rgba(0,0,0,.5);--tw-shadow-colored: 0 .5rem 2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_14px_0px_rgba\(77\,89\,115\,0\.07\)\]{--tw-shadow: 0 .25rem .875rem 0 rgba(77,89,115,.07);--tw-shadow-colored: 0 .25rem .875rem 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(255\,255\,255\,0\.28\)\]{--tw-shadow: inset 0 0 0 .0625rem rgba(255,255,255,.28);--tw-shadow-colored: inset 0 0 0 .0625rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 .0625rem .125rem 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 .0625rem .125rem 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:.125rem solid transparent;outline-offset:.125rem}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(.0625rem + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[\#eef0f3\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 240 243 / var(--tw-ring-opacity, 1))}.ring-\[\#ffe1df\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 225 223 / var(--tw-ring-opacity, 1))}.ring-\[\#ffe9e1\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 233 225 / var(--tw-ring-opacity, 1))}.ring-\[\#fff1ef\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 239 / var(--tw-ring-opacity, 1))}.ring-\[\#fff4f1\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 244 241 / var(--tw-ring-opacity, 1))}.ring-white\/80{--tw-ring-color: rgb(255 255 255 / .8)}.blur{--tw-blur: blur(.5rem);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[2px\]{--tw-blur: blur(.125rem);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(.5rem);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root:root{--adm-color-primary: #25282b}:root{--app-text-color: #4b5563;--app-vh: 100vh}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{min-width:20rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:var(--app-text-color)}img{display:block;max-width:100%}.p0{padding:0}button,input,textarea,select{font:inherit}#root{min-height:100%}.adm-collapse-panel-no-content .adm-list-item-content-arrow{display:none}.adm-collapse-panel-no-content+.adm-collapse-panel-content,.adm-collapse-panel-no-content+.adm-collapse-panel-content-active,.adm-collapse-panel-no-content+.adm-collapse-panel-content.adm-collapse-panel-content-active{display:none}.eeo-tiny-editor-preview :where(h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,figure,table){margin:revert}.eeo-tiny-editor-preview :where(ul,ol,menu){margin:revert;padding:revert;list-style:revert;padding-left:2em}.eeo-tiny-editor-preview :where(li){display:list-item;text-align:revert}.eeo-tiny-editor-preview :where(ul){list-style-type:disc}.eeo-tiny-editor-preview :where(ol){list-style-type:decimal}.eeo-tiny-editor-preview :where(strong,b){font-weight:bolder}.eeo-tiny-editor-preview :where(em,i){font-style:italic}.eeo-tiny-editor-preview :where(a){color:revert;-webkit-text-decoration:revert;text-decoration:revert}.goods-detail-tabs .adm-tabs-tab-active{font-weight:600}.placeholder\:text-\[\#bfbfbf\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(191 191 191 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#bfbfbf\]::placeholder{--tw-text-opacity: 1;color:rgb(191 191 191 / var(--tw-text-opacity, 1))}.first\:border-t-0:first-child{border-top-width:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.active\:bg-\[\#0f63d6\]:active{--tw-bg-opacity: 1;background-color:rgb(15 99 214 / var(--tw-bg-opacity, 1))}.active\:bg-\[\#d6e9ff\]:active{--tw-bg-opacity: 1;background-color:rgb(214 233 255 / var(--tw-bg-opacity, 1))}.active\:bg-\[\#f5f5f5\]:active{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.active\:bg-\[\#f7f8fa\]:active{--tw-bg-opacity: 1;background-color:rgb(247 248 250 / var(--tw-bg-opacity, 1))}.active\:bg-\[\#fafafa\]:active{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.active\:bg-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.active\:opacity-70:active{opacity:.7}.disabled\:text-\[\#bfbfbf\]:disabled{--tw-text-opacity: 1;color:rgb(191 191 191 / var(--tw-text-opacity, 1))}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}
