@import"https://fonts.googleapis.com/css2?family=Cairo:wght@500;600&family=Prosto+One&family=Inter:wght@500&family=Open+Sans:wght@300;400&family=Work+Sans:ital@0;1&display=swap";.base-components-spinner{animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.white{color:var(--white)}.green{color:var(--lime)}.grey{color:var(--gunmetal)}.red{color:var(--red)}.black{color:var(--black)}.cyan{color:var(--cyan)}.italic{font-style:italic}.page{width:100%;max-width:100vw;height:100vh;margin:0 auto;padding:0;display:flex;flex-direction:row;justify-content:center}.backdrop{width:100%;height:100%;margin:0;background:url(/assets/logo-a444d4f1.png) center center/cover no-repeat;overflow:hidden}.overlay{width:100%;height:100%;margin:0 auto;padding:0;display:flex;flex-direction:row;justify-content:center;background:var(--overlay-dark)}.container{width:100%;max-width:var(--desktop-width);min-width:var(--pager-width);margin:0 auto;padding:0;display:flex;flex-direction:column;overflow:hidden}.title{font-family:Work Sans,serif;font-optical-sizing:auto;font-size:var(--xx-large);font-weight:600;font-style:normal}.heading{font-family:Cairo,sans-serif;font-optical-sizing:auto;font-size:var(--large);font-weight:500;font-style:normal;font-variation-settings:"slnt" 0}.medium{font-family:Inter,sans-serif;font-optical-sizing:auto;font-size:.9rem;font-weight:900;font-style:normal;font-variation-settings:"slnt" 0}.regular,.small,.xSmall{font-family:Open-Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}.regular{font-size:.9rem;font-weight:400}.small{font-size:.8rem;font-weight:400}.xSmall{font-size:.8rem;font-weight:300}.scrollable{overflow-y:scroll;scrollbar-width:none}.scrollable::-webkit-scrollbar{width:0;height:0;background:transparent}.hovering,.hovering-overlay,.underscore{transition:background-color var(--duration-default) ease-in-out;cursor:pointer}.hovering:hover{background-color:var(--dark-grey)}.hovering-overlay:hover{background-color:var(--overlay)}.underscore:hover,.underscore:active,.underscore:focus{border-bottom-width:1px;border-bottom-color:var(--white);border-bottom-style:solid}.icon{color:#f0fefe;font-size:1.7rem;margin:0 1rem 0 0}:root{--black: #010101;--background: #090d0d;--background-offset: #0c121a;--dark: #050808;--dark-grey: #1c2c2c;--grey: #2a343c;--gunmetal: #646c64;--silver: #c0c0c0;--dark-red: #750e12;--red: #a21915;--bright-red: #ff160c;--bronze: #cd7f32;--white: #d0dad5;--angel-white: rgba(240, 254, 254, .3);--cloud: #c0c6d0;--skyblue: #0f62fe;--cyan: #33b1ff;--algae: #34a511;--lawn: #88ff0c;--lime: #39ff14;--spring: #00ff7f;--myrtle: #21421e;--overlay-light: #00000033;--overlay: #01010180;--overlay-dark: #010101f2;--transparent: #00000000;--magenta: #ff0088;--violet: #9400d3;--box-shadow-small: 0px 0px 5px #1c2c2c;--box-shadow-medium: 0px 1px 10px #1c2c2c;--duration-slow: .3s;--duration-fast: .1s;--duration-default: .2s;--desktop-width: 50rem;--tablet-width: 30rem;--mobile-width: 20rem;--pager-width: 16rem;--xx-small: .25rem;--x-small: .5rem;--small: .8rem;--medium: 1rem;--large: 1.25rem;--x-large: 1.5rem;--xx-large: 2rem;--maxi-hemi-cap: 3rem;--maxi-hemi: 4rem;--maxi-hemi-plus: 5rem;--maxi: 8rem;--maxi-plus: 10rem;--maxi-triple-hemi: 12rem;--maxi-double: 16rem;--maxi-double-plus: 20rem;--maxi-triple: 24rem;--maxi-triple-plus: 30rem;--maxi-quintuple: 40rem;--maxi-quintuple-plus: 50rem}*{box-sizing:border-box}html{width:100vw;height:100vh;margin:0;padding:0;background:var(--black);overflow-x:hidden;box-sizing:border-box}main{width:100%;height:100vh;margin:0;padding:0;background:var(--black);overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}main::-webkit-scrollbar{width:0;height:0;background:transparent}p{color:var(--white);margin:0}pre{color:var(--white);margin:0;white-space:pre-wrap}a{text-decoration:none;cursor:pointer}input,textarea{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--cloud);font-size:.9rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:var(--x-small);height:var(--x-small);background-color:var(--cloud);border:none;border-radius:var(--x-small)}input[type=range]::-moz-range-thumb{width:var(--x-small);height:var(--x-small);background-color:var(--cloud);border:none;border-radius:var(--x-small)}::placeholder,::-webkit-input-placeholder{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--cloud);opacity:.4}img{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--grey);font-size:var(--small)}
