*{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit;color:inherit}body{background-color:var(--background);font-family:Inter,sans-serif;font-size:1rem;color:var(--default-text)}.flex-column,.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grow-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.grow-2{-webkit-box-flex:2;-ms-flex:2;flex:2}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.gap-1{gap:1rem}.full-width{width:100%}:root{--default-text:#141e1e;--white-text:#fff;--background:#e7ecec;--background-secondary:#fff;--background-first-ranking:#e8d318;--background-second-ranking:#99bcdd;--background-third-ranking:#e8b050;--primary:#123836;--secondary:#ff6359;--border:rgba(18,56,54,0.3);--placeholder:rgba(125,146,144,0.7);--button:#ff6359;--button-hover:#141e1e}