.resco-theme .off-canvas{background-clip:padding-box;background-color:var(--surface-surface-primary,#fff);bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;top:0;transition:transform .3s ease-in-out;visibility:hidden;width:400px;z-index:100000}.resco-theme .off-canvas.show{transform:none}.resco-theme .off-canvas__header{background-color:var(--surface-surface-primary,#fff);border-bottom:1px solid var(--border-border-subtler,#e2e2e8);display:flex;padding:var(--spacing-space-200,16px) var(--spacing-space-600,64px) var(--spacing-space-200,16px) 26px;position:relative}.resco-theme .off-canvas__close-icon{cursor:pointer;font-size:1rem;padding:6.5px;position:absolute;right:24px;top:16px;z-index:100001}.resco-theme .off-canvas__body{-ms-overflow-style:none;flex:1 0 100%;overflow-y:scroll;scrollbar-width:none}.resco-theme .off-canvas__body::-webkit-scrollbar{display:none}.resco-theme .off-canvas__backdrop{background-color:var(--background-bg-transparent,#1b1f4a);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:opacity .15s linear;width:100vw;z-index:-1}.resco-theme .off-canvas__backdrop.show{opacity:.5;z-index:99998}.resco-theme .off-canvas__backdrop.fade{opacity:0}.resco-theme .off-canvas--left{left:0;transform:translateX(-100%)}.resco-theme .off-canvas--right{right:0;transform:translateX(100%)}.resco-theme .off-canvas--no-backdrop.off-canvas--left{border-right:1px solid var(--border-border-subtler,#e2e2e8)}.resco-theme .off-canvas--no-backdrop.off-canvas--right{border-left:1px solid var(--border-border-subtler,#e2e2e8)}.resco-theme .off-canvas--no-backdrop.off-canvas--mobile-menu{border-left:none;border-right:none}@media (max-width:1099px){.resco-theme .off-canvas{border:none;left:0;right:0;width:75%}.resco-theme .off-canvas--right{left:unset}}@media (max-width:639px){.resco-theme .off-canvas{width:85%}}@media (max-width:1099px){.resco-theme .off-canvas--full{width:100%}}.resco-theme .off-canvas--mobile-menu{display:none;opacity:0;overflow:hidden;transform:none;transition:visibility 0s,opacity .3s ease-in-out}.resco-theme .off-canvas--mobile-menu.show{opacity:1;transform:none}.resco-theme .off-canvas--mobile-menu .off-canvas__header{background:var(--background-bg-accent-blue-subtler,#f1f7ff);border-bottom:1px solid var(--border-border-subtler,#e2e2e8);flex:0 0 64px;padding:var(--spacing-space-200,16px) var(--spacing-space-800,80px) var(--spacing-space-200,16px) var(--spacing-space-300,24px)}.resco-theme .off-canvas--mobile-menu .off-canvas__body{overflow-y:initial}.resco-theme .off-canvas--mobile-menu .off-canvas__close-icon{font-size:1.25rem;padding:0;right:28px;top:22px}@media (max-width:1099px){.resco-theme .off-canvas--mobile-menu{display:flex;width:100%}}