.modal-body{position:relative;overflow:auto}.modal-body--noneBottomPadding-true{padding:var(--spacing-x-small) var(--spacing-x-small) 0px}.modal-body--noneBottomPadding-false{padding:var(--spacing-x-small) var(--spacing-x-small) var(--spacing-large)}.modal-body--variant-white{background:#fff}.modal-body--variant-gray{background-color:#f3f3f3;background-image:linear-gradient(#f3f3f3 33%,#4385a500),linear-gradient(#4385a500,#f3f3f3 66%),radial-gradient(farthest-side at 50% 0,#22222280,#0000),radial-gradient(farthest-side at 50% 100%,#22222280,#0000);background-position:0 0,0 100%,0 0,0 100%;background-repeat:no-repeat;background-size:100% 45px,100% 45px,100% 15px,100% 15px;background-attachment:local,local,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}
.modal-footer{flex-flow:row;justify-content:center;align-items:flex-start;display:flex}.modal-footer--variant-white{background:#fff}.modal-footer--variant-gray{background:#f3f3f3}
.nav{--nav-indicator-offset:3px;--nav-radius:10px;--nav-item-radius:7px;--nav-pills-padding:3px;--nav-pills-item-padding-y:5px;--nav-pills-item-padding-x:var(--spacing-large);--nav-pills-item-padding-x-mobile:var(--spacing-x-small);--nav-pills-item-line-height:24px;--nav-pills-item-font-size:var(--font-size-small);--nav-pills-item-font-weight:inherit;--nav-animated-item-font-size-mobile:var(--spacing-small);position:relative}.nav__indicator{top:var(--nav-indicator-offset);bottom:var(--nav-indicator-offset);border-radius:var(--nav-item-radius);background:var(--nav-indicator-color);pointer-events:none;z-index:0;transition:transform .4s,width .4s;position:absolute;box-shadow:0 3px 8px #0000001f}.nav--size-small{--nav-indicator-offset:2px;--nav-pills-padding:2px;--nav-pills-item-padding-y:2px;--nav-pills-item-padding-x:10px;--nav-pills-item-padding-x-mobile:10px;--nav-pills-item-line-height:18px;--nav-pills-item-font-size:11px;--nav-pills-item-font-weight:600;--nav-animated-item-font-size-mobile:11px}.nav--variant-pills.nav--color-green{--nav-indicator-color:rgba(var(--color-light-green-rgb), .7)}.nav--variant-pills.nav--color-yellow{--nav-indicator-color:var(--color-dark-yellow)}.nav--variant-pills.nav--color-blue{--nav-indicator-color:var(--color-darker-blue)}.nav--variant-pills.nav--color-white-accent{--nav-indicator-color:var(--color-white);border:1px solid #1e1e1e26}.nav--variant-pills.nav--color-white-accent .nav__indicator{border:2px solid var(--color-bright-copper)}.nav--variant-pills{border-radius:var(--nav-radius);padding:var(--nav-pills-padding);flex-flow:row;column-gap:3px;width:auto;display:flex;overflow-x:auto}.nav--variant-pills .nav-item{padding-top:var(--nav-pills-item-padding-y);padding-bottom:var(--nav-pills-item-padding-y);padding-left:var(--nav-pills-item-padding-x);padding-right:var(--nav-pills-item-padding-x);text-align:center;line-height:var(--nav-pills-item-line-height);border-radius:var(--nav-item-radius);font-size:var(--nav-pills-item-font-size);font-weight:var(--nav-pills-item-font-weight);flex-grow:0}@media screen and (max-width:920px){.nav--variant-pills .nav-item{padding-left:var(--nav-pills-item-padding-x-mobile);padding-right:var(--nav-pills-item-padding-x-mobile)}}.nav--variant-pills.nav--color-green{background:rgba(var(--color-light-green-rgb), .3)}.nav--variant-pills.nav--color-green .nav-item--active{background:rgba(var(--color-light-green-rgb), .7);font-weight:var(--font-weight-semibold)}.nav--variant-pills.nav--color-yellow{background:rgba(var(--color-yellow-rgb), .8)}.nav--variant-pills.nav--color-yellow .nav-item--active{background:var(--color-dark-yellow);font-weight:var(--font-weight-semibold)}.nav--variant-pills.nav--color-blue{background:var(--color-pale-blue)}.nav--variant-pills.nav--color-blue .nav-item:not(.nav-item--active):hover{background:var(--color-bright-blue)}.nav--variant-pills.nav--color-blue .nav-item--active{background:var(--color-darker-blue);font-weight:var(--font-weight-semibold);color:var(--color-white)}.nav--variant-pills.nav--color-blue .nav-item--active svg{color:var(--color-white)}.nav--variant-pills.nav--color-white-accent{background:var(--color-white)}.nav--variant-pills.nav--color-white-accent .nav-item:not(.nav-item--active):hover{background:var(--color-almost-white)}.nav--variant-pills.nav--color-white-accent .nav-item--active{background:var(--color-white);font-weight:var(--font-weight-semibold);color:var(--color-black)}.nav--variant-pills.nav--color-white-accent .nav-item--active svg{color:var(--color-black)}.nav--variant-pills.nav--color-white-accent .nav-item--active .nav-item__icon{stroke-width:1.5px}.nav--variant-pills.nav--color-white-gray{--nav-indicator-color:var(--color-white);--nav-radius:6px;--nav-item-radius:4px;background:#0000000a;border:none}.nav--variant-pills.nav--color-white-gray .nav__indicator{border:none;box-shadow:0 1px 3px #00000014}.nav--variant-pills.nav--color-white-gray .nav-item{color:var(--color-darker-gray)}.nav--variant-pills.nav--radius-large{--nav-radius:14px;--nav-item-radius:10px}.nav--variant-pills.nav--radius-full{--nav-radius:999px;--nav-item-radius:999px}.nav--animated .nav-item--active{font-weight:var(--font-weight-semibold);color:var(--color-white);background:0 0!important}.nav--animated .nav-item--active svg{color:var(--color-white)}.nav--animated .nav-item{z-index:1;transition:color .4s;position:relative}.nav--animated .nav-item span{white-space:nowrap}.nav--animated .nav-item svg,.nav--animated .nav-item span{transition:inherit}@media (max-width:500px){.nav--animated .nav-item{font-size:var(--nav-animated-item-font-size-mobile)}}.nav--width-stretch{width:100%}.nav--width-stretch .nav-item{flex-grow:1}.nav--width-fit-content{width:fit-content}@media (max-width:479px){.nav--stack-title-on-mobile .nav-item{row-gap:var(--spacing-xxx-small);column-gap:var(--spacing-xx-small);flex-wrap:wrap}.nav--stack-title-on-mobile .nav-item .nav-item__label{flex-basis:100%;order:1}.hide-nav-span .nav-item span{display:none}}
.nav-item{cursor:pointer;justify-content:center;align-items:center;column-gap:var(--spacing-x-small);display:flex}.nav-item__icon{font-size:var(--font-size-x-large)}.nav-item__image{width:60px;height:24px}.nav-item__hint{align-items:center;display:inline-flex}.nav-item__hint-icon{font-size:var(--font-size-large)}.nav-item span{white-space:nowrap}
.settings-menu-button{color:#000;cursor:pointer;width:100%;font-size:14px;font-family:var(--font-dm-sans);background-color:#fff;border:none;justify-content:space-between;align-items:center;padding:15px 10px;transition:background-color .3s;display:flex}.settings-menu-button:hover{background-color:#e9e9e9}.settings-menu-button__arrow{margin-left:auto}.settings-menu-button--main{border-radius:8px;margin:0}.settings-menu-button--alone{border-radius:8px;margin:15px 0}.settings-menu-button--first{border-bottom:1px solid var(--color-lighter-gray);border-top-left-radius:8px;border-top-right-radius:8px}.settings-menu-button--row{border-bottom:1px solid var(--color-lighter-gray);border-radius:0}.settings-menu-button--last{border-bottom-right-radius:8px;border-bottom-left-radius:8px}
.SmallSectionList__desktopList{-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none;width:160px;max-height:80dvh;position:absolute;top:10px;left:calc(50% - 490px);overflow-y:auto}.SmallSectionList__desktopList::-webkit-scrollbar{display:none}@media (max-width:1250px){.SmallSectionList__desktopList{display:none}}.SmallSectionList__embeddedList{-webkit-user-select:none;user-select:none;width:auto;display:block}.SmallSectionList__embeddedList .SmallSectionList__price{display:block}.SmallSectionList__mobileList{max-width:200px;max-height:500px;padding-bottom:10px;overflow:hidden auto}.SmallSectionList__heading{border-bottom:1px solid var(--color-light-gray);color:var(--color-darker-gray);justify-content:space-between;align-items:center;gap:8px;margin-top:10px;margin-bottom:5px;padding:2px 10px;font-size:13px;display:flex}.SmallSectionList__headingLabel{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:-6px;padding:1px 6px}.SmallSectionList__headingLabel--withAmount{border-radius:10px;flex:auto;justify-content:space-between;align-items:center;gap:8px;min-width:0;margin:0 -10px;padding:3px 10px;display:flex}.SmallSectionList__headingLabel:hover{background:#1e1c1a1a;font-weight:600}.SmallSectionList__headingLabel--selected{color:var(--color-black);background:#1e1c1a1a;font-weight:600}.SmallSectionList__headingAmount{white-space:nowrap;color:var(--color-darker-gray);font-weight:300}.SmallSectionList__headingToggle{cursor:pointer;color:var(--color-darker-gray);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.SmallSectionList__branch{width:100%}.SmallSectionList__item{cursor:pointer;border-radius:10px;width:100%;margin:0 0 1px;padding:3px 10px;font-size:13px}.SmallSectionList__item:hover{background:#1e1c1a1a;font-weight:600}.SmallSectionList__item:hover .SmallSectionList__price{display:block}.SmallSectionList__item--selected{background:#1e1c1a1a;font-weight:600}.SmallSectionList__item--selected .SmallSectionList__price{display:block}.SmallSectionList__item--active{pointer-events:auto!important}.SmallSectionList__itemContent{width:100%;min-width:0;padding-left:calc(var(--section-level,0)*14px);align-items:center;gap:6px;display:flex}.SmallSectionList__itemContent:not(:has(>.SmallSectionList__toggle)){padding-left:calc(var(--section-level,0)*14px + 14px)}.SmallSectionList__itemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.SmallSectionList__toggle,.SmallSectionList__toggleSpacer{justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;display:inline-flex}.SmallSectionList__toggle{cursor:pointer;background:0 0;border:none;padding:0}.SmallSectionList__children{width:100%;position:relative}.SmallSectionList__children:before{content:"";top:0;bottom:12px;left:calc(var(--parent-level,0)*14px + 17px);background-color:var(--color-lighter-gray);width:1px;position:absolute}.SmallSectionList__price{white-space:nowrap;font-weight:300;display:none}.SmallSectionList__dragging .SmallSectionList__item{pointer-events:none}
.stepper{--stepper-circle-size:36px;--stepper-active-color:var(--primary-color,#222f3f);--stepper-active-text:var(--text-color,#fff);--stepper-pending-border:#e4e6e9;--stepper-pending-text:#1e1c1a;justify-content:center;align-items:flex-start;gap:0;width:100%;margin:20px auto 24px;display:flex}.stepper__step{flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.stepper__circle{width:var(--stepper-circle-size);height:var(--stepper-circle-size);border:1px solid var(--stepper-pending-border);color:var(--stepper-pending-text);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.stepper__circle--active{background:var(--stepper-active-color);color:var(--stepper-active-text);border-color:var(--stepper-active-color)}.stepper__circle--completed{border-color:var(--stepper-active-color);color:var(--stepper-active-color)}.stepper__divider{background:var(--stepper-pending-border);height:1px;margin:calc(var(--stepper-circle-size)/2) 8px 0;flex:auto;align-self:flex-start;min-width:24px;transition:background .15s}.stepper__divider--done{background:var(--stepper-active-color)}.stepper__label{text-align:center;color:var(--stepper-pending-text);max-width:90px;font-size:12px;line-height:1.3}.stepper__label--active,.stepper__label--completed{font-weight:700}@media (max-width:600px){.stepper{--stepper-circle-size:32px}.stepper__label{font-size:11px}}@media (max-width:480px){.stepper{--stepper-circle-size:28px}.stepper__label{font-size:10px}.stepper__divider{min-width:16px}}
.submenu-trigger{z-index:1000;position:relative}
.youtube-video-modal.modal{background:#000000e0;align-items:center;padding:24px}.youtube-video-modal.modal .modal__contents{background:#000;border-radius:18px;width:min(960px,100vw - 48px);max-width:none;max-height:none;position:relative;top:auto;box-shadow:0 24px 80px #00000073}.youtube-video-modal__content{background:#000;position:relative}.youtube-video-modal__frame-wrap{aspect-ratio:16/9;background:#000;border-radius:18px;width:100%;overflow:hidden}.youtube-video-modal__frame{background:#000;border:0;width:100%;height:100%;display:block}.youtube-video-modal__close{z-index:1;width:40px;height:40px;color:var(--color-white);cursor:pointer;background:#0f0f0fb8;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .12s,transform .12s;display:inline-flex;position:absolute;top:16px;right:16px}.youtube-video-modal__close svg{color:inherit}.youtube-video-modal__close:hover{background:#1a1a1ae6;transform:scale(1.03)}.youtube-video-modal__close:focus-visible{outline-offset:3px;outline:2px solid #ffffffe6}@media (max-width:600px){.youtube-video-modal.modal{padding:12px}.youtube-video-modal.modal .modal__contents{border-radius:18px;width:calc(100vw - 24px);max-width:none}.youtube-video-modal__frame-wrap{border-radius:18px}.youtube-video-modal__close{width:36px;height:36px;top:12px;right:12px}}
.sun-editor{box-sizing:border-box;color:#000;-webkit-user-select:none;user-select:none;-o-user-select:none;-khtml-user-select:none;background-color:#fff;border:1px solid #dadada;width:auto;height:auto;font-family:Helvetica Neue}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{margin:0;padding:0;display:block}.sun-editor button .txt{white-space:nowrap;text-overflow:ellipsis;margin-top:0;display:block;overflow:hidden}.sun-editor button *{pointer-events:none;backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;text-align:center;float:none;width:16px;height:16px;margin:auto;display:block}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{vertical-align:middle;width:16px;height:16px;margin:-1px 10px 0 0;display:inline-block}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-size:15px;font-style:normal;line-height:2;display:inline-block}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid #0000;width:0;height:0;display:block;position:absolute}.sun-editor .se-arrow.se-arrow-up{border-top-width:0;border-bottom-color:#dadada;margin-left:-11px;top:-11px;left:20px}.sun-editor .se-arrow.se-arrow-up:after{content:" ";border-top-width:0;border-bottom-color:#fff;margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-top-color:#dadada;border-bottom-width:0;margin-left:-11px;top:0;left:0}.sun-editor .se-arrow.se-arrow-down:after{content:" ";border-top-color:#fff;border-bottom-width:0;margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{width:auto;height:auto;position:relative}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;border:0;border-radius:4px;width:34px;height:34px;padding:0;font-size:12px;line-height:27px;margin:1px!important}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #c7deff}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{opacity:.7;width:100%;height:100%;filter:alpha(opacity=70);z-index:2147483647;background-color:#fff;display:none;position:absolute;top:0;left:0}.sun-editor .se-loading-box .se-loading-effect{border-top:2px solid #07d;border-right:2px solid #0000;border-radius:50%;width:25px;height:25px;margin:-25px 0 0 -25px;animation:.8s linear infinite spinner;display:block;position:absolute;top:50%;left:50%}.sun-editor .se-line-breaker{cursor:text;z-index:7;border-top:1px solid #3288ff;width:100%;height:1px;display:none;position:absolute}.sun-editor .se-line-breaker>button.se-btn{float:none;opacity:.6;cursor:pointer;background-color:#fff;border:1px solid #0c2240;width:30px;height:30px;display:inline-block;position:relative;top:-15px;left:-50%}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{opacity:.6;cursor:pointer;z-index:7;background-color:#fff;border:1px solid #0c2240;border-radius:4px;width:24px;height:24px;display:none;position:absolute}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{z-index:5;background-color:#fafafa;outline:1px solid #dadada;width:100%;height:auto;margin:0;padding:0;display:block;position:relative;overflow:visible}.sun-editor .se-toolbar-shadow{z-index:0!important;background-color:#0000!important;border:none!important;outline:none!important;height:0!important;margin:0!important;padding:0!important;display:block!important}.sun-editor .se-toolbar-cover{opacity:.5;width:100%;height:100%;filter:alpha(opacity=50);cursor:not-allowed;z-index:4;background-color:#fefefe;font-size:36px;display:none;position:absolute;top:0;left:0}.sun-editor .se-toolbar-separator-vertical{vertical-align:top;width:0;height:0;margin:0;display:inline-block}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{z-index:-1;display:none;position:static}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:#0000;width:100%;height:0;margin:0;padding:0;display:block}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{width:100%;height:auto;padding:4px 3px 0;display:inline-block}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;padding:4px 6px;display:flex}.sun-editor .se-btn-select .txt{text-align:left;flex:auto}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{width:100%;height:auto;margin:0;padding:4px 3px 0;position:relative}.sun-editor .se-menu-tray{width:100%;height:0;position:absolute;top:0;left:0}.sun-editor .se-submenu{overflow:hidden auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{z-index:5;background-color:#fff;border:1px solid #bababa;border-radius:4px;outline:0;height:auto;padding:6px 0;display:none;position:absolute;top:0;left:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-list-layer .se-list-inner{overflow-x:initial;overflow-y:initial;margin:0;padding:0;overflow:visible}.sun-editor .se-list-layer button{width:100%;margin:0}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{width:max-content;min-width:100%}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;text-indent:0;text-align:left;width:100%;height:auto;min-height:32px;padding:0 14px;font-size:12px;line-height:normal;text-decoration:none}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{width:100%;padding:0}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{padding:4px 2px;font-size:13px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{color:#999;background-color:#0000;border-style:solid;border-color:#b1b1b1;border-left-width:5px;height:22px;margin:0;padding:0 0 0 7px;font-size:13px;line-height:1.5}.sun-editor .se-list-layer.se-list-format ul pre{color:#666;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;margin:0;padding:4px 11px;font-size:13px}.sun-editor .se-selector-table{z-index:5;float:left;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;margin:2px 0 0;padding:5px 0;font-size:14px;list-style:none;display:none;position:absolute;top:34px;left:1px;box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{padding:0 5px;font-size:18px}.sun-editor .se-selector-table .se-table-size-picker{z-index:3;cursor:pointer;width:10em;height:10em;font-size:18px;position:absolute!important}.sun-editor .se-selector-table .se-table-size-highlighted{z-index:2;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==);width:1em;height:1em;font-size:18px;position:absolute!important}.sun-editor .se-selector-table .se-table-size-unhighlighted{z-index:1;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);width:10em;height:10em;font-size:18px;position:relative!important}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{width:max-content;max-width:270px;height:auto;margin:auto;padding:0;display:flex}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{float:left;margin:0;display:flex;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;text-indent:-9999px;width:30px;height:30px;display:block}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{width:100%;height:auto;min-height:40px;padding:4px;display:flex}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;flex:auto;width:auto;height:33px;margin:1px 0;padding:0;font-size:12px;display:inline-block}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{max-width:100%;margin-bottom:5px;font-weight:700;display:inline-block}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;width:auto;height:33px}.sun-editor .se-submenu .se-form-group .se-color-input{text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{z-index:1;width:100%;height:auto;overflow:hidden;position:relative!important}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;-webkit-user-select:auto;user-select:auto;-o-user-select:auto;-khtml-user-select:auto;width:100%;height:100%;min-height:65px;overflow:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{color:#fff;word-break:break-all;background-color:#191919;margin:0;padding:4px;font-size:13px;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;pointer-events:none;backface-visibility:hidden;margin-top:0;margin-left:0;margin-right:0;padding-top:16px;padding-left:16px;padding-right:16px;font-size:13px;line-height:1.5;display:none;position:absolute;top:0;left:0;right:0;overflow:hidden}.sun-editor .se-resizing-bar{cursor:ns-resize;background-color:#fafafa;border-top:1px solid #dadada;width:auto;height:auto;min-height:16px;padding:0 4px;display:flex}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-resizing-bar .se-navigation{color:#666;background:0 0;flex:auto;width:auto;height:auto;margin:0;padding:0;font-size:10px;line-height:1.5;position:relative}.sun-editor .se-resizing-bar .se-char-counter-wrapper{color:#999;background:0 0;flex:none;width:auto;height:auto;margin:0;padding:0;font-size:13px;display:block;position:relative}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:.2s linear infinite blinker}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;margin:0;font-size:14px;line-height:1.5}.sun-editor .se-dialog .se-dialog-back{opacity:.5;background-color:#222}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;width:auto;max-width:500px;margin:1.75rem auto;position:relative;box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{max-width:100%;margin-bottom:5px;font-weight:700;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857;display:inline-block;margin:0 0 10px!important}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;text-shadow:0 1px #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;margin:0;padding:0;font-size:14px;font-weight:700;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{text-align:center;width:25px;margin:0 8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{text-align:right;border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{opacity:.8;border:1px solid #ccc;flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{text-align:center;width:auto;height:34px;font-size:14px;line-height:1.42857;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{text-align:center;width:70px;height:34px;font-size:14px;line-height:1.42857;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{width:100%;height:34px;padding:0 4px;font-size:14px;line-height:1.42857;display:block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;width:100%;height:25px}.sun-editor .se-dialog-tabs button{float:left;background-color:#e5e5e5;border-right:1px solid #e5e5e5;outline:none;padding:2px 13px;transition:all .3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;direction:ltr;border:1px solid #ccc;height:14em;padding:4px;font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;width:auto;height:30px}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{color:#666;text-overflow:ellipsis;word-break:break-all;white-space:pre;background-color:#0000;height:auto;max-height:18px;font-family:inherit;font-size:13px;font-weight:400;display:block;overflow:hidden}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;margin-top:4px;display:flex}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;color:#4592ff;line-height:1.5;display:none}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{padding-top:6px;line-height:1.5;display:flex}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{z-index:6;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;line-break:auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #00000040;border-radius:4px;text-decoration:none;display:none;position:absolute;overflow:visible;box-shadow:0 5px 10px #0003}.sun-editor .se-controller .se-btn-group{vertical-align:middle;padding:2px;display:flex;position:relative;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{width:max-content;min-width:auto;display:none;left:50%}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{min-width:72px;margin:0}.sun-editor .se-controller .se-btn-group button{text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border:none;border-radius:4px;height:auto;min-height:34px;margin:1px;padding:5px 10px;font-size:12px;font-weight:400;line-height:1.5;display:inline-block;position:relative}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{margin:0;padding:0;display:block}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857;margin-top:-50px!important}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:#0000;outline:1px solid #3f9dff;display:none;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{opacity:.3;background-color:#3f9dff;display:inline-block;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;width:7px;height:7px;position:absolute}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;top:-5px;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;top:-5px;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{cursor:sw-resize;bottom:-5px;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{cursor:se-resize;bottom:-5px;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{cursor:w-resize;bottom:50%;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;top:-7px;left:50%}.sun-editor .se-resizing-container .se-resize-dot>span.rw{cursor:e-resize;bottom:50%;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{cursor:s-resize;bottom:-7px;right:50%}.sun-editor .se-resizing-container .se-resize-display{color:#fff;background-color:#333;border-radius:4px;margin:5px;padding:5px;font-size:12px;position:absolute;bottom:0;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:200px;margin-left:5px;display:inline-block;overflow:hidden}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;outline:0;width:auto;max-width:100%;margin:0;padding:0;display:none;position:absolute;top:0;left:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-select-list .se-select-item{cursor:pointer;min-height:28px;margin:2px 0;padding:0 5px;font-size:13px;line-height:28px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{z-index:2147483647;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;margin:0;font-size:14px;line-height:1.5}.sun-editor .se-file-browser .se-file-browser-back{opacity:.5;background-color:#222}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #0003;border-radius:4px;outline:0;width:960px;max-width:100%;margin:20px auto;position:relative;box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;text-shadow:0 1px #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1;font-weight:700}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{margin:0;padding:0;font-size:16px;font-weight:700;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{text-align:left;width:100%;margin:0 -15px;padding:0;display:block}.sun-editor .se-file-browser .se-file-browser-tags a{color:#333;background-color:#f5f5f5;-moz-background-clip:padding;cursor:pointer;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:32px;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none;display:inline-block}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{color:#4592ff;background-color:#ebf3fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;padding:20px;position:relative;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{width:100%;position:relative}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{float:left;height:auto;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{cursor:pointer;border-radius:4px;outline:0;width:100%;height:auto;margin:10px 0;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;outline:0;width:100%;height:auto;display:block;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{z-index:1;color:#fff;pointer-events:none;background-color:#0000;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:100%;height:30px;padding:5px 10px;font-size:13px;position:absolute;bottom:0;left:0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{opacity:.6;pointer-events:none;background-color:#333}.sun-editor .se-notice{z-index:7;word-break:break-all;color:#b94a48;-webkit-user-select:auto;user-select:auto;-o-user-select:auto;-khtml-user-select:auto;background-color:#f2dede;border:1px solid #eed3d7;width:100%;height:auto;margin:0;padding:15px;font-size:13px;display:none;position:absolute;top:0}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;opacity:0;z-index:1;float:none;pointer-events:none;backface-visibility:hidden;background:0 0;width:auto;height:auto;margin:0;padding:0;line-height:1.5;transition:opacity .5s;display:block;position:absolute;top:120%;bottom:auto;left:50%}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{color:#fff;text-align:center;width:auto;height:auto;font-size:.9em;line-height:unset;white-space:nowrap;cursor:auto;background-color:#333;border-radius:2px;margin:0;padding:4px 6px;display:inline-block;position:relative;left:-50%}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";border:5px solid #0000;border-bottom-color:#333;margin-left:-5px;position:absolute;bottom:100%;left:50%}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{font-weight:700;display:inline}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{text-align:right;direction:rtl;flex:auto}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:right;margin-left:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #eed3d7}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{color:#333;word-break:normal;word-wrap:break-word;background-color:#fff;margin:0;padding:16px;font-family:Helvetica Neue;font-size:13px;line-height:1.5}.sun-editor-editable *{box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{vertical-align:baseline;margin:0;padding:0;display:inline}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~=color\:] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{color:#666;word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;margin:0 0 10px;padding:8px;font-family:monospace;line-height:1.45;display:block;overflow:visible;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{margin-block:1em;margin-inline:0;padding-inline-start:40px;list-style-position:outside;display:block}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{text-align:-webkit-match-parent;margin-bottom:5px;display:list-item}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{margin:0 0 10px;display:block}.sun-editor-editable div{margin:0;padding:0;display:block}.sun-editor-editable blockquote{font-family:inherit;font-size:inherit;color:#999;border:0 solid #b1b1b1;border-left-width:5px;margin-block:1em;margin-inline:0;padding:0 5px 0 20px;display:block}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{margin-block:.67em;font-size:2em}.sun-editor-editable h1,.sun-editor-editable h2{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h2{margin-block:.83em;font-size:1.5em}.sun-editor-editable h3{margin-block:1em;font-size:1.17em}.sun-editor-editable h3,.sun-editor-editable h4{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h4{margin-block:1.33em;font-size:1em}.sun-editor-editable h5{margin-block:1.67em;font-size:.83em}.sun-editor-editable h5,.sun-editor-editable h6{margin-inline:0;font-weight:700;display:block}.sun-editor-editable h6{margin-block:2.33em;font-size:.67em}.sun-editor-editable hr{border-width:1px 0 0;border-color:#000;border-image:initial;height:1px;display:flex}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{border-spacing:0;border-collapse:collapse;background-color:#0000;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;display:table;table-layout:auto!important}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{-webkit-user-select:none;user-select:none;-o-user-select:none;-khtml-user-select:none}.sun-editor-editable .se-component{margin:0 0 10px;padding:1px;display:flex}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 0 0 .2rem #3f9dff}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{width:auto;max-width:100%;height:auto;margin:0;padding:0;display:block}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{content:"";z-index:1;cursor:default;background:0 0;display:block;position:absolute;inset:0}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{z-index:2;display:block}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;max-width:100%;height:auto}.sun-editor-editable figure{outline:none;margin:0;padding:0;display:block}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;outline:none;margin:0;padding:1em .5em}.sun-editor-editable figure figcaption p{margin:0;line-height:2}.sun-editor-editable .se-image-container a img{outline:1px solid #4592ff;margin:1px;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;outline:1px solid #9e9e9e;width:100%;height:100%;position:absolute;top:0;left:0}.sun-editor-editable .se-video-container figure{width:100%;max-width:100%;left:0}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{color:#fff;text-transform:uppercase;background:#000;border:2px solid #fff;border-radius:6px;padding:6px 4px;font-style:italic;font-weight:200;animation:1.5s infinite alternate neonFlicker}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em;font-family:monospace}
.rich-text-field{width:100%}.rich-text-field--has-footer .sun-editor{border-bottom:0!important;border-radius:10px 10px 0 0!important}.rich-text-field--has-footer__locked-footer{background:#fafafa;border:1px solid #ddd;border-top:0;border-radius:0 0 10px 10px}.rich-text-field .sun-editor{border-radius:10px}.rich-text-field .se-toolbar{z-index:1;background-color:#fff;border-radius:10px 10px 0 0;height:40px}.rich-text-field .se-wrapper{z-index:0}.rich-text-field .se-btn-tray{padding:4px 10px 0}.rich-text-field .se-btn svg{width:14px;height:14px}.rich-text-field .se-list-layer{z-index:1;max-height:100px!important}.rich-text-field .se-input-select{display:none!important}.rich-text-field__input-editor{border-radius:0 0 10px 10px;margin:0;padding:12px 15px;font-family:Helvetica,Arial,sans-serif;line-height:1.42}@media (max-width:900px){.rich-text-field__input-editor{transform-origin:0;transform:scale(.875);font-size:16px!important}}.rich-text-field__label{margin-top:var(--spacing-xx-small);margin-bottom:var(--spacing-xx-small);display:block}.rich-text-field__IconText{gap:10px;display:flex}.rich-text-field__child{gap:5px;margin-bottom:5px;font-size:12px;display:flex}.rich-text-field__resetButton{z-index:1;max-width:130px;max-height:41px;position:absolute;top:0;right:0;border-radius:0 10px 0 0!important}@media (max-width:530px){.rich-text-field__resetButton{display:none!important}}.rich-text-field__locked-footer{-webkit-user-select:text;user-select:text;pointer-events:auto;cursor:default;background-color:#1e1e1e26;border:1px solid #dadada;border-radius:0 0 10px 10px;padding:8px 10px 15px 15px;font-family:Helvetica,Arial,sans-serif;font-size:13px;border-top:none!important}
.string-field{box-sizing:border-box;cursor:text;align-items:center;position:relative}.string-field__input{box-sizing:border-box;width:100%;font-family:var(--font-dm-sans);color:var(--color-text);background:0 0;border:none;outline:none}.string-field__input::placeholder{font-family:var(--font-dm-sans);font-size:var(--input-placeholder-font-size);font-style:var(--input-placeholder-font-style,normal);font-weight:var(--input-placeholder-font-weight,normal);color:var(--input-placeholder-color)}@media (min-width:900px){.string-field__input{font-size:var(--input-value-font-size)}}.string-field--multiline .string-field__input{line-height:1.5em}.string-field__action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (max-width:600px){.string-field__action-buttons{justify-content:flex-start;margin-top:2px}}.string-field--placeholder-white{--input-placeholder-color:var(--color-white)}.string-field--placeholder-almost-white{--input-placeholder-color:var(--color-almost-white)}.string-field--placeholder-lighter-gray{--input-placeholder-color:var(--color-lighter-gray)}.string-field--placeholder-light-gray{--input-placeholder-color:var(--color-light-gray)}.string-field--placeholder-gray{--input-placeholder-color:var(--color-gray)}.string-field--placeholder-dark-gray{--input-placeholder-color:var(--color-dark-gray)}.string-field--placeholder-darker-gray{--input-placeholder-color:var(--color-darker-gray)}.string-field--placeholder-almost-black{--input-placeholder-color:var(--color-almost-black)}.string-field--placeholder-black{--input-placeholder-color:var(--color-black)}.string-field--placeholder-chili-red{--input-placeholder-color:var(--color-chili-red)}.string-field--placeholder-red{--input-placeholder-color:var(--color-red)}
@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:100deg}@keyframes rotation{0%{--gradient-angle:100deg}to{--gradient-angle:460deg}}.ai-generate-button{--ring:3px;isolation:isolate;font-family:var(--font-dm-sans);color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;height:40px;padding:0 18px;transition:transform .12s,box-shadow .12s,opacity .12s;display:inline-flex;position:relative;box-shadow:0 10px 22px #0000001f}.ai-generate-button:before{content:"";padding:var(--ring);background:linear-gradient(var(--gradient-angle), #cf4500, #dce4f1, #222f3f);-webkit-mask-composite:xor;pointer-events:none;z-index:0;border-radius:10px;animation:none;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ai-generate-button:hover:before,.ai-generate-button:focus-visible:before{animation:4.5s linear infinite rotation}.ai-generate-button:after{content:"";pointer-events:none;z-index:0;background:#fff;border-radius:7px;position:absolute;inset:3px}.ai-generate-button>*,.ai-generate-button__text{z-index:1;position:relative}
@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:100deg}@keyframes rotation{0%{--gradient-angle:100deg}to{--gradient-angle:460deg}}.ai-rich-text-field{--ring:3px;--ring-thinking:7px;--ai-padding-closed:50px;--ai-padding-closed-mobile:65px;--ai-padding-open:100px;--ai-padding-open-mobile:160px;width:100%}.ai-rich-text-field__frame{border-radius:14px;position:relative}.ai-rich-text-field--loading .ai-rich-text-field__frame{padding:var(--ring);background:0 0;border:0}.ai-rich-text-field--loading .ai-rich-text-field__frame:before{content:"";padding:var(--ring);background:linear-gradient(var(--gradient-angle), #cf4500, #dce4f1, #222f3f);-webkit-mask-composite:xor;pointer-events:none;z-index:0;border-radius:14px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ai-rich-text-field--thinking .ai-rich-text-field__frame:before{animation:2.5s linear infinite rotation}.ai-rich-text-field--loading .ai-rich-text-field__frame:after{content:"";inset:var(--ring);pointer-events:none;z-index:0;background:#fff;border-radius:11px;position:absolute}.ai-rich-text-field--loading .ai-rich-text-field__frame>*{z-index:1;position:relative}.ai-rich-text-field--has-footer .sun-editor{border-bottom:0!important;border-radius:10px 10px 0 0!important}.ai-rich-text-field--has-footer__locked-footer{background:#fafafa;border:1px solid #ddd;border-top:0;border-radius:0 0 10px 10px}.ai-rich-text-field .sun-editor{border-radius:10px}.ai-rich-text-field .se-toolbar{z-index:1;background-color:#fff;border-radius:10px 10px 0 0;height:40px}.ai-rich-text-field .se-wrapper{z-index:0;padding-bottom:var(--ai-padding-closed)}@media (max-width:600px){.ai-rich-text-field .se-wrapper{padding-bottom:var(--ai-padding-closed-mobile)}}.ai-rich-text-field--loading .se-wrapper{padding-bottom:var(--ai-padding-open)}@media (max-width:600px){.ai-rich-text-field--loading .se-wrapper{padding-bottom:var(--ai-padding-open-mobile)}}.ai-rich-text-field .se-btn-tray{padding:4px 10px 0}@media (max-width:500px){.ai-rich-text-field .se-btn-tray{padding:4px 5px 0}.ai-rich-text-field .se-tooltip{margin:0!important}}.ai-rich-text-field .se-btn-select.se-btn-tool-size{width:78px}@media (max-width:900px){.ai-rich-text-field .se-btn-select.se-btn-tool-size{width:60px}}.ai-rich-text-field .se-btn svg{width:14px;height:14px}.ai-rich-text-field .se-list-layer{z-index:1;max-height:100px!important}.ai-rich-text-field .se-input-select{display:none!important}.ai-rich-text-field__input-editor{border-radius:0 0 10px 10px;margin:0;padding:12px 15px;font-family:Helvetica,Arial,sans-serif;line-height:1.42}@media (max-width:900px){.ai-rich-text-field__input-editor{transform-origin:0;transform:scale(.875);font-size:16px!important}}.ai-rich-text-field__label{margin-top:var(--spacing-xx-small);margin-bottom:var(--spacing-xx-small);display:block}.ai-rich-text-field__IconText{gap:10px;display:flex}.ai-rich-text-field__child{gap:5px;margin-bottom:5px;font-size:12px;display:flex}.ai-rich-text-field__resetButton{z-index:1;max-width:130px;max-height:41px;position:absolute;top:0;right:0;border-radius:0 10px 0 0!important}@media (max-width:530px){.ai-rich-text-field__resetButton{display:none!important}}.ai-rich-text-field__locked-footer{-webkit-user-select:text;user-select:text;pointer-events:auto;cursor:default;background-color:#1e1e1e26;border:1px solid #dadada;border-radius:0 0 10px 10px;padding:8px 10px 15px 15px;font-family:Helvetica,Arial,sans-serif;font-size:13px;border-top:none!important}.ai-rich-text-field__ai-actions{pointer-events:none;width:100%;height:100%;position:absolute;bottom:0}.ai-rich-text-field__ai-actions-stack{flex-direction:column;align-items:flex-end;gap:5px;display:flex;position:absolute;bottom:12px;left:0;right:0}.ai-rich-text-field__ai-use{z-index:1;pointer-events:auto;margin-right:5px}.ai-rich-text-field__ai-cancel{z-index:1;pointer-events:auto;position:absolute;top:6px;right:5px}.ai-rich-text-field__prompt-input{pointer-events:auto;justify-self:center;width:100%;padding:0 5px}
.switch-field__switch{grid-area:right}
.image-field{box-sizing:border-box;cursor:pointer;position:relative}.image-field__image-container{align-content:center;width:100%;height:100%;display:inline-block;position:relative}.image-field__wrapper{box-sizing:border-box;border:1px solid var(--field-border-color);background:var(--field-background-color,#fff);border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:100%;transition:border-color .2s;display:flex;overflow:hidden}.image-field__wrapper:hover{border-color:var(--field-border-hover-color,#ccc)}.image-field__wrapper.disabled{cursor:not-allowed;opacity:.6}.image-field__wrapper--height-hug{height:min-content}.image-field__wrapper--height-small{height:40px}.image-field__wrapper--height-medium{height:80px}.image-field__wrapper--height-large{height:120px}.image-field__wrapper--height-stretch{height:100%}.image-field__placeholder{font-family:var(--font-dm-sans);font-size:var(--input-placeholder-font-size,14px);color:var(--input-placeholder-color,#aaa);text-align:center;padding:0 8px}.image-field__image{object-fit:cover;width:100%;height:100%;display:block}.image-field__clear-button{cursor:pointer;background:#ddd;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;display:flex;position:absolute;top:5px;right:5px}
.file-field__placeholder{font-size:var(--input-placeholder-font-size,14px);color:var(--input-placeholder-color,#aaa);text-align:center;padding:0 8px}.file-field__cont{display:flex}.file-field__file-name{font-family:var(--font-family-default,sans-serif);color:var(--color-black,#000);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:14px;display:inline-flex;overflow:hidden}.file-field__clear-button{cursor:pointer;width:24px;height:24px;color:var(--color-black);background:#ddd;border:none;border-radius:50%;justify-content:center;align-items:center;margin:0 6px;font-size:16px;line-height:1;display:flex}
﻿.checkbox-field__wrapper{align-items:center;display:flex}.checkbox-field__checkbox{appearance:none;width:var(--checkbox-size,20px);height:var(--checkbox-size,20px);min-width:var(--checkbox-size,20px);cursor:pointer;background-color:var(--color-white);border:2px solid #ddd;border-radius:4px;transition:background-color .3s,border-color .3s;position:relative}.checkbox-field__checkbox:checked{background-color:var(--main-color,var(--color-dark-green));border-color:var(--main-color,var(--color-dark-green))}.checkbox-field__checkbox:checked:after{content:"✔";color:var(--font-color,var(--color-white));font-size:var(--font-size-small,14px);animation:.3s ease-in-out forwards checkmark-appearance;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-field__checkbox:disabled{cursor:not-allowed;opacity:.6}@keyframes checkmark-appearance{0%{opacity:0;transform:scale(0)translate(-50%,-50%)}50%{opacity:1;transform:scale(1.2)translate(-50%,-50%)}to{opacity:1;transform:scale(1)translate(-50%,-50%)}}
.settings-input{padding:var(--spacing-medium) var(--spacing-x-small);text-align:end;border:1px solid var(--color-light-gray);font-size:var(--font-size-default);width:var(--block-width-medium);border-radius:10px}.settings-input__label{font-size:var(--font-size-default);font-weight:var(--font-weight-bold);align-self:center;margin-bottom:4px;display:block}.settings-input__container{width:100%;padding:var(--spacing-small) 0;justify-content:space-between;display:flex;position:relative}.settings-input:focus{outline:none}.settings-input:disabled{color:var(--color-black);font-size:var(--font-size-default);background:0 0;border:none;font-weight:400}
.color-field{box-sizing:border-box;cursor:text;position:relative}.color-field__wrapper{box-sizing:border-box;justify-content:space-between;align-items:center;display:flex}.color-field__text-input{box-sizing:border-box;max-width:80px;font-family:var(--font-family-default);font-size:var(--input-value-font-size);color:var(--color-text);background:0 0;border:none;outline:none}.color-field__text-input::placeholder{font-family:var(--font-family-default);font-style:italic;font-size:var(--input-placeholder-font-size);color:var(--input-placeholder-color)}.color-field__color-input{cursor:pointer;background:0 0;border:1px solid #000;border-radius:3px;width:20px;height:20px;margin-top:3px;margin-bottom:3px;padding:0}.color-field__color-input::-webkit-color-swatch{border:none;border-radius:2px}.color-field__color-input::-webkit-color-swatch-wrapper{padding:0}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.phone-field{box-sizing:border-box;cursor:text;align-items:center;position:relative}.phone-field__input{box-sizing:border-box;width:100%;font-family:var(--font-dm-sans);color:var(--color-text);appearance:none;background:0 0;border:none;outline:none}.phone-field__input::placeholder{font-family:var(--font-dm-sans);font-size:var(--input-placeholder-font-size);color:var(--input-placeholder-color)}@media (min-width:900px){.phone-field__input{font-size:var(--input-value-font-size)}}
.unit-toggle{cursor:pointer;color:var(--color-darker-gray);background:0 0;border:none;align-items:center;gap:1px;padding:0;display:inline-flex}.unit-toggle--disabled{cursor:default;opacity:.5}.unit-toggle__suffix{font-size:var(--font-size-x-small)}.unit-toggle__chevron{color:var(--color-darker-gray)}
.unit-value-field__add{color:var(--color-darker-gray);opacity:.75;display:none}.unit-value-field__clear{color:var(--color-darker-gray);cursor:pointer;opacity:0;background:0 0;border:none;align-items:center;padding:0;transition:opacity .12s;display:inline-flex;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.unit-value-field__clear:hover{color:var(--color-black)}.advanced-currency-field:hover .unit-value-field__clear,.advanced-currency-field:focus-within .unit-value-field__clear{opacity:1}.advanced-currency-field:not(:focus-within):has(.unit-value-field__add):has(input:placeholder-shown) .unit-value-field__add{display:inline}:is(.advanced-currency-field:not(:focus-within):has(.unit-value-field__add):has(input:placeholder-shown) .unit-toggle,.advanced-currency-field:not(:focus-within):has(.unit-value-field__add):has(input:placeholder-shown) .unit-value-field__unit){display:none}.advanced-currency-field:not(:focus-within):has(.unit-value-field__add):has(input:placeholder-shown) input::placeholder{color:#0000}
.statistics-card{min-width:0;height:100%;font-size:var(--font-size-x-small)}.statistics-card__container{min-width:0}.statistics-card__body{height:100%}.statistics-card__items{flex:auto}.statistics-card__secondary{margin-top:auto}.statistics-card__icon{opacity:.85}.statistics-card__title{white-space:nowrap;font-weight:600}.statistics-card__header-details{font-size:var(--font-size-xx-small);color:var(--color-darker-gray);white-space:nowrap}.statistics-card__header-details--interactive{cursor:help;text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.statistics-card__row{min-height:20px}.statistics-card__label{font-size:var(--font-size-xx-small);color:var(--color-darker-gray);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.statistics-card__value{column-gap:var(--spacing-xx-small)}.statistics-card__value--editable{border-radius:var(--border-radius-medium);cursor:pointer;column-gap:6px;min-width:0;margin-right:-4px;padding:2px 4px;transition:background-color .12s}.statistics-card__value--editable .statistics-card__edit-icon{color:var(--color-darker-gray);opacity:.75;flex:none;order:-1;transition:opacity .12s}.statistics-card__value--editable:hover{background-color:rgba(var(--color-black-rgb), .06)}.statistics-card__value--editable:hover .statistics-card__edit-icon{opacity:1}.statistics-card__value--overridden .statistics-card__value-text{color:var(--color-bright-copper)}.statistics-card__value-text{white-space:nowrap}.statistics-card__detail{font-size:var(--font-size-xxx-small);color:var(--color-darker-gray)}.statistics-card__detail-label{font-weight:600}.statistics-card__detail-value--struck{text-decoration:line-through}.statistics-card__reset{cursor:pointer;color:var(--color-darker-gray);opacity:.6;background:0 0;border:none;align-items:center;padding:0;transition:opacity .12s;display:inline-flex}.statistics-card__reset:hover{opacity:1}.statistics-card__input{border:1px solid var(--color-bright-copper);border-radius:var(--border-radius-medium);min-width:0;max-width:min(220px,100%);box-shadow:0 0 0 3px rgba(var(--color-bright-copper-rgb), .15);background:var(--color-white);align-items:center;padding:1px 6px 1px 10px;display:inline-flex}.statistics-card__input .statistics-card__input-wrapper{background:0 0;border-radius:0;height:auto;padding:0}.statistics-card__input .statistics-card__input-wrapper input{font-size:var(--font-size-x-small);background:0 0;padding:0}.statistics-card__header-content{min-width:0}.statistics-card__note{font-size:var(--font-size-xxx-small);color:var(--color-darker-gray)}.statistics-card__footer{padding-top:var(--spacing-xx-small);border-top:1px solid rgba(var(--color-black-rgb), .08)}
.statistics-card-tooltip{font-size:var(--font-size-x-small);white-space:nowrap}.statistics-card-tooltip__heading{margin-bottom:var(--spacing-x-small)}.statistics-card-tooltip__rows{gap:var(--spacing-xx-small) var(--spacing-medium);grid-template-columns:auto auto;display:grid}.statistics-card-tooltip__label{opacity:.75}.statistics-card-tooltip__value{text-align:right;font-variant-numeric:tabular-nums}
.statistics-card-segments{background-color:var(--color-almost-white);scrollbar-width:none;border-radius:10px;align-items:center;gap:2px;max-width:100%;padding:2px;display:inline-flex;overflow-x:auto}.statistics-card-segments::-webkit-scrollbar{display:none}.statistics-card-segments--disabled{opacity:.6}.statistics-card-segments__segment{font-size:var(--font-size-x-small);color:var(--color-darker-gray);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;padding:4px 10px;font-weight:600}.statistics-card-segments__segment:disabled{cursor:default}.statistics-card-segments__segment--active{background-color:var(--color-white);color:var(--color-black);box-shadow:0 1px 3px rgba(var(--color-black-rgb), .12)}
.choice-cell{max-width:100%;color:var(--color-darker-gray);font-size:var(--font-size-medium);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.choice-cell .icon{font-size:var(--icon-size-small);flex-shrink:0}.choice-cell__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.choice-cell__chevron{opacity:0;transition:opacity .12s}.choice-cell--compact{flex:none;align-self:stretch;gap:0;padding:0 2px}.choice-cell--iconOnly{border-radius:var(--border-radius-medium);width:100%;color:var(--color-black);border:1px solid #0000;flex:none;justify-content:center;gap:4px;padding:4px 6px;transition:background-color .12s,border-color .12s,box-shadow .12s;position:relative}.choice-cell--iconOnly .choice-cell__typeIcon{stroke-width:1.5px}.choice-cell--iconOnly .choice-cell__typeIcon path{stroke:currentColor}.choice-cell--iconOnly .choice-cell__typeIcon.icon--type-calculator{stroke-width:1px}.choice-cell--iconOnly .choice-cell__typeIcon.icon--type-f-Percent{stroke-width:2px}.choice-cell--iconOnly:hover{background-color:rgba(var(--color-black-rgb), .04)}.choice-cell--iconOnly.choice-cell--open{border-color:var(--color-bright-copper);background-color:var(--color-white);box-shadow:0 0 0 3px rgba(var(--color-bright-copper-rgb), .15)}.choice-cell:hover .choice-cell__chevron,.choice-cell--open .choice-cell__chevron{opacity:1}.choice-cell:disabled{cursor:default;opacity:.5}.choice-cell__menu{min-width:202px;padding:4px}
.editable-description{max-width:100%;color:var(--color-darker-gray);font-size:var(--font-size-x-small);cursor:pointer;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:1px 8px 1px 12px;line-height:1.3;transition:background-color .12s;display:inline-flex}.editable-description__preview{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.editable-description:hover,.editable-description--open{background-color:rgba(var(--color-black-rgb), .04)}.editable-description--empty{opacity:.75;display:none}.editable-description--empty.editable-description--open{display:inline-flex}.editable-description__add{white-space:nowrap;flex:none;align-items:center;gap:3px;display:inline-flex}.editable-description__editIcon{color:var(--color-darker-gray);opacity:0;flex:none;transition:opacity .12s}.editable-description:hover .editable-description__editIcon,.editable-description--open .editable-description__editIcon{opacity:1}.editable-description__popover{z-index:var(--z-index-overlay-backdrop)}.editable-description__popoverInner{border:.5px solid rgba(var(--color-black-rgb), .15);border-radius:var(--border-radius-medium);background:var(--color-white);width:400px;max-width:min(440px,100vw - 24px);box-shadow:0 6px 18px rgba(var(--color-black-rgb), .14);padding:10px 12px}.editable-description__header{justify-content:space-between;align-items:center;min-height:18px;margin-bottom:6px;display:flex}.editable-description__title{color:var(--color-darker-gray);font-size:var(--font-size-x-small)}.editable-description__editButton{width:22px;min-width:22px;height:22px;min-height:22px;color:var(--color-darker-gray);border-radius:5px;padding:2px}.editable-description__full{max-height:220px;color:var(--color-black);font-size:var(--font-size-small);white-space:pre-wrap;line-height:1.5;display:block;overflow-y:auto}.editable-description__input .field-block__inner{border-radius:var(--border-radius-medium);min-height:0}.editable-description__footer{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}
.expandable-line-item-card{border-top:1px solid rgba(var(--color-black-rgb), .06);align-items:center;min-height:49px;padding:4px 8px;position:relative}.expandable-line-item-card__block{width:100%;transition:box-shadow .12s;position:relative}.expandable-line-item-card__block:hover:not(:has(.line-item-card:hover)){z-index:1;box-shadow:0 0 0 1px var(--color-bright-copper);border-radius:5px}.expandable-line-item-card__expand{width:18px;min-width:18px;height:auto;min-height:0;color:var(--color-darker-gray);cursor:pointer;background:0 0;border:none;flex:0 0 18px;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.expandable-line-item-card__expand:hover{color:var(--color-black);background:0 0}.expandable-line-item-card__expandCount{background:rgba(var(--color-black-rgb), .12);min-width:13px;height:13px;color:var(--color-darker-gray);text-align:center;border-radius:7px;padding:0 3px;font-size:9px;line-height:13px;position:absolute;top:-6px;right:-6px}.expandable-line-item-card__selection{flex:0 0 16px;justify-content:center;align-items:center;min-width:0;margin:0 -4px;animation:.18s expandable-line-item-card-selection-in;display:flex;overflow:hidden}.expandable-line-item-card__drag{min-width:0;color:var(--color-darker-gray);cursor:grab;touch-action:none;flex:0 0 20px;justify-content:center;align-items:center;display:flex}.expandable-line-item-card__drag--spacer{cursor:default}.expandable-line-item-card__drag--disabled{cursor:default;opacity:.4}.expandable-line-item-card__actions{flex:none;justify-content:center;align-items:center;margin-right:-6px;display:flex}.expandable-line-item-card__actions button{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important;padding:0!important}.expandable-line-item-card__actions button svg{width:14px!important;height:14px!important}.expandable-line-item-card__media{flex:0 0 32px;justify-content:center;align-items:center;height:32px;display:flex}.expandable-line-item-card__name{min-width:var(--line-item-card-name-min-width,0px);flex:auto}.expandable-line-item-card__name .meta-text{padding-left:15px}.expandable-line-item-card__title{color:var(--color-black);font-size:var(--font-size-x-small);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.expandable-line-item-card .editable-description--empty{opacity:.75;transition:background-color .12s;display:none}.expandable-line-item-card:hover .editable-description--empty,.expandable-line-item-card:focus-within .editable-description--empty,.expandable-line-item-card .editable-description--empty.editable-description--open{display:inline-flex}@media (max-width:600px){.expandable-line-item-card{flex-wrap:wrap}.expandable-line-item-card__name{flex-basis:100%}}@keyframes expandable-line-item-card-selection-in{0%{opacity:0;flex-basis:0}to{opacity:1;flex-basis:16px}}
.icon-cell{width:100%;padding:4px calc(var(--icon-size-small) + 10px) 4px 6px;color:var(--color-darker-gray);opacity:.55;justify-content:center;align-items:center;display:flex}.icon-cell .icon{stroke-width:2px}.icon-cell .icon path{stroke:currentColor}
.inline-field{border-radius:var(--border-radius-medium);cursor:text;border:1px solid #0000;align-self:flex-start;align-items:center;max-width:100%;transition:background-color .12s,border-color .12s,box-shadow .12s;display:inline-flex;position:relative}.inline-field .field-block{flex:0 auto;min-width:0}@supports (field-sizing:content){.inline-field .string-field__input{field-sizing:content;width:auto;min-width:2ch;max-width:100%}}.inline-field:hover{background-color:rgba(var(--color-black-rgb), .04)}.inline-field:focus-within{border-color:var(--color-bright-copper);background-color:var(--color-white);box-shadow:0 0 0 3px rgba(var(--color-bright-copper-rgb), .15)}.inline-field--disabled{cursor:default}.inline-field--disabled:hover{background-color:#0000}.inline-field__pencil{z-index:1;color:var(--color-darker-gray);opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;top:50%;transform:translateY(-50%)}.inline-field__pencil--left{left:4px}.inline-field__pencil--right{right:4px}.inline-field:hover .inline-field__pencil{opacity:1}.inline-field:focus-within .inline-field__pencil{opacity:0}.inline-field .field-block__inner,.inline-field .field-block__inner:hover,.inline-field .field-block__inner:focus-within{min-height:0;box-shadow:none;background:0 0;border:none;padding:0 8px}.inline-field:has(>.inline-field__pencil--right) .field-block__inner{padding-right:24px}.inline-field:has(>.inline-field__pencil--left) .field-block__inner{padding-left:24px}.inline-field--compact .string-field__input{color:var(--color-black);font-size:var(--font-size-x-small);font-weight:400;line-height:1.3}
.line-item-card{border-top:.5px solid rgba(var(--color-black-rgb), .06);width:100%;padding:4px 8px;transition:box-shadow .12s;position:relative}.line-item-card:hover{box-shadow:0 0 0 1px var(--color-bright-copper);z-index:1;border-radius:5px}.line-item-card:before{content:"";background:var(--color-copper);width:1.5px;position:absolute;top:0;bottom:0;left:48px}.line-item-card:after{content:"";background:var(--color-copper);width:11px;height:1.5px;position:absolute;top:50%;left:48px}.line-item-card--unavailable{opacity:.55}.line-item-card--last:before{height:calc(50% - 5px);bottom:auto}.line-item-card--last:after{background:var(--color-copper);width:11px;height:6.5px;top:calc(50% - 5px);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6.5'%3E%3Cpath d='M0.75 0 L0.75 1.75 Q0.75 5.75 4.75 5.75 L11 5.75' fill='none' stroke='%23fff' stroke-width='1.5' /%3E%3C/svg%3E") 0 0/100% 100% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6.5'%3E%3Cpath d='M0.75 0 L0.75 1.75 Q0.75 5.75 4.75 5.75 L11 5.75' fill='none' stroke='%23fff' stroke-width='1.5' /%3E%3C/svg%3E") 0 0/100% 100% no-repeat}.line-item-card__drag{cursor:grab;color:var(--color-darker-gray);touch-action:none;flex:0 0 20px;justify-content:center;align-items:center;display:flex}.line-item-card__drag--spacer{cursor:default}.line-item-card__selection{flex:0 0 16px;justify-content:center;align-items:center;min-width:0;margin:0 -4px;animation:.18s line-item-card-selection-in;display:flex;overflow:hidden}.line-item-card:has(>.line-item-card__selection):before{left:68px}.line-item-card:has(>.line-item-card__selection):after{left:68px}.line-item-card__tree{flex:0 0 18px;min-width:0}.line-item-card__actions{flex:0 0 25px;justify-content:center;align-items:center;width:25px;margin-right:-6px;display:flex}.line-item-card__actions button{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important;padding:0!important}.line-item-card__actions button svg{width:14px!important;height:14px!important}.line-item-card__media{height:32px;color:var(--color-darker-gray);flex:0 0 32px;justify-content:center;align-items:center;display:flex}.line-item-card__media img{object-fit:cover;border-radius:4px;max-width:28px;max-height:28px}.line-item-card__media .image-thumbnail{width:28px;height:28px}.line-item-card__name{flex:auto;min-width:0}.line-item-card__title{color:var(--color-black);font-size:var(--font-size-x-small);text-overflow:ellipsis;white-space:nowrap;padding-left:11px;font-weight:400;line-height:1.3;overflow:hidden}@keyframes line-item-card-selection-in{0%{opacity:0;flex-basis:0}to{opacity:1;flex-basis:16px}}
.line-item-cells__cell{min-width:0}.line-item-cells__cell:not(.line-item-cells__cell--quantity):not(.line-item-cells__cell--choice){text-align:right;align-items:flex-end}.line-item-cells__cell:not(.line-item-cells__cell--quantity):not(.line-item-cells__cell--choice) input{text-align:right;width:100%;min-width:0}.line-item-cells__cell--choice{justify-content:center;align-items:stretch;min-width:0}.line-item-cells__cell--choice>.icon-button{width:100%}.line-item-cells__cell--quantity{align-items:center}.line-item-cells__cell--field input{font-size:var(--font-size-x-small)!important}.line-item-cells__cell--field .advanced-currency-field input{height:28px!important}.line-item-cells__cell--field .advanced-currency-field div:has(>input){height:32px!important}.line-item-cells__cell--select .selection__wrapper,.line-item-cells__cell--select .selection,.line-item-cells__cell--select .react-select-control,.line-item-cells__cell--select .field-block__inner{height:32px!important;min-height:30px!important}.line-item-cells__cell--select .field-block__inner{align-content:center}.line-item-cells__cell--select [class*=singleValue],.line-item-cells__cell--select [class*=placeholder],.line-item-cells__cell--select input{font-size:var(--font-size-x-small)!important}.line-item-cells__value{font-size:var(--font-size-x-small);white-space:nowrap}.line-item-cells__value--strong{font-weight:600}.line-item-cells__value--unit{color:var(--color-darker-gray);padding-right:26px}.line-item-cells__editable{border-radius:var(--border-radius-medium);cursor:text;border:1px solid #0000;align-self:stretch;align-items:center;transition:background-color .12s,border-color .12s,box-shadow .12s;display:flex;position:relative}.line-item-cells__editable>:not(.line-item-cells__editIcon){flex:auto;min-width:0}.line-item-cells__editable div:has(>input){width:100%!important;box-shadow:none!important;background-color:#0000!important;border-color:#0000!important;align-items:baseline!important}.line-item-cells__editable div:has(>input)>:not(input){color:var(--color-darker-gray);font-size:var(--font-size-xxx-small);line-height:1}.line-item-cells__editable div:has(>input)>.icon{color:var(--color-darker-gray);font-size:var(--icon-size-small);align-self:center}.line-item-cells__editable div:has(>input) [aria-label=postfix]{margin-left:3px}.line-item-cells__editable:hover{background-color:rgba(var(--color-black-rgb), .04)}.line-item-cells__editable:focus-within{border-color:var(--color-bright-copper);background-color:var(--color-white);box-shadow:0 0 0 3px rgba(var(--color-bright-copper-rgb), .15)}.line-item-cells__editable--readonly:hover{background-color:#0000}.line-item-cells__editable--select{cursor:pointer;padding:0}.line-item-cells__editable--select>:not(.line-item-cells__editIcon){width:100%!important}.line-item-cells__editable--select input{font-size:var(--font-size-medium)!important}.line-item-cells__editable--select .selection__wrapper,.line-item-cells__editable--select .select-unit-field__custom-wrapper{width:100%!important}.line-item-cells__editable--select .selection__label,.line-item-cells__editable--select .field-block__label{display:none}.line-item-cells__editable--select .field-block__inner{min-height:0;background:0 0!important;border-color:#0000!important;padding:2px 2px 2px 8px!important}.line-item-cells__editable--select:hover .field-block__inner,.line-item-cells__editable--select:focus-within .field-block__inner{background:0 0!important;border-color:#0000!important}.line-item-cells__editable--select [class*=ValueContainer]{justify-content:flex-end}.line-item-cells__editable--select [class*=singleValue]{text-align:right;margin-left:auto}.line-item-cells__editable--select .react-select-dropdown-indicator,.line-item-cells__editable--select button[aria-haspopup=menu],.line-item-cells__editable--select .select-unit-field__chevron-button{opacity:0;transition:opacity .12s}.line-item-cells__editable--select:hover .react-select-dropdown-indicator,.line-item-cells__editable--select:focus-within .react-select-dropdown-indicator,.line-item-cells__editable--select:hover button[aria-haspopup=menu],.line-item-cells__editable--select:focus-within button[aria-haspopup=menu],.line-item-cells__editable--select:hover .select-unit-field__chevron-button,.line-item-cells__editable--select:focus-within .select-unit-field__chevron-button{opacity:1}.line-item-cells__editable--select .select-unit-field__custom-row .field-block__inner{padding-right:24px!important}.line-item-cells__editable--select :has(>button[aria-haspopup=menu]) .field-block__inner{padding-right:24px!important}.line-item-cells__editable--select:has(.select-unit-field__custom-wrapper--open){border-color:var(--color-bright-copper);background-color:var(--color-white);box-shadow:0 0 0 3px rgba(var(--color-bright-copper-rgb), .15)}.line-item-cells__editable--select:has(.select-unit-field__custom-wrapper--open) .select-unit-field__chevron-button{opacity:1}.line-item-cells__editable--select div:has(>input){align-items:center!important;width:auto!important}.line-item-cells__editable--select div:has(>input)>:not(input){color:inherit;font-size:inherit;line-height:normal}.line-item-cells__editIcon{z-index:1;color:var(--color-darker-gray);opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.line-item-cells__editable--select:hover .line-item-cells__editIcon{opacity:1}.line-item-cells__editable:focus-within .line-item-cells__editIcon{opacity:0}@supports (field-sizing:content){.line-item-cells__editable div:has(>input){justify-content:flex-end}.line-item-cells__editable input{field-sizing:content;min-width:2ch;max-width:100%;width:auto!important}}
.line-item-details{--line-item-details-background:#f8efe5;--line-item-details-accent:var(--color-copper);background:var(--line-item-details-background);width:100%;box-shadow:inset 0 8px 10px -6px rgba(var(--color-black-rgb), .3);cursor:default;border-radius:0 0 5px 5px;gap:0}.line-item-details--empty .line-item-details__header:before{display:none}.line-item-details__header{flex-wrap:wrap;width:100%;padding:4px 8px 4px 67px;position:relative}.line-item-details__header:before{content:"";background:var(--line-item-details-accent);width:1.5px;position:absolute;top:0;bottom:0;left:48px}.line-item-details__attachments{align-items:center;gap:10px;width:100%;padding:4px 8px 6px 67px;display:flex;position:relative}.line-item-details__attachments:before{content:"";background:var(--line-item-details-accent);width:1.5px;position:absolute;top:0;bottom:0;left:48px}:is(.line-item-details:has(.line-item-card__selection) .line-item-details__header,.line-item-details:has(.line-item-card__selection) .line-item-details__attachments){padding-left:87px}.line-item-details:has(.line-item-card__selection) .line-item-details__header:before{left:68px}.line-item-details:has(.line-item-card__selection) .line-item-details__attachments:before{left:68px}.line-item-details__attachmentLabel{color:var(--color-blue);font-size:var(--font-size-x-small);align-items:center;gap:4px;font-weight:600;display:inline-flex}.line-item-details__aside{margin-left:var(--spacing-large);flex:none}.line-item-details__asideLabel{color:var(--color-darker-gray);font-size:var(--font-size-xxx-small)}.line-item-details__actions{flex:0 auto}.line-item-details__actions .link-button{color:var(--color-darker-gray);font-size:var(--font-size-x-small);padding:3px 6px;font-weight:400}.line-item-details__actions .link-button:hover{color:var(--color-black)}.line-item-details__actions .link-button__icon{color:var(--color-darker-gray);margin-right:4px;font-size:15px}.line-item-details__actions .link-button:hover .link-button__icon{color:var(--color-black)}
.meta-text{color:var(--color-darker-gray);font-size:var(--font-size-x-small);text-overflow:ellipsis;white-space:nowrap;padding-left:11px;line-height:1.3;display:block;overflow:hidden}
.center-text{text-align:center}
.heading--align-center{text-align:center}.heading--align-right{text-align:right}.heading--underlined{border-bottom:1px solid var(--color-black)}.heading--underlined-almost-white{border-bottom:1px solid var(--color-almost-white)}.heading--underlined-lighter-gray{border-bottom:1px solid var(--color-lighter-gray)}.heading--underlined-light-gray{border-bottom:1px solid var(--color-light-gray)}.heading--underlined-gray{border-bottom:1px solid var(--color-gray)}.heading--underlined-dark-gray{border-bottom:1px solid var(--color-dark-gray)}.heading--underlined-darker-gray{border-bottom:1px solid var(--color-darker-gray)}.heading--underlined-almost-black{border-bottom:1px solid var(--color-almost-black)}
.text-line--text-align-center{text-align:center}.text-line--text-align-left{text-align:left}.text-line--text-align-right{text-align:right}
.content-frame__label{background:var(--color-yellow);padding-left:var(--spacing-x-small);padding-right:var(--spacing-x-small);margin-left:var(--spacing-small);font-size:var(--font-size-x-small);border-radius:6px 6px 0 0}.content-frame__contents{border:2px solid var(--color-yellow);border-radius:var(--border-radius-medium);padding:var(--spacing-xx-small)}.content-frame--theme-gray .content-frame__label{background:var(--color-dark-gray);color:var(--color-white)}.content-frame--theme-gray .content-frame__contents{border-color:var(--color-darker-gray)}.content-frame--theme-blue .content-frame__label{background:var(--color-bright-blue);color:var(--color-black)}.content-frame--theme-blue .content-frame__contents{border-color:var(--color-bright-blue)}
.loading{display:contents}.loading--contextOff{display:block}.loading--loading{min-height:100px;position:relative}.loading:after{content:"";opacity:0;pointer-events:none;z-index:45;background:#ffffffb3;transition:opacity .2s ease-out;position:absolute;inset:0}.loading--loading:after{opacity:1;pointer-events:auto}.loading__spinner{z-index:var(--z-index-overlay);width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.loading--size-small .loading__spinner{width:32px;height:32px}.loading--size-small.loading--loading{min-height:48px}.loading--size-x-small .loading__spinner{width:16px;height:16px}.loading--size-x-small.loading--loading{min-height:24px}
