html{--bg:#253e4c;--bg1:#30556a;--bg2:#396d8a;--bg3:#19688e;--bgi:#1f3039;--bgi1:#14232c;--bgi2:#0d1720;--bgi3:#031722;--fg:#dce8ed;--fg1:#c5cdd1;--fg2:#c5e1ea;--fg3:#afc5cd;--accent:#61e3e0;--accent-alt:#61e3bc;--primary:#3ba7c6;--primary-fg:#c9e9f3;--secondary:#358cb5;--secondary-fg:#b0dff6;--warning:#ec7b2f;--warning-fg:#ffe0d1;--danger:#ec4b2f;--danger-fg:#fadad6}@keyframes bg_a{0%{left:0;top:0;transform:scale(1) rotate(45deg)}50%{left:100%;top:100%;transform:scale(3) rotate(120deg)}to{left:0;top:0;transform:scale(1) rotate(45deg)}}@keyframes bg_b{0%{left:100%;top:0;transform:scale(1)}50%{left:-40%;top:100%;transform:scale(4)}to{left:100%;top:0;transform:scale(1)}}body{background-color:var(--bg);background-image:linear-gradient(329deg,var(--bg1),transparent);color:var(--fg);display:flex;font-family:Inria Sans,sans-serif;font-style:normal;font-weight:300;margin:0!important;min-height:100vh;min-width:100vw;padding:0!important}html{margin:0;padding:0}.hz_container{align-items:center;display:flex;justify-content:center;min-height:100vh;min-width:100vw;position:relative;z-index:10}.hz_inner{max-height:100vh;width:-webkit-fill-available}.hz_intro{justify-self:anchor-center;max-width:600px;min-width:320px;text-align:center;width:50%}h3{font-size:26px;font-weight:100;margin:0 0 12px;padding:0}.hz_menu_intro{margin-top:52px}.hz_menu_intro>ul{align-items:center;display:flex;justify-content:center;list-style:none;margin:0;padding:0}.hz_menu_intro>ul>li{padding:0 14px}.hz_menu_intro>ul>li>a{color:var(--fg3);font-weight:300;text-decoration:none;text-transform:uppercase}.hz_card{backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff80;border-radius:16px;box-shadow:3px 3px 12px -4px #071a29;padding:16px 16px 32px}.hz_bgs{bottom:0;left:0;position:fixed;right:0;top:0;z-index:0}.hz_bg.a{animation:bg_a 40s infinite;background:var(--bg2);border-radius:50px;height:50%;left:0;width:50%}.hz_bg.a,.hz_bg.b{filter:blur(12px);opacity:.3;position:absolute;top:0;transform:rotate(45deg) scale(1)}.hz_bg.b{animation:bg_b 40s infinite;background:var(--secondary);border-radius:50%;height:40vw;left:100%;width:40vw;z-index:1}