:root{--sans: "Noto Sans", "Open Sans", Helvetica, Arial, sans-serif;--serif: "Baskervville", "Georgia", Times, "Times New Roman", serif;--z-bottom: 0;--z-middle: 10;--z-top: 20;--z-overlay: 50;--white: #ffffff;--black: #000000;--cobalt-50: #e6f3fb;--cobalt-100: #c9e6f7;--cobalt-200: #9fd3f0;--cobalt-300: #72c0e8;--cobalt-400: #39ace0;--cobalt-500: #3999ca;--cobalt-600: #3987b4;--cobalt-700: #37759e;--cobalt-800: #2a587e;--cobalt-900: #1d3d5f;--cobalt-950: #112442;--cobalt-980: #0B1B29;--yellow-50: #fefbec;--yellow-100: #faefbf;--yellow-200: #f8e18e;--yellow-300: #f6d351;--yellow-400: #e0b441;--yellow-500: #c89633;--yellow-600: #af7a28;--yellow-700: #94601e;--yellow-800: #794716;--yellow-900: #5e310d;--yellow-950: #431c05;--orange-50: #fff8ed;--orange-100: #ffe4bd;--orange-200: #ffcf8e;--orange-300: #feb95f;--orange-400: #fb9f3a;--orange-500: #f78317;--orange-600: #dd660a;--orange-700: #b54e0b;--orange-800: #8e390b;--orange-900: #682709;--orange-950: #431707;--grey-50: #f9fafb;--grey-100: #dddfe1;--grey-200: #c1c4c8;--grey-300: #a6aaaf;--grey-400: #8c9097;--grey-500: #737880;--grey-600: #5a6069;--grey-700: #434953;--grey-800: #2d333e;--grey-900: #181f2a;--grey-950: #030712;--rust-50: #fdf3f3;--rust-100: #fcd5d2;--rust-200: #f8b7b2;--rust-300: #f29892;--rust-400: #ea7873;--rust-500: #e15554;--rust-600: #be4645;--rust-700: #9d3737;--rust-800: #7c2929;--rust-900: #5d1c1b;--rust-950: #400f0f;--test-colour: #e15554;--color-primary-dark: var(--cobalt-950);--background-gradient: linear-gradient( 216.59deg, var(--cobalt-500) -29.96%, var(--cobalt-950) 78.7% );--uline-offset: 4px;--uline-thickness: 3px}body{margin:0;font-family:var(--sans)}.yellow-100-uline{text-decoration:underline;text-decoration-color:var(--yellow-100);text-decoration-thickness:var(--uline-thickness);text-underline-offset:var(--uline-offset)}.yellow-300-uline{text-decoration:underline;text-decoration-color:var(--yellow-300);text-decoration-thickness:var(--uline-thickness);text-underline-offset:var(--uline-offset)}.yellow-600-uline{text-decoration:underline;text-decoration-color:var(--yellow-600);text-decoration-thickness:var(--uline-thickness);text-underline-offset:var(--uline-offset)}.cobalt-400-uline{text-decoration:underline;text-decoration-color:var(--cobalt-400);text-decoration-thickness:var(--uline-thickness);text-underline-offset:var(--uline-offset)}.rust-400-uline{text-decoration:underline;text-decoration-color:var(--rust-400);text-decoration-thickness:var(--uline-thickness);text-underline-offset:var(--uline-offset)}.yellow-100{color:var(--yellow-100)}.yellow-300{color:var(--yellow-300)}.yellow-600{color:var(--yellow-600)}.cobalt-400{color:var(--cobalt-400)}.rust-400{color:var(--rust-400)}.primary-button,.secondary-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 18px;border-radius:99px;border:.5px solid var(--cobalt-100);background:linear-gradient(180deg,var(--cobalt-50) 0%,var(--cobalt-100) 100%);color:var(--cobalt-700);font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s;outline:none}.primary-button:hover{background:var(--cobalt-200);color:var(--cobalt-900)}.primary-button:focus-visible,.secondary-button:focus-visible{outline:2px solid var(--cobalt-600)}.secondary-button{background:var(--white)}.secondary-button:hover{background:var(--cobalt-50)}.dialog-close-button{cursor:pointer;border:none;background:transparent;padding:4px;color:var(--grey-400);transition:color .2s ease;float:right}.dialog-close-button:hover{color:var(--grey-100)}.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:block}}.desktop-only{display:none}@media(min-width:769px){.desktop-only{display:block}}header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;background-color:var(--cobalt-900);display:flex;height:60px;align-items:center;justify-content:space-between;padding:0 45px;z-index:10}.logo.svelte-1elxaub{display:flex;height:27px}.horizontal-menu.svelte-1elxaub ul:where(.svelte-1elxaub){list-style:none;display:flex;gap:30px}.menu-item.svelte-1elxaub,.menu-item.svelte-1elxaub a:where(.svelte-1elxaub){font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;color:var(--cobalt-50);text-decoration:none}.menu-item.svelte-1elxaub:hover{color:#fff}.menu-item.active.svelte-1elxaub{color:var(--cobalt-300);cursor:default}.vertical-menu.svelte-1elxaub{position:absolute;top:64px;right:0;width:100%;background-color:#fff;z-index:1000}.vertical-menu.svelte-1elxaub .menu-item:where(.svelte-1elxaub){background-color:#e1eceb;border-bottom:1px solid white}.vertical-menu.svelte-1elxaub .menu-item:where(.svelte-1elxaub) a:where(.svelte-1elxaub){padding:0 20px;height:48px;display:flex;align-items:center;width:100%}.vertical-menu.svelte-1elxaub .menu-item:where(.svelte-1elxaub):hover{background-color:#c9dbda;color:var(--cobalt-950)}.vertical-menu.svelte-1elxaub .menu-item.active:where(.svelte-1elxaub){background-color:#fff;padding:0 20px;height:48px;display:flex;align-items:center;width:100%;border-top:1px solid #c9dbda}button.svelte-1elxaub{color:var(--cobalt-800);display:flex;align-items:center;justify-content:center;padding:5px}.mobile-only.svelte-1elxaub{display:none}@media(max-width:768px){.mobile-only.svelte-1elxaub{display:block}header.svelte-1elxaub{height:65px;padding:0 35px}.logo.svelte-1elxaub{height:20px}}.desktop-only.svelte-1elxaub{display:none}@media(min-width:769px){.desktop-only.svelte-1elxaub{display:block}}.fixed-background.svelte-12qhfyh{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--background-gradient)}
