html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* {
    font-family: 'inter';
}
a {
    text-decoration: none;
}
li {
    list-style-type: none;
}
:root {
    --navy04: #00000D;
    --navy03: #00001a;
    --navy02: #000026;
    --navy01: #000033;
    --navy00: #000040;
    --blue00: #000080;
    --blue01: #000073;
    --blue02: #000066;
    --blue03: #00005a;
    --grey: grey;
}
.flex {
    display: flex;
}
.none {
    display: none;
}
.hidden {
    overflow: hidden;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
  @media(max-width:700px) {
    .errQQQQQ {
        display: none;
    }
  }
