@media only screen and (min-width:782px){.mobile{display:none!important}}@media only screen and (max-width:781px){.desktop{display:none!important}}html:not(.not-scrolled) .hide-on-scrolled{-webkit-animation:scale-display-delay 1s;animation:scale-display-delay 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}html.scrolled .hide-on-scrolled{-webkit-animation:scale-display--reversed .5s;animation:scale-display--reversed .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:none}.show-on-scrolled{-webkit-animation:scale-display .5s;animation:scale-display .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}html:not(.scrolled) .show-on-scrolled{-webkit-animation:scale-display--reversed .5s;animation:scale-display--reversed .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:none}.block-editor-block-list__block[data-disabled=true]{opacity:.1}.block-editor-block-list__block[data-disabled=true].is-selected{opacity:1}.block-editor-block-list__block[data-ismobile=true]:after{content:"mobile only"}.block-editor-block-list__block[data-isdesktop=true]:after{content:"desktop only"}.block-editor-block-list__block[data-ismobile=true][data-isdesktop=true]:after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;content:"configure visibility";left:0;top:0;width:100%;height:100%;opacity:.7}.block-editor-block-list__block[data-hideOnScrolled=true]:after{content:"hide on scroll"}.block-editor-block-list__block[data-showOnScrolled=true]:after{content:"show on scroll"}.block-editor-block-list__block[data-hideOnScrolled=true].is-selected:after,.block-editor-block-list__block[data-isdesktop=true].is-selected:after,.block-editor-block-list__block[data-ismobile=true].is-selected:after,.block-editor-block-list__block[data-showOnScrolled=true].is-selected:after{opacity:0}.block-editor-block-list__block[data-hideOnScrolled=true]:after,.block-editor-block-list__block[data-isdesktop=true]:after,.block-editor-block-list__block[data-ismobile=true]:after,.block-editor-block-list__block[data-showOnScrolled=true]:after{display:block;position:absolute;top:unset;left:unset;right:0;bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px;font-size:10px;background:#000;color:#fff}