@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css";:root{--primary: #5db7de;--secondary: #ffbe36;--green: #83bd4c;--red: #d90429;--white: rgb(252, 252, 252);--black: #07020d;--fade-white: rgba(252, 252, 252, .3);--fade-black: rgba(7, 2, 13, .3);--standard-transition: all .3s ease;--browser-bottom-padding: env(safe-area-inset-bottom, 150px);--higher-z: 99999;--desktop-bp: 1100px;--tablet-bp: 768px;font-size:14px}@media screen and (min-width: 768px){:root{font-size:17px}}@media screen and (min-width: 1100px){:root{font-size:20px}}html{font-family:League Spartan,sans-serif}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,150px);box-sizing:border-box;background-color:#5db7de}.mobile{display:inherit}@media screen and (min-width: 768px){.mobile{display:none}}.tablet{display:inherit}@media screen and (min-width: 1100px){.tablet{display:none}}.desktop{display:none}@media screen and (min-width: 1100px){.desktop{display:inherit}}h1,h2{margin-top:.5em;margin-bottom:.5em}h3,h4,h5{margin-top:.3em;margin-bottom:.3em}h1{font-size:2.2rem;font-weight:400;opacity:1}h2{font-size:1.6rem;font-weight:400;opacity:1}h3{font-size:1.6rem;font-weight:300;opacity:1}h4{font-size:1.4rem;font-weight:300;opacity:.6}h5{font-size:1.1rem;font-weight:300;opacity:.6}.row{display:flex;flex-direction:row;align-items:center}.col{display:flex;flex-direction:column;align-items:center}.wrap{flex-wrap:wrap}.disabled{pointer-events:none!important;cursor:not-allowed;opacity:.5}
