.translator__custom-save-button{display:flex;align-items:center;gap:10px}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.translator__modal{display:flex;position:relative;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.translator__wrapper{position:relative;z-index:1;background:var(--theme-elevation-50);padding:50px}.translator__content,.translator__wrapper{display:flex;flex-direction:column;gap:var(--base)}.translator__content{align-items:center;max-width:400px}.translator__content h2{margin:0;text-align:center}.translator__buttons{display:flex;justify-content:center;gap:10px;width:100%}.translator__buttons button{margin:0}.translator__close{position:absolute;top:10px;right:10px;transition:.25s;cursor:pointer;width:32px;height:32px}.translator__close:hover{opacity:.6}.translator__close:after,.translator__close:before{position:absolute;left:15px;background-color:var(--theme-elevation-800);width:2px;height:33px;content:" "}.translator__close:before{transform:rotate(45deg)}.translator__close:after{transform:rotate(-45deg)}@layer payload-default{.export-list-menu-item .doc-drawer__toggler{height:100%;width:100%;text-align:left}.export-list-menu-item__header,.export-list-menu-item__subheader{padding:0 var(--gutter-h);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--theme-border-color)}.export-list-menu-item__header h2,.export-list-menu-item__subheader h2{margin:calc(var(--gutter-h)*.5) 0}.export-list-menu-item__options,.export-list-menu-item__preview{padding:calc(var(--gutter-h)*.5) var(--gutter-h)}.export-list-menu-item__preview-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:calc(var(--gutter-h)*.5)}.export-list-menu-item__close{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.export-list-menu-item__icon{width:3rem;height:3rem;cursor:pointer}.export-list-menu-item__icon:hover{opacity:.8}}.page-field{--field-width:33.3333%}.preview__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.sort-by-fields,.sort-order-field{--field-width:25%}@layer payload-default{.drawer__close{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.drawer{display:flex;overflow:hidden;position:fixed;height:100vh}.drawer__blur-bg{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;opacity:0;transition:all .2s linear}.drawer__blur-bg:after,.drawer__blur-bg:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0}.drawer__blur-bg:before{background:var(--theme-bg);opacity:.75}.drawer__blur-bg:after{backdrop-filter:blur(8px)}.drawer__content{opacity:0;transform:translateX(calc(var(--base) * 4));position:relative;z-index:2;overflow:hidden;transition:all .2s linear;background-color:var(--theme-bg)}.drawer__content-children{position:relative;z-index:1;overflow:auto;height:100%}.drawer--is-open .drawer__blur-bg,.drawer--is-open .drawer__content{opacity:1}.drawer--is-open .drawer__close{opacity:.1;transition:opacity .2s linear;transition-delay:.1s}.drawer--is-open .drawer__content{transform:translateX(0)}.drawer__close{position:relative;z-index:2;flex-shrink:0;text-indent:-9999px;cursor:pointer;opacity:0;will-change:opacity;transition:none;transition-delay:0s;flex-grow:1;background:var(--theme-elevation-800)}.drawer__close:active,.drawer__close:focus{outline:0}.drawer__header{display:flex;align-items:center;margin-top:50px;margin-bottom:20px;width:100%}.drawer__header__title{margin:0;flex-grow:1}.drawer__header__close{border:0;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;overflow:hidden;direction:ltr;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.drawer__header__close svg{margin:-24px;width:48px;height:48px;position:relative}.drawer__header__close svg .stroke{stroke-width:1px;vector-effect:non-scaling-stroke}@media(max-width:1024px){.drawer__header{margin-top:30px}}html[data-theme=dark] .drawer__close{background:var(--color-base-1000)}html[data-theme=dark] .drawer--is-open .drawer__close{opacity:.25}.assign-tenant-field-modal{pointer-events:none;display:flex;align-items:center;justify-content:center;height:100%}.assign-tenant-field-modal[open]{pointer-events:auto}.assign-tenant-field-modal[open] .assign-tenant-field-modal__wrapper{display:flex}.assign-tenant-field-modal__bg{z-index:-1}.assign-tenant-field-modal__bg:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--theme-bg);opacity:.8}.assign-tenant-field-modal__wrapper{z-index:1;position:relative;display:none;flex-direction:column;max-width:calc(var(--base)*30);min-width:min(500px,100% - var(--base)*2);border-radius:var(--style-radius-m);border:1px solid var(--theme-elevation-100);background-color:var(--theme-bg);justify-content:center}.assign-tenant-field-modal__header{padding:calc(var(--base)*.75) var(--base);border-bottom:1px solid var(--theme-elevation-100);display:flex;flex-direction:row;justify-content:space-between;gap:calc(var(--base)*2)}.assign-tenant-field-modal__collection-pill{align-self:flex-start;flex-shrink:0}.assign-tenant-field-modal__content{flex-direction:column;padding:var(--base) var(--base) 0 var(--base)}.assign-tenant-field-modal__content,.assign-tenant-field-modal__controls{display:flex;gap:calc(var(--base)*.5)}.assign-tenant-field-modal__actions{display:flex;justify-content:flex-end;gap:calc(var(--base)*.4);padding:var(--base)}}@layer payload-default{}.document-fields__main{--tenant-gutter-h-right:var(--main-gutter-h-right);--tenant-gutter-h-left:var(--main-gutter-h-left)}.document-fields__sidebar-fields{--tenant-gutter-h-right:var(--sidebar-gutter-h-right);--tenant-gutter-h-left:var(--sidebar-gutter-h-left)}.document-fields__main .render-fields .tenantField,.document-fields__sidebar-fields .render-fields .tenantField{width:calc(100% + var(--tenant-gutter-h-right) + var(--tenant-gutter-h-left));margin-left:calc(-1*var(--tenant-gutter-h-left));border-bottom:1px solid var(--theme-elevation-100);padding-top:calc(var(--base)*1);padding-bottom:calc(var(--base)*1.75)}.document-fields__main .render-fields .tenantField__wrapper,.document-fields__sidebar-fields .render-fields .tenantField__wrapper{padding-left:var(--tenant-gutter-h-left);padding-right:var(--tenant-gutter-h-right)}[dir=rtl] .document-fields__main .render-fields .tenantField,[dir=rtl] .document-fields__sidebar-fields .render-fields .tenantField{margin-right:calc(-1*var(--tenant-gutter-h-right));background-image:repeating-linear-gradient(-120deg,var(--theme-elevation-50) 0,var(--theme-elevation-50) 1px,transparent 1px,transparent 5px)}.document-fields__main .render-fields .tenantField:not(:first-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:first-child){border-top:1px solid var(--theme-elevation-100);margin-top:calc(var(--base)*1.25)}.document-fields__main .render-fields .tenantField:not(:last-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:last-child){margin-bottom:var(--spacing-field)}.document-fields__main .render-fields .tenantField:first-child,.document-fields__sidebar-fields .render-fields .tenantField:first-child{margin-top:calc(var(--base)*-1.5);padding-top:calc(var(--base)*1.5)}.document-fields__main .render-fields .tenantField__debug-pill,.document-fields__sidebar-fields .render-fields .tenantField__debug-pill{margin-bottom:calc(var(--base)*.5)}.tenant-selector{width:100%;margin-bottom:2rem}@layer payload-default{.plugin-seo__field .field-label{display:inline!important}.rich-text__button{position:relative;cursor:pointer}.rich-text__button svg{width:15px;height:15px}.rich-text__button--disabled{opacity:.4}.rich-text-blockquote[data-slate-node=element]{margin:12.5px 0;padding-left:12.5px;border-left:1px solid var(--theme-elevation-200)}.icon--indent-left{height:1.5384615385rem;width:1.5384615385rem}.icon--indent-left .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--indent-left .fill{fill:var(--theme-elevation-800)}.icon--indent-right{height:1.5384615385rem;width:1.5384615385rem}.icon--indent-right .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.icon--indent-right .fill{fill:var(--theme-elevation-800)}.icon--link{width:1.5384615385rem;height:1.5384615385rem}.icon--link .stroke{stroke:var(--theme-elevation-800);stroke-width:1px}.rich-text-link-edit-modal__template{position:relative;z-index:1;padding-top:20px;padding-bottom:40px}.rich-text-link-edit-modal__header{width:100%;display:flex;justify-content:space-between;margin-top:50px;margin-bottom:20px}}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:1024px){.rich-text-link-edit-modal__header{margin-top:30px}}.rich-text-link-edit-modal__header-text{margin:0}.rich-text-link-edit-modal__header-close{border:0;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;overflow:hidden;width:20px;height:20px}.rich-text-link-edit-modal__header-close svg{width:40px;height:40px;position:relative;inset-inline-start:-10px;top:-10px}.rich-text-link-edit-modal__header-close svg .stroke{stroke-width:2px;vector-effect:non-scaling-stroke}.rich-text-link__popup{font-size:13px;line-height:20px;font-weight:400}.rich-text-link__popup button{border:0;background:none;box-shadow:none;border-radius:0;padding:0;color:currentColor;font-family:var(--font-body)}.rich-text-link{position:relative}.rich-text-link .popup{position:absolute;top:0;right:0;bottom:0;left:0}.rich-text-link .popup .popup__hide-scrollbar,.rich-text-link .popup .popup__scroll-container{overflow:visible}.rich-text-link .popup .popup__scroll-content{white-space:pre}.rich-text-link .icon--x line{stroke-width:2px}.rich-text-link__popup{font-family:var(--font-body)}.rich-text-link__popup button{font-weight:600;cursor:pointer;margin:0}.rich-text-link__link-label{max-width:160px;overflow:hidden;text-overflow:ellipsis;border-radius:2px}.rich-text-link__link-label:hover{background-color:var(--popup-button-highlight)}.rich-text-link__popup{display:flex;gap:calc(var(--base)*.25)}.rich-text-link__popup button:hover .btn__icon{background-color:var(--popup-button-highlight)}.rich-text-link__popup button:hover .btn__icon .fill{fill:var(--theme-text)}.rich-text-link__popup button:hover .btn__icon .stroke{stroke:var(--theme-text)}.rich-text-link__popup-toggler{position:relative;border:0;background-color:rgba(0,0,0,0);padding:0;color:var(--theme-success-600);text-decoration:none;border-bottom:1px dotted;cursor:text}}@layer payload-default{.rich-text-link__popup-toggler:focus,.rich-text-link__popup-toggler:focus-within{outline:none}.rich-text-link__popup-toggler--open{z-index:var(--z-popup)}.rich-text-ol[data-slate-node=element]{margin:12.5px 0}.icon--relationship{height:1.5384615385rem;width:1.5384615385rem}.icon--relationship .stroke{fill:none;stroke:var(--theme-elevation-800);stroke-width:2px}.relationship-rich-text-button{display:flex;align-items:center;height:100%}.rich-text-relationship{font-size:13px;line-height:20px;font-weight:400;box-shadow:0 2px 2px -1px rgba(0,0,0,.1);padding:15px;display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);max-width:300px;font-family:var(--font-body)}.rich-text-relationship:hover{border:1px solid var(--theme-elevation-150)}.rich-text-relationship[data-slate-node=element]{margin:12.5px 0}.rich-text-relationship__label{margin-bottom:5px}.rich-text-relationship__title{margin:0}.rich-text-relationship__label,.rich-text-relationship__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1!important}.rich-text-relationship__title{font-weight:700}.rich-text-relationship__wrap{flex-grow:1;overflow:hidden}.rich-text-relationship--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}.rich-text-relationship .rich-text-relationship__doc-drawer-toggler{text-decoration:underline;pointer-events:all;line-height:inherit}.rich-text-relationship__actions{display:flex;align-items:center;flex-shrink:0;margin-left:10px}.rich-text-relationship__actions>:not(:last-child){margin-right:5px}.rich-text-relationship__removeButton{margin:0}.rich-text-relationship__removeButton line{stroke-width:2px}.rich-text-relationship__removeButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-relationship__doc-drawer-toggler>*,.rich-text-relationship__list-drawer-toggler>*{margin:0}.rich-text-relationship__doc-drawer-toggler:disabled,.rich-text-relationship__list-drawer-toggler:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-ul[data-slate-node=element]{margin:12.5px 0}.icon--upload{height:1.5384615385rem;width:1.5384615385rem}.icon--upload .fill{fill:var(--theme-elevation-800);stroke:none}.upload-rich-text-button{display:flex;align-items:center;height:100%}.rich-text-upload{font-size:13px;line-height:20px;font-weight:400;box-shadow:0 2px 2px -1px rgba(0,0,0,.1);max-width:300px;display:flex;align-items:center;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-100);position:relative;font-family:var(--font-body)}.rich-text-upload:hover{border:1px solid var(--theme-elevation-150)}.rich-text-upload[data-slate-node=element]{margin:12.5px 0}.rich-text-upload__card{box-shadow:0 7px 14px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;width:100%}.rich-text-upload__topRow{display:flex}.rich-text-upload__thumbnail{width:65px;height:auto;position:relative;overflow:hidden;flex-shrink:0}.rich-text-upload__thumbnail img,.rich-text-upload__thumbnail svg{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;background-color:var(--theme-elevation-800)}.rich-text-upload__topRowRightPanel{flex-grow:1;display:flex;align-items:center;padding:15px;justify-content:space-between;max-width:calc(100% - 65px)}.rich-text-upload__actions{display:flex;align-items:center;flex-shrink:0;margin-left:10px}.rich-text-upload__actions .rich-text-upload__doc-drawer-toggler{pointer-events:all}.rich-text-upload__actions>:not(:last-child){margin-right:5px}.rich-text-upload__removeButton{margin:0}.rich-text-upload__removeButton line{stroke-width:2px}.rich-text-upload__removeButton:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-upload__upload-drawer-toggler{background-color:rgba(0,0,0,0);border:none;padding:0;margin:0;outline:none;line-height:inherit}.rich-text-upload__doc-drawer-toggler{text-decoration:underline}.rich-text-upload__doc-drawer-toggler>*,.rich-text-upload__list-drawer-toggler>*,.rich-text-upload__upload-drawer-toggler>*{margin:0}.rich-text-upload__doc-drawer-toggler:disabled,.rich-text-upload__list-drawer-toggler:disabled,.rich-text-upload__upload-drawer-toggler:disabled{color:var(--theme-elevation-300);pointer-events:none}.rich-text-upload__collectionLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rich-text-upload__bottomRow{padding:10px;border-top:1px solid var(--theme-elevation-100)}.rich-text-upload h5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rich-text-upload__wrap{padding:10px 10px 10px 20px;text-align:left;overflow:hidden;text-overflow:ellipsis}.rich-text-upload--selected{box-shadow:0 0 0 2px var(--theme-success-500);outline:none}}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{}@layer payload-default{@media(max-width:768px){.rich-text-upload__topRowRightPanel{padding:15px 10px}}}@layer payload-default{.banner{font-size:1rem;line-height:20px;border:0;vertical-align:middle;background:var(--theme-elevation-100);color:var(--theme-elevation-800);border-radius:4px;padding:10px;margin-bottom:1.5384615385rem}.banner--has-action{cursor:pointer;text-decoration:none}.banner--has-icon{display:flex}.banner--has-icon svg{display:block}.banner--type-default.button--has-action:hover{background:var(--theme-elevation-900)}.banner--type-default.button--has-action:active{background:var(--theme-elevation-950)}.banner--type-error{background:var(--theme-error-100);color:var(--theme-error-600)}.banner--type-error svg .stroke{stroke:var(--theme-error-600);fill:none}.banner--type-error svg .fill{fill:var(--theme-error-600)}.banner--type-error.button--has-action:hover{background:var(--theme-error-200)}.banner--type-error.button--has-action:active{background:var(--theme-error-300)}.banner--type-success{background:var(--theme-success-100);color:var(--theme-success-600)}.banner--type-success.button--has-action:active,.banner--type-success.button--has-action:hover{background:var(--theme-success-200)}}@layer payload-default{}.add-color.btn{margin:0;padding:0;border:2px solid #fff}.custom-color-picker__btn.btn{margin:5px}.custom-color-picker__btn.btn:first-of-type{margin-left:unset}.custom-color-picker__input{box-shadow:0 2px 2px -1px rgba(0,0,0,.1);font-family:var(--font-body);width:100%;border:1px solid var(--theme-elevation-150);border-radius:var(--style-radius-s);background:var(--theme-input-bg);color:var(--theme-elevation-800);font-size:1rem;height:40px;line-height:20px;padding:8px 15px;-webkit-appearance:none;transition-property:border,box-shadow,background-color;transition-duration:.1s,.1s,.5s;transition-timing-function:cubic-bezier(0,.2,.2,1)}.custom-color-picker__input:not(:disabled):hover{box-shadow:0 2px 2px -1px rgba(0,0,0,.2)}.custom-color-picker__input[data-rtl=true]{direction:rtl}.custom-color-picker__input::-webkit-input-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.custom-color-picker__input::-moz-placeholder{color:var(--theme-elevation-400);font-weight:400;font-size:1rem}.custom-color-picker__input:hover{border-color:var(--theme-elevation-250)}.custom-color-picker__input:active,.custom-color-picker__input:focus,.custom-color-picker__input:focus-within{border-color:var(--theme-elevation-400);outline:0}.custom-color-picker__input:disabled{background:var(--theme-elevation-100);color:var(--theme-elevation-400);box-shadow:none}.custom-color-picker__input:disabled:hover{border-color:var(--theme-elevation-150);box-shadow:none}.custom-color-picker__colors{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.chip{border-radius:50%;border:2px solid #fff;height:25px;width:25px;margin-right:10px;box-shadow:none}.chip--selected{box-shadow:0 0 0 2px #333}.chip--clickable{cursor:pointer}.wruColorPicker>label{cursor:pointer;display:flex;border-bottom:2px solid rgba(0,0,0,0);font-size:16px;font-weight:500;line-height:14px;margin:1px 4px 0}.wruColorPickerColor{border-radius:3px;cursor:pointer;height:1.4423076923rem;width:1.4423076923rem}.wruColorPickerColorReset .wruColorPickerColor{border:1px solid var(--theme-elevation-150);overflow:hidden;position:relative}.wruColorPickerColorReset .wruColorPickerColor:before{background:#ededed;content:"";display:block;height:2px;inset:7px auto auto -8px;position:absolute;transform:rotate(-45deg);width:200%}.wruColorPickerList{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);box-shadow:0 2px 3px 0 rgba(0,2,4,.13),0 6px 4px -4px rgba(0,2,4,.1);cursor:default;left:0;padding:.9615384616rem;position:absolute;top:100%;max-width:calc(5.7692307692rem + 16px + 1.9230769232rem);width:-moz-max-content;width:max-content;z-index:1}.wruColorPickerList ul,.wruColorPickerList ul li{list-style:none;margin:0;padding:0}.wruColorPickerList ul{display:flex;flex-wrap:wrap;gap:4px}.richTextIconsContainer{position:relative}.richTextIconsContainer .btn__label svg{width:1.1538461538rem;height:1.1538461538rem}.richTextIconsContainer .richTextIconsBlock{position:absolute;top:100%;left:0;transform:translateX(-50%);z-index:1;background-color:#fff;border:1px solid #ccc;padding:1rem}.richTextIconsContainer .richTextIcons{max-height:200px;overflow-y:scroll;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.richTextIconsContainer .richTextIcons>div{border:1px solid #ccc;padding:.5rem;width:3rem;height:3rem;text-align:center}.richTextIconsContainer .richTextIcons>div svg{width:14px;height:14px}.richTextIconsContainer .richTextIconSearch{width:100%;height:40px;margin-top:.5rem;display:block;padding-left:1rem;padding-right:1rem;border:1px solid #ccc}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.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:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.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{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;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)}.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)}