.menu.svelte-1u33rd2{z-index:10;width:100%;height:100%;display:grid;position:relative}@media only screen and (width>=1024px){.menu.svelte-1u33rd2{grid-template-columns:auto 1fr}}@media only screen and (width<=1023px){.menu.svelte-1u33rd2{grid-template-rows:auto 90vh}}.menu__background.svelte-1u33rd2{-webkit-backdrop-filter:blur(54px);backdrop-filter:blur(54px);background:var(--c-secondary-dark-blue-60)}@supports not ((-webkit-backdrop-filter:unset) or (backdrop-filter:unset)){.menu__background.svelte-1u33rd2{background-color:var(--c-secondary-dark-blue-80)}}@media only screen and (width>=1024px){.menu__background.svelte-1u33rd2{grid-area:1/1/auto/span 2}}@media only screen and (width<=1023px){.menu__background.svelte-1u33rd2{grid-area:1/1/span 2}}.menu__content.svelte-1u33rd2{height:100%;position:relative}@media only screen and (width>=1024px){.menu__content.svelte-1u33rd2{border-radius:32px;min-width:538px;height:calc(100% - 24px);margin:12px}}@media only screen and (width<=1023px){.menu__content.svelte-1u33rd2{background-color:var(--c-secondary-white);border-start-start-radius:32px;border-start-end-radius:32px;min-height:100px}}.menu__background-content.svelte-1u33rd2{justify-content:center;align-items:center;height:100%;margin-inline-start:538px;display:flex}.backdrop.svelte-1wqlrth{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:var(--c-secondary-dark-blue-60)}@supports not ((-webkit-backdrop-filter:unset) or (backdrop-filter:unset)){.backdrop.svelte-1wqlrth{background-color:var(--c-secondary-dark-blue-80)}}.backdrop.svelte-1wqlrth{width:100%;height:100%;position:fixed}.sthemer-dark .backdrop.svelte-1wqlrth,.sthemer-light .sthemer-dark .backdrop.svelte-1wqlrth,.sthemer-dark .sthemer-light .sthemer-dark .backdrop.svelte-1wqlrth{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:var(--c-secondary-dark-blue-60)}@supports not ((-webkit-backdrop-filter:unset) or (backdrop-filter:unset)){.sthemer-dark .backdrop.svelte-1wqlrth,.sthemer-light .sthemer-dark .backdrop.svelte-1wqlrth,.sthemer-dark .sthemer-light .sthemer-dark .backdrop.svelte-1wqlrth{background-color:var(--c-secondary-dark-blue-80)}}.modal.svelte-1wqlrth{grid-template-columns:repeat(12,1fr);gap:24px;height:100%;display:grid}@media only screen and (width<=1023px){.modal.svelte-1wqlrth{grid-template-columns:repeat(8,1fr);row-gap:48px}}@media only screen and (width<=576px){.modal.svelte-1wqlrth{grid-template-columns:repeat(5,1fr)}}.modal.svelte-1wqlrth{z-index:10;padding:24px 32px 16px}@media only screen and (width>=1024px){.modal.svelte-1wqlrth{padding-inline:calc((100vw - var(--content-max-width)) / 2);overflow-y:auto}}@media only screen and (width>=1792px){.modal.svelte-1wqlrth{scrollbar-gutter:auto}}@media only screen and (width>=2112px){.modal.svelte-1wqlrth{padding-inline:calc((100vw - var(--widescreen-content-max-width)) / 2)}}@media only screen and (width<=1023px){.modal.svelte-1wqlrth{width:100%;height:100%;padding:0;position:relative}}.modal__placement.svelte-1wqlrth{grid-column:var(--left-start)/span var(--span);grid-row:1;align-items:center;display:flex}@media only screen and (width>=1024px){.modal__placement--small.svelte-1wqlrth{--left-start:4;--span:6}.modal__placement--medium.svelte-1wqlrth{--left-start:3;--span:8}.modal__placement--large.svelte-1wqlrth{--left-start:1;--span:12}}@media only screen and (width<=1023px){.modal__placement.svelte-1wqlrth{--left-start:1;--span:8;grid-row:2;align-self:flex-end;align-items:flex-end}}@media only screen and (width<=576px){.modal__placement.svelte-1wqlrth{--left-start:1;--span:5}}.modal-content.svelte-1wqlrth{flex-direction:column;align-items:center;gap:16px;height:100%;display:flex;overflow-y:auto}@media only screen and (width>=1024px){.modal-content.svelte-1wqlrth{justify-content:center;max-height:calc(100% - 200px)}}@media only screen and (width<=1023px){.modal-content.svelte-1wqlrth{border-radius:24px 24px 0 0;min-height:100px;max-height:90vh;position:relative}}.modal-content__inner.svelte-1wqlrth{background:var(--c-secondary-white);scrollbar-width:none;border-radius:36px;width:100%}@media only screen and (width<=1023px){.modal-content__inner.svelte-1wqlrth{border-radius:24px 24px 0 0;width:100vw}}.modal-content__inner--no-edge-mobile.svelte-1wqlrth{--content-padding-block:20px}@media only screen and (width<=576px){.modal-content__inner--no-edge-mobile.svelte-1wqlrth{padding-inline:calc(-1 * (var(--content-padding-block)))}}.modal-content__inner.svelte-1wqlrth::-webkit-scrollbar{display:none}.modal-content__inner--light.svelte-1wqlrth{background:var(--c-secondary-white)}.modal-content__inner--dark.svelte-1wqlrth{background:var(--c-bg-dark)}.modal-content__inner--grey.svelte-1wqlrth{background:var(--c-surface-grey)}.modal-layout.svelte-f2mves{flex-direction:column;gap:32px;display:flex}@media only screen and (width<=1023px){.modal-layout.svelte-f2mves{gap:24px}}.modal-layout__content.svelte-f2mves{flex-direction:column;gap:32px;padding:24px 32px 0;display:flex}@media only screen and (width<=1023px){.modal-layout__content.svelte-f2mves{gap:24px;padding:16px 16px 0}}.modal-layout__content--no-ctas.svelte-f2mves{padding-block-end:16px}.modal-layout__header.svelte-f2mves{flex-direction:column;gap:8px;display:flex}.sthemer-dark .modal-layout__header.svelte-f2mves .rich-text,.sthemer-light .sthemer-dark .modal-layout__header.svelte-f2mves .rich-text,.sthemer-dark .sthemer-light .sthemer-dark .modal-layout__header.svelte-f2mves .rich-text{color:var(--c-text-light-subtle)}.sthemer-light .modal-layout__header.svelte-f2mves .rich-text,.sthemer-dark .sthemer-light .modal-layout__header.svelte-f2mves .rich-text,.sthemer-light .sthemer-dark .sthemer-light .modal-layout__header.svelte-f2mves .rich-text{color:var(--c-text-dark-subtle)}.modal-layout__title.svelte-f2mves{font-family:Bull,Helvetica,sans-serif;font-size:2.6rem;font-weight:500;line-height:1.25}@media only screen and (width<=1023px){.modal-layout__title.svelte-f2mves{font-size:2rem}}.modal-layout__title.svelte-f2mves{align-items:center;gap:15px;display:flex}.sthemer-dark .modal-layout__title.svelte-f2mves,.sthemer-light .sthemer-dark .modal-layout__title.svelte-f2mves,.sthemer-dark .sthemer-light .sthemer-dark .modal-layout__title.svelte-f2mves{color:var(--c-text-light)}.sthemer-light .modal-layout__title.svelte-f2mves,.sthemer-dark .sthemer-light .modal-layout__title.svelte-f2mves,.sthemer-light .sthemer-dark .sthemer-light .modal-layout__title.svelte-f2mves{color:var(--c-text-dark)}.modal-layout__actions.svelte-f2mves{border-block-start:1px solid var(--c-secondary-dark-blue-10);justify-content:flex-end;gap:12px;padding:16px 32px;display:flex}@media only screen and (width<=1023px){.modal-layout__actions.svelte-f2mves{padding:16px}}@media only screen and (width<=576px){.modal-layout__actions.svelte-f2mves{flex-direction:column;gap:8px;width:100%}}.plain-modal.svelte-rvq76s{padding:24px 32px 16px}@media only screen and (width<=1023px){.plain-modal.svelte-rvq76s{padding:16px}}.overlay.svelte-59jpcx{z-index:1000;position:fixed;inset:0}
