html{--admin-bar-height:0px}html.admin-bar{--admin-bar-height:32px}html.admin-bar body{padding-top:var(--admin-bar-height)}html.admin-bar .fixed.inset-0,html.admin-bar [data-slot=sheet-overlay],html.admin-bar [data-slot=alert-dialog-overlay]{inset:var(--admin-bar-height) 0 0 0}html.admin-bar .fixed.inset-y-0,html.admin-bar [data-slot=sheet-content][data-side=left],html.admin-bar [data-slot=sheet-content][data-side=right]{top:var(--admin-bar-height);height:auto;bottom:0}#cms-admin-bar-root{pointer-events:none;z-index:99999;height:0;position:relative;overflow:visible}#cms-admin-bar-root .cms-admin-bar,#cms-admin-bar-root .cms-admin-bar *{pointer-events:auto}@media screen and (max-width:782px){html.admin-bar{--admin-bar-height:92px}}.cms-admin-bar{--admin-bar-bg:#1d2327;--admin-bar-bg-hover:#2c3338;--admin-bar-text:#c3c4c7;--admin-bar-text-hover:#72aee6;--cms-admin-bar-height:32px;--admin-bar-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;background:var(--admin-bar-bg);box-sizing:border-box;color:var(--admin-bar-text);font-family:var(--admin-bar-font);font-synthesis:initial;height:var(--cms-admin-bar-height);letter-spacing:normal;font-size:13px;font-style:normal;font-weight:400;line-height:var(--cms-admin-bar-height);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;z-index:99999;width:100%;min-width:0;position:fixed;top:0;left:0}.cms-admin-bar *,.cms-admin-bar :before,.cms-admin-bar :after{box-sizing:border-box;font:inherit;letter-spacing:normal;text-transform:none}.cms-admin-bar__inner{justify-content:space-between;min-width:0;height:100%;display:flex}.cms-admin-bar__menu{min-width:0;height:100%;margin:0;padding:0;list-style:none;display:flex}.cms-admin-bar__menu--end{flex-shrink:0;margin-left:auto}.cms-admin-bar__item{height:100%;display:flex;position:relative}.cms-admin-bar__link,.cms-admin-bar__button{color:inherit;cursor:pointer;font:inherit;height:100%;line-height:inherit;min-height:var(--cms-admin-bar-height);white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;padding:0 10px;text-decoration:none;display:inline-flex}.cms-admin-bar__link:hover,.cms-admin-bar__link:focus-visible,.cms-admin-bar__button:hover,.cms-admin-bar__button:focus-visible,.cms-admin-bar__item.is-open>.cms-admin-bar__link,.cms-admin-bar__item.is-open>.cms-admin-bar__button,.cms-admin-bar__item:focus-within>.cms-admin-bar__link,.cms-admin-bar__item:focus-within>.cms-admin-bar__button{background:var(--admin-bar-bg-hover);color:#fff;outline:none}.cms-admin-bar__link:focus-visible,.cms-admin-bar__button:focus-visible{box-shadow:inset 0 0 0 2px var(--admin-bar-text-hover)}.cms-admin-bar__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;flex-shrink:0;width:16px;height:16px;display:block}.cms-admin-bar__label{text-overflow:ellipsis;overflow:hidden}.cms-admin-bar__sub{background:var(--admin-bar-bg);z-index:1;min-width:180px;margin:0;padding:6px 0;line-height:1.4;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 3px 5px #0003}.cms-admin-bar__sub li{list-style:none}.cms-admin-bar__item--end .cms-admin-bar__sub{left:auto;right:0}.cms-admin-bar__sub-link{color:var(--admin-bar-text);font:inherit;white-space:nowrap;padding:8px 12px 8px 14px;text-decoration:none;display:block}.cms-admin-bar__sub-link:hover,.cms-admin-bar__sub-link:focus-visible{background:var(--admin-bar-bg-hover);color:var(--admin-bar-text-hover);outline:none}.cms-admin-bar__sub--locale{min-width:220px;max-height:min(70vh,22rem);left:auto;right:0;overflow-y:auto}.cms-admin-bar__locale-status{color:#fff;white-space:nowrap;border-bottom:1px solid #3c434a;margin-bottom:4px;padding:8px 14px 10px;font-size:12px;line-height:1.35}.cms-admin-bar .cms-admin-bar__sub-link--locale{align-items:center;gap:8px;padding:6px 14px;line-height:1;display:flex}.cms-admin-bar__sub-link--locale.is-current,.cms-admin-bar__sub-link--locale[aria-current=true]{color:#fff}.cms-admin-bar .cms-admin-bar__locale-flag{flex-shrink:0;align-items:center;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;font-size:1em;line-height:1;display:inline-flex;translate:0 .06em}.cms-admin-bar .cms-admin-bar__locale-label{align-items:center;line-height:1;display:inline-flex}.cms-admin-bar__item.is-open>.cms-admin-bar__sub,.cms-admin-bar__item:focus-within>.cms-admin-bar__sub{display:block}@media (hover:hover) and (pointer:fine){.cms-admin-bar__item:hover>.cms-admin-bar__sub{display:block}.cms-admin-bar__item:hover>.cms-admin-bar__link,.cms-admin-bar__item:hover>.cms-admin-bar__button{background:var(--admin-bar-bg-hover);color:#fff}}@media screen and (max-width:782px){.cms-admin-bar{--cms-admin-bar-height:92px;--cms-admin-bar-row-height:46px;font-size:14px}.cms-admin-bar__inner{flex-direction:column;justify-content:flex-start}.cms-admin-bar__menu{flex:0 0 var(--cms-admin-bar-row-height);height:var(--cms-admin-bar-row-height);scrollbar-width:none;max-width:100%;overflow:auto hidden}.cms-admin-bar__menu::-webkit-scrollbar{display:none}.cms-admin-bar__menu--end{justify-content:flex-end;margin-left:0;overflow:hidden}.cms-admin-bar__menu--end>.cms-admin-bar__item:first-child{flex:auto;min-width:0}.cms-admin-bar__menu--end>.cms-admin-bar__item:not(:first-child){flex:none}.cms-admin-bar__item{height:var(--cms-admin-bar-row-height);flex-shrink:0}.cms-admin-bar__link,.cms-admin-bar__button{height:var(--cms-admin-bar-row-height);min-height:var(--cms-admin-bar-row-height);min-width:0;padding:0 12px}.cms-admin-bar__menu--end>.cms-admin-bar__item:first-child .cms-admin-bar__link,.cms-admin-bar__menu--end>.cms-admin-bar__item:first-child .cms-admin-bar__button{min-width:0}.cms-admin-bar__icon{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.cms-admin-bar *{transition:none}}.cms-section-edit-layer{pointer-events:none;z-index:30;width:100%;position:absolute;top:0;left:0;overflow:visible}.cms-section-edit-layer--chrome{z-index:60;width:0;height:0;position:fixed;inset:0 auto auto 0;overflow:visible}.cms-section-edit__badge{--section-edit-bg:#2271b1;--section-edit-bg-hover:#135e96;--section-edit-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;background:var(--section-edit-bg);box-sizing:border-box;color:#fff;font-family:var(--section-edit-font);font-synthesis:initial;letter-spacing:normal;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;pointer-events:auto;align-items:center;gap:2px;max-width:min(100%,28rem);padding:4px 4px 4px 8px;font-size:12px;font-style:normal;font-weight:400;line-height:1;display:flex;position:absolute;translate:-100%}.cms-section-edit__badge--compact{border-radius:2px;max-width:none;padding:0}.cms-section-edit__badge--compact .cms-section-edit__action{width:24px;height:24px}.cms-section-edit__badge *,.cms-section-edit__badge :before,.cms-section-edit__badge :after{box-sizing:border-box;font:inherit;letter-spacing:normal;text-transform:none}.cms-section-edit__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:4px;overflow:hidden}.cms-section-edit__action{color:inherit;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;text-decoration:none;display:inline-flex}.cms-section-edit__action:hover,.cms-section-edit__action:focus-visible{background:var(--section-edit-bg-hover);outline:none}.cms-section-edit__action:focus-visible{box-shadow:inset 0 0 0 2px #fff}.cms-section-edit__action:disabled{cursor:wait;opacity:.6}.cms-section-edit__icon{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:14px;height:14px;display:block}
