:root{--primary:#EF3333;--primaryOriginal:#FF0000;--primaryDarker:#B92828;--secondary:#34C4D7;--secondary16:#34C4D729;--tertiary:#9356E0;--tetriary16:#9356E029;--white:#ECF4F9;--black:#000000;--error:#EF3333;--error16:#EF333329;--positive:#41CA00;--masterCard:#D2CAC3;--visa:#D2D2D2;--overlay:#00000029;--npcBlue:#60CAF8;--heading1:64px;--heading2:48px;--heading3:32px;--heading4:20px;--pLarge:18px;--pMedium:16px;--pSmall:14px;--caption:12px;--other:10px;--fill0:#000000;--fill1:#ECF4F9;--fill2:#607B8A;--fill3:#AFC0C9;--fill4:#EFF3F5;--fill5:#FFFFFF;--fill6:#FBFDFE;--fill7:#F6B4B4;--fill8:#EFF3F5;--text0:#000000;--text1:#ECF4F9;--text2:#607B8A;--text3:#AFC0C9}html{height:100%}body{background-color:var(--fill6);min-height:100vh;width:100%;height:auto;padding:0;margin:0 auto;display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;font-weight:400;color:var(--text0);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;transition:background-color .4s ease-in-out;overflow-y:auto;overflow-x:hidden}body::-webkit-scrollbar{width:10px;position:absolute;background:none}body::-webkit-scrollbar-track{background:rgba(0,0,0,0);background:none}body::-webkit-scrollbar-thumb{background:rgba(23,9,37,.6);border-radius:10px}a{text-decoration:none;color:inherit}img{width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,textarea{font-family:Inter,Arial,sans-serif;color:var(--text0)}