dialog.svelte-1db7as7{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;container-type:inline-size;background-color:var(--tertiary-color);color:var(--over-tertiary-color);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-md);border:1px solid var(--over-tertiary-color);width:90%;max-width:600px;padding:36px;opacity:0;transition:opacity .8s ease-out,scale .8s ease-out,overlay .8s ease-out allow-discrete,display .8s ease-out allow-discrete}dialog.svelte-1db7as7::backdrop{background-color:#0000;transition:display .8s allow-discrete,overlay .8s allow-discrete,background-color .8s}dialog[open].svelte-1db7as7{opacity:1}dialog[open].svelte-1db7as7::backdrop{background-color:#0000007f}@starting-style{dialog[open].svelte-1db7as7{opacity:0}dialog[open].svelte-1db7as7::backdrop{background-color:#0000}}.title.svelte-1db7as7{font-size:36px;font-weight:700;margin-bottom:10px}.subtitle.svelte-1db7as7{font-size:20px;font-weight:700;margin-top:20px;margin-bottom:10px}p.svelte-1db7as7{margin-bottom:10px}.balloon.svelte-4o9lx6{position:fixed;top:var(--y);left:var(--x);z-index:999999;background-color:var(--tertiary-color-l-10);box-shadow:0 0 10px #00000080;pointer-events:none;width:var(--max-width);padding:1rem;border-radius:var(--border-radius-sm)}.skip-to-content{position:absolute!important;top:0;left:0;z-index:1000;transform:translate(-100%)}.skip-to-content:focus-visible{transform:translate(0)}:root{color-scheme:light dark;--primary-color: #01362C;--primary-color-l-20: #335F56;--primary-color-l-40: #668780;--primary-color-l-60: #99AFAB;--primary-color-l-80: #CCD7D5;--over-primary-color: #F0F0F2;--primary-color-t-25: #01372dbf;--primary-color-t-50: #01372d80;--primary-color-t-75: #01362c40;--secondary-color: #00FFBF;--secondary-color-l-20: #33FFCC;--secondary-color-l-40: #66FFD9;--secondary-color-l-60: #99FFE5;--secondary-color-l-80: #CCFFF2;--secondary-color-d-40: #00a97f;--card-darkness-color: #0e0e0e;--over-card-darkness-color: #F0F0F2;--over-card-darkness-color-d-20: #CFCFCF;--card-background-color: #F0F0F2;--card-background-color: #fbfbfb;--card-background-color-d-20: #dedede;--over-card-background-color: #111111;--over-card-background-color-d-20: #111111;--over-tertiary-color: var(--tertiary-color-l-100);--over-tertiary-color-l-20: var(--tertiary-color-l-80);--over-tertiary-color-l-40: var(--tertiary-color-l-60);--over-tertiary-color-l-60: var(--tertiary-color-l-40);--over-tertiary-color-l-80: var(--tertiary-color-l-20);--over-tertiary-color-l-100: var(--tertiary-color);--success-color-l-20: #48DDAD;--success-color-l-40: #76E6C1;--success-color-l-60: #A3EED6;--success-color-l-80: #D1F7EA;--success-color-d-40: #0f7b58;--warning-color: #FFB536;--info-color: #217EFD;--box-shadow-sm: rgba(60, 60, 60, .12) 0px 1px 3px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-md: 0 0 12px 0 var(--primary-color);--box-shadow-md: rgba(60, 60, 60, .16) 0px 5px 9px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-bg: rgba(60, 60, 60, .16) 0px 5px 9px, 0 0 10px 0 rgba(0, 0, 0, .1);--drop-shadow-md: drop-shadow(0px 5px 9px rgba(60, 60, 60, .16)) drop-shadow(0 0 10px rgba(0, 0, 0, .1));--border-radius-sm: 10px;--border-radius-md: 25px;--border-radius-bg: 50px;--top-nav-height: 9vh;--layout-animation-time: .75s;--layout-animation-delay: 0ms;--layout-animation-ease: cubic-bezier(.17, 1.04, 1, 1)}@media (min-width: 768px){:root{--top-nav-height: 8.5vh}}@media (min-width: 1500px){:root{--top-nav-height: 7vh}}@media (min-width: 2500px){:root{--top-nav-height: 5vh}}html{scroll-padding-top:calc(var(--top-nav-height) + 1ch);scroll-padding-bottom:calc(calc(var(--top-nav-height) + 1ch) * -1);scroll-behavior:smooth}.changing-color-scheme{--changing-color-time: .75s;--changing-color-ease: ease-in-out;transition:background-color var(--changing-color-time) var(--changing-color-ease),color var(--changing-color-time) var(--changing-color-ease)}.changing-color-scheme .card,.changing-color-scheme p,.changing-color-scheme h1,.changing-color-scheme h2,.changing-color-scheme h3,.changing-color-scheme h4,.changing-color-scheme h5,.changing-color-scheme h6,.changing-color-scheme input,.changing-color-scheme textarea{transition:background-color var(--changing-color-time) var(--changing-color-ease),color var(--changing-color-time) var(--changing-color-ease)}:is(.changing-color-scheme .over-tertiary-dark-svg,.changing-color-scheme .over-tertiary-primary-svg) svg{transition:fill var(--changing-color-time) var(--changing-color-ease)}:is(.changing-color-scheme .over-tertiary-dark-svg,.changing-color-scheme .over-tertiary-primary-svg) path{transition:stroke var(--changing-color-time) var(--changing-color-ease)}.light{color-scheme:light;--accent-color: var(--primary-color);--tertiary-color: #fbfbfb;--tertiary-color-l-5: #f9f9f9;--tertiary-color-l-10: #f5f5f5;--tertiary-color-l-15: #f2f2f2;--tertiary-color-l-20: #CFCFCF;--tertiary-color-l-40: #A0A0A0;--tertiary-color-l-60: #707070;--tertiary-color-l-80: #414141;--tertiary-color-l-100: #111111;--over-tertiary-color-t-50: #414141;--tertiary-color-d-40: #F0F0F2;--button-primary-color: #01362C;--over-button-primary-color: #F0F0F2;--on-hover-button-primary-color: linear-gradient(110deg, #21795c, #10c488, #10c488, #21795c);--on-hover-over-button-primary-color: #111111;--button-secondary-color: transparent;--over-button-secondary-color: #111111;--on-hover-button-secondary-color: linear-gradient(110deg, #21795c, #10c488, #10c488, #21795c);--on-hover-over-button-secondary-color: #111111;--success-color: #007b62;--danger-color: #af0609;--box-shadow-sm: rgba(60, 60, 60, .12) 0px 1px 3px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-md: rgba(60, 60, 60, .16) 0px 5px 9px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-bg: rgba(60, 60, 60, .16) 0px 5px 9px, 0 0 10px 0 rgba(0, 0, 0, .1);--drop-shadow-md: drop-shadow(0px 5px 9px rgba(60, 60, 60, .16)) drop-shadow(0 0 10px rgba(0, 0, 0, .1))}.light .over-tertiary-primary-svg svg{fill:var(--primary-color)}.light .over-tertiary-primary-svg path{fill:var(--primary-color);stroke:var(--primary-color)}.light .over-tertiary-dark-svg svg{fill:var(--over-tertiary-color-l-20)!important}.light .over-tertiary-dark-svg path{fill:var(--over-tertiary-color-l-20)!important;stroke:var(--over-tertiary-color-l-20)!important}.light .accent-title{background:linear-gradient(90deg,#01362c 5%,#039c7f 95%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.light .following-background,.light .static-background{background:radial-gradient(circle at center,color-mix(in srgb,var(--secondary-color),transparent 60%),transparent 72%)}.dark{color-scheme:dark;--accent-color: #00dca5;--tertiary-color: #111111;--tertiary-color-l-5: #1a1a1a;--tertiary-color-l-10: #1f1f1f;--tertiary-color-l-15: #242424;--tertiary-color-l-20: #414141;--tertiary-color-l-40: #707070;--tertiary-color-l-60: #A0A0A0;--tertiary-color-l-80: #CFCFCF;--tertiary-color-l-100: #F0F0F2;--over-tertiary-color-t-50: #A0A0A0;--tertiary-color-d-40: #010101f4;--button-primary-color: #99FFE5;--over-button-primary-color: #111111;--on-hover-button-primary-color: linear-gradient(110deg, #1cd396, #055c3f, #055c3f, #1cd396);--on-hover-over-button-primary-color: #F0F0F2;--button-secondary-color: transparent;--over-button-secondary-color: #F0F0F2;--on-hover-button-secondary-color: linear-gradient(110deg, #1cd396, #055c3f, #055c3f, #1cd396);--on-hover-over-button-secondary-color: #F0F0F2;--success-color: #1AD598;--danger-color: #EA3A3D;--box-shadow-sm: rgba(60, 60, 60, .12) 0px 1px 3px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-md: rgba(60, 60, 60, .16) 0px 5px 9px, 0 0 10px 0 rgba(0, 0, 0, .1);--box-shadow-bg: rgba(0, 255, 191, .12) 0 0 12px, rgba(0, 255, 191, .1) 0px 5px 9px;--drop-shadow-md: drop-shadow(0px 5px 9px rgba(60, 60, 60, .16)) drop-shadow(0 0 10px rgba(0, 0, 0, .1))}.dark .over-tertiary-primary-svg svg{fill:var(--over-tertiary-color-l-20)}.dark .over-tertiary-primary-svg path{fill:var(--over-tertiary-color-l-20);stroke:var(--over-tertiary-color-l-20)}.dark .over-tertiary-dark-svg svg{fill:#fff!important}.dark .over-tertiary-dark-svg path{fill:#fff!important;stroke:#fff!important}.dark .accent-title{background:linear-gradient(180deg,var(--success-color) 5%,var(--secondary-color-d-40) 95%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dark .following-background,.dark .static-background{background:radial-gradient(circle at center,color-mix(in srgb,var(--secondary-color),transparent 90%),transparent 72%)}.following-background{-webkit-user-select:none;user-select:none;pointer-events:none;touch-action:none;position:absolute;aspect-ratio:1;border-radius:50%;z-index:-100;top:var(--cursor-y);left:var(--cursor-x);transform:translate(-50%,-50%);width:100vh;transition:top .75s,left .75s;animation:move 5s ease-in-out alternate infinite}.following-background.is-on-anchor{width:125vh;top:calc(var(--cursor-y) + 20%);left:calc(var(--cursor-x) + 15%);animation:none}@media (max-width: 768px){.following-background{position:fixed;top:0;left:0;transform:none;animation:move-horizontal 5s ease-in-out alternate infinite;width:75vh!important}}.static-background{-webkit-user-select:none;user-select:none;pointer-events:none;touch-action:none;width:75vw;height:75vw;position:fixed;bottom:1rem;right:1rem;z-index:-100;transform:translate(50%,50%)}@media (max-width: 768px){.static-background{width:150vw;height:150vw}}@keyframes move{0%{transform:translate(-100%,-50%)}to{transform:translate(-85%,-50%)}}@keyframes move-horizontal{0%{transform:translate(-75%)}to{transform:translate(-65%)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-display:swap;scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--tertiary-color)}*:focus-visible,.input-wrapper:focus-within{outline:transparent solid 2px;position:relative;--focus-border-size: 6px}:is(*:focus-visible,.input-wrapper:focus-within):after{content:"";position:absolute;inset:-1ch;z-index:-1;border-radius:var(--border-radius-sm);pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none;transition:all .4s ease-in-out;background-image:conic-gradient(from var(--rotation, 0turn),var(--secondary-color),hsl(150,100%,50%),hsl(150,59%,70%),var(--secondary-color),var(--secondary-color),hsl(150,100%,50%),hsl(150,59%,70%),var(--secondary-color));-webkit-mask-image:linear-gradient(0deg,black,transparent var(--focus-border-size)),linear-gradient(180deg,black,transparent var(--focus-border-size)),linear-gradient(90deg,black,transparent var(--focus-border-size)),linear-gradient(270deg,black,transparent var(--focus-border-size)),linear-gradient(45deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(135deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(225deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(315deg,black,transparent calc(var(--focus-border-size) * 2));mask-image:linear-gradient(0deg,black,transparent var(--focus-border-size)),linear-gradient(180deg,black,transparent var(--focus-border-size)),linear-gradient(90deg,black,transparent var(--focus-border-size)),linear-gradient(270deg,black,transparent var(--focus-border-size)),linear-gradient(45deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(135deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(225deg,black,transparent calc(var(--focus-border-size) * 2)),linear-gradient(315deg,black,transparent calc(var(--focus-border-size) * 2));animation:4s hue-rotation infinite linear}.input-wrapper:focus-within:after{z-index:1;inset:0}@property --rotation{syntax: "<angle>"; initial-value: 0deg; inherits: false}@keyframes hue-rotation{0%{--rotation: 0turn}to{--rotation: 1turn}}img,picture,svg,video{display:block;max-width:100%;max-height:100%}.img-full-width{width:100%}.img-cover{width:100%;height:100%;object-fit:cover;object-position:center}html{background-color:var(--tertiary-color);color:var(--over-tertiary-color)}body{min-height:100vh;min-height:100dvh}h1,h2,h3,h4,h5,h6,.subtitle{text-wrap:balance}input,textarea,button,a{font-size:18px;font-weight:500;font-family:inherit;color:inherit}p,span{font-size:18px;font-weight:400}button,a{cursor:pointer;min-width:24px;min-height:24px}button{background-color:transparent;border:none}a{text-decoration:none}input,textarea{background-color:transparent;outline:none;border:none}ul,ol{list-style:none}[popover]{inset:unset;border:unset}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.primary-layout{--padding-inline: 2rem;--content-max-width: max(50vw, 1024px);--narrow-size-reduction: 60px;--popout-extra-distance: 60px;--breakout-extra-distance: 120px;--_narrow-column-size: calc((var(--content-max-width) - var(--narrow-size-reduction)) / 2);--_content-column-size: var(--narrow-size-reduction);--_breakout-column-size: calc(var(--breakout-extra-distance) - var(--popout-extra-distance));display:grid;grid-template-columns:[full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--_breakout-column-size)) [popout-start] minmax(0,var(--popout-extra-distance)) [content-start] minmax(0,var(--_content-column-size)) [narrow-start] min(50% - var(--padding-inline),var(--_narrow-column-size)) [center-line] min(50% - var(--padding-inline),var(--_narrow-column-size)) [narrow-end] minmax(0,var(--_content-column-size)) [content-end] minmax(0,var(--popout-extra-distance)) [popout-end] minmax(0,var(--_breakout-column-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]}@media (min-width: 3840px){.primary-layout{--content-max-width: 1920px}}.primary-layout>*{container-type:inline-size}:is(.primary-layout,.full-width)>*{grid-column:content}:is(.primary-layout,.full-width)>.narrow{grid-column:narrow}:is(.primary-layout,.full-width)>.narrow-left-only{grid-column:narrow-start / content-end}:is(.primary-layout,.full-width)>.narrow-right-only{grid-column:content-start / narrow-end}:is(.primary-layout,.full-width)>.popout{grid-column:popout}:is(.primary-layout,.full-width)>.popout-left-only{grid-column:popout-start / content-end}:is(.primary-layout,.full-width)>.popout-right-only{grid-column:content-start / popout-end}:is(.primary-layout,.full-width)>.breakout{grid-column:breakout}:is(.primary-layout,.full-width)>.breakout-left-only{grid-column:breakout-start / content-end}:is(.primary-layout,.full-width)>.breakout-right-only{grid-column:content-start / popout-end}:is(.primary-layout,.full-width)>.full-width{display:grid;grid-template-columns:inherit;grid-column:full-width}:is(.primary-layout,.full-width)>.full-width-left-only{grid-column:full-width-start / content-end}:is(.primary-layout,.full-width)>.full-width-right-only{grid-column:content-start / full-width-end}:where(.primary-layout,.full-width)>img{width:100%;max-height:25vh;object-fit:cover}.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split{grid-column:full-width;display:grid;grid-template-columns:inherit}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:is(:first-child,:last-child){display:grid;grid-template-columns:subgrid;align-content:center}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:has(img):is(:first-child,:last-child){align-content:stretch}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:where(:first-child){grid-column:full-width-start / center-line;padding-right:2rem}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:where(:first-child)>*{grid-column:var(--_size, content) / center-line}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:where(:last-child){grid-column:center-line / full-width-end;padding-left:2rem}:is(.full-width-content-split,.full-width-popout-split,.full-width-narrow-split,.full-width-breakout-split)>:where(:last-child)>*{grid-column:center-line / var(--_size)}.full-width-narrow-split{--_size: narrow}.full-width-popout-split{--_size: popout}.full-width-content-split{--_size: content}.full-width-breakout-split{--_size: breakout}.full-half{padding:0;align-self:stretch}.full-half>*{grid-column:1 / -1}.full-half>img{height:100%;width:100%;object-fit:cover}.page-title{font-size:var(--fs-900);line-height:1.05;text-transform:uppercase}.section-title{font-size:var(--fs-800);line-height:1.1}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.accent-title{font-weight:800}.title-full-width{margin-bottom:10cqw}@media (min-width: 768px){.title-full-width{margin-bottom:6cqw}}.clickable{display:inline-flex;align-items:center;justify-content:center;transition:color .4s;color:var(--over-tertiary-color)}.clickable span{transition:color .4s}.clickable svg{transition:fill .4s}.clickable path{transition:fill .4s}.clickable:focus-visible,.clickable:hover{color:var(--success-color)}:is(.clickable:focus-visible,.clickable:hover) span{color:var(--success-color)}:is(.clickable:focus-visible,.clickable:hover) svg{fill:var(--success-color)}:is(.clickable:focus-visible,.clickable:hover) path{fill:var(--success-color);stroke:var(--success-color)}.clickable.current{opacity:.5;cursor:default}.clickable.current:focus-visible,.clickable.current:hover{color:var(--over-tertiary-color)}:is(.clickable.current:focus-visible,.clickable.current:hover) span{color:var(--over-tertiary-color)}:is(.clickable.current:focus-visible,.clickable.current:hover) svg{color:var(--over-tertiary-color)}:is(.clickable.current:focus-visible,.clickable.current:hover) path{color:var(--over-tertiary-color);stroke:var(--over-tertiary-color)}.text-center{text-align:center}@media (max-width: 768px){.mobile-more-margin{width:85%;margin:0 auto}}.tag{font-size:4cqw!important}@media (min-width: 768px){.tag{font-size:4cqw!important}}.primary-layout section{margin-bottom:15cqw}@media (min-width: 768px){.primary-layout section{margin-bottom:8cqw}}@media (min-width: 4000px){.primary-layout section{margin-bottom:4cqw}}.primary-layout p,.primary-layout span,.primary-layout li,.primary-layout th,.primary-layout td,.primary-layout div{font-size:4cqw}@media (min-width: 768px){.primary-layout p,.primary-layout span,.primary-layout li,.primary-layout th,.primary-layout td,.primary-layout div{font-size:1.65cqw}}.primary-layout button{font-size:4cqw}@media (min-width: 768px){.primary-layout button{font-size:1cqw}}.primary-layout h1,.primary-layout h2,.primary-layout h3,.primary-layout h4,.primary-layout h5,.primary-layout h6{font-size:9cqw;font-weight:700}@media (min-width: 768px){.primary-layout h1,.primary-layout h2,.primary-layout h3,.primary-layout h4,.primary-layout h5,.primary-layout h6{font-size:4cqw}}.full-width p,.full-width span,.full-width div{font-size:4cqw}.full-width button{font-size:3.5cqw}.full-width h1,.full-width h2,.full-width h3,.full-width h4,.full-width h5,.full-width h6{font-size:9cqw}@media (min-width: 768px){.full-width h1,.full-width h2,.full-width h3,.full-width h4,.full-width h5,.full-width h6{font-size:3cqw}}@media (min-width: 1920px){.full-width h1,.full-width h2,.full-width h3,.full-width h4,.full-width h5,.full-width h6{font-size:2.45cqw}}@media (min-width: 2560px){.full-width h1,.full-width h2,.full-width h3,.full-width h4,.full-width h5,.full-width h6{font-size:1.5cqw}}.sub-column .h1-subtitle{font-size:6cqw;font-weight:300;color:var(--tertiary-color-l-100)}@media (min-width: 768px){.sub-column .h1-subtitle{font-size:5.5cqw}}.sub-column h1,.sub-column h2{font-size:10cqw;font-weight:800}@media (min-width: 768px){.sub-column h1,.sub-column h2{font-size:8.1cqw}}.sub-column h3,.sub-column h4,.sub-column h5,.sub-column h6{font-size:9cqw;font-weight:500}@media (min-width: 768px){.sub-column h3,.sub-column h4,.sub-column h5,.sub-column h6{font-size:6.5cqw;font-weight:600}}.sub-column p,.sub-column span,.sub-column div,.sub-column li{font-size:4cqw}@media (min-width: 768px){.sub-column p,.sub-column span,.sub-column div,.sub-column li{font-size:3.8cqw}}.sub-column p{color:var(--over-tertiary-color-l-20)}.sub-column button,.sub-column .glass-button{font-size:3.25cqw;min-height:8cqw;min-width:17ch}:is(.sub-column button,.sub-column .glass-button)>span{font-size:3.25cqw;min-height:8cqw;min-width:17ch}@media (min-width: 768px){.sub-column button,.sub-column .glass-button{font-size:2.5cqw}:is(.sub-column button,.sub-column .glass-button) span{font-size:2.5cqw}}.flex-row{display:flex;align-items:center;flex-wrap:wrap}.auto-separator>*{margin-bottom:6cqw}.auto-separator>h1,.auto-separator>h2,.auto-separator>h3,.auto-separator>h4,.auto-separator>h5,.auto-separator>h6,.auto-separator>.subtitle{margin-bottom:6cqw}.auto-separator>*:last-child{margin-bottom:0}.animation-idle{opacity:0}.animation-fade-fly-in{animation:fade-fly-in var(--layout-animation-time) var(--layout-animation-ease) var(--layout-animation-delay);opacity:1}@media (min-width: 768px){.animation-fade-fly-in.animation-fade-fly-in-delay-1{animation:wait-hide .15s,fade-fly-in var(--layout-animation-time) var(--layout-animation-ease) calc(var(--layout-animation-delay) + .15s)}}@media (min-width: 768px){.animation-fade-fly-in.animation-fade-fly-in-delay-2{animation:wait-hide .3s,fade-fly-in var(--layout-animation-time) var(--layout-animation-ease) calc(var(--layout-animation-delay) + .3s)}}@media (min-width: 768px){.animation-fade-fly-in.animation-fade-fly-in-delay-3{animation:wait-hide .45s,fade-fly-in var(--layout-animation-time) var(--layout-animation-ease) calc(var(--layout-animation-delay) + .45s)}}@media (min-width: 768px){.animation-fade-fly-in.animation-fade-fly-in-delay-4{animation:wait-hide .6s,fade-fly-in var(--layout-animation-time) var(--layout-animation-ease) calc(var(--layout-animation-delay) + .6s)}}.animation-fade-scale-in{animation:fade-scale-in var(--layout-animation-time) var(--layout-animation-ease) var(--layout-animation-delay);opacity:1}.animation-first-loaded{animation:none!important;opacity:1!important}@keyframes wait-hide{0%{opacity:0}to{opacity:0}}@keyframes fade-fly-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.desktop{display:none}}@media (min-width: 768px){.mobile{display:none}}.grecaptcha-badge{display:none!important}.glass-card{--border-width: 2px;--border-radius: var(--border-radius-md);position:relative;background:radial-gradient(circle at 50% 250%,color-mix(in srgb,var(--tertiary-color-l-20),transparent 90%),color-mix(in srgb,var(--tertiary-color),transparent 90%)) padding-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.glass-card :before{content:"";position:absolute;z-index:-1;inset:0;border-radius:var(--border-radius);border:var(--border-width) solid transparent;background:linear-gradient(var(--tertiary-color-l-5),var(--tertiary-color-l-20)) border-box;mask:linear-gradient(black,black) border-box,linear-gradient(black,black) padding-box;-webkit-mask-composite:source-out;mask-composite:subtract}@keyframes svelte-ydjd51-fade-in{0%{opacity:0}}@keyframes svelte-ydjd51-fade-out{to{opacity:0}}@keyframes svelte-ydjd51-slide-from-right{0%{transform:translate(30px)}}@keyframes svelte-ydjd51-slide-to-left{to{transform:translate(-30px)}}:root::view-transition-old(root){animation:90ms cubic-bezier(.4,0,1,1) both svelte-ydjd51-fade-out,.3s cubic-bezier(.4,0,.2,1) both svelte-ydjd51-slide-to-left}:root::view-transition-new(root){animation:.21s cubic-bezier(0,0,.2,1) 90ms both svelte-ydjd51-fade-in,.3s cubic-bezier(.4,0,.2,1) both svelte-ydjd51-slide-from-right}
